Skip to content

Commit 2a44740

Browse files
committed
Update README.md
1 parent 8ba4dde commit 2a44740

File tree

1 file changed

+1
-15
lines changed

1 file changed

+1
-15
lines changed

README.md

Lines changed: 1 addition & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -94,13 +94,7 @@ Build the assets:
9494
npm run build
9595
```
9696

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.
10498

10599
## Hot Reloading
106100

@@ -110,14 +104,6 @@ If you want to use hot reloading, to see the changes in the browser without havi
110104
npm run dev
111105
```
112106

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-
121107
## Tests
122108

123109
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

Comments
 (0)