Skip to content

Commit 9b76b7b

Browse files
committed
Updated tech stack image + updated workflow commands
1 parent 78ec903 commit 9b76b7b

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

README.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Plus Oauth and JWT authentication on the side.
2424

2525
> [email protected] / password
2626
27-
![laradmin](https://cloud.githubusercontent.com/assets/1888261/14665607/dbadf93c-0706-11e6-8223-5ea3f88aa44b.png)
27+
![laradmin](https://cloud.githubusercontent.com/assets/1888261/15561320/1899b4b2-2327-11e6-8a3a-7e3d7ce31621.png)
2828

2929
## Installation
3030
```
@@ -44,15 +44,13 @@ $ php artisan key:generate
4444
**General Workflow**
4545

4646
```
47-
$ gulp && gulp watch
47+
$ php artisan serve --host=0
4848
```
4949
Open new terminal
5050
```
51-
$ php artisan serve
51+
$ gulp && gulp watch
5252
```
5353

54-
Open http://localhost:8000/
55-
5654
> Default Username/Password: [email protected] / password
5755
5856
**Angular Generators**

0 commit comments

Comments
 (0)