You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-15Lines changed: 1 addition & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -94,13 +94,7 @@ Build the assets:
94
94
npm run build
95
95
```
96
96
97
-
Run the dev server (the output will give the address):
98
-
99
-
```sh
100
-
php artisan serve
101
-
```
102
-
103
-
You're ready to go! Simply visit the URL in your browser; the login form will appear with the fields automatically filled in.
97
+
You're ready to go! Simply visit the URL configured in your `.env` file in your browser; the login form will appear with the fields automatically filled in.
104
98
105
99
## Hot Reloading
106
100
@@ -110,14 +104,6 @@ If you want to use hot reloading, to see the changes in the browser without havi
110
104
npm run dev
111
105
```
112
106
113
-
And run the following command in a separate terminal window:
114
-
115
-
```sh
116
-
php artisan serve
117
-
```
118
-
119
-
Access the application (in your browser) at the address given by the `php artisan serve` command.
120
-
121
107
## Tests
122
108
123
109
The tests provided by this Demo Application can be found in the `{moduleName}/Tests` directory. After installing the application, you can run the tests executing the following command from the project root directory in the terminal:
0 commit comments