File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,6 @@ before_script:
23
23
- composer install --no-interaction
24
24
- php artisan migrate --force
25
25
- php artisan key:generate
26
- - npm install -g gulp bower
27
26
- npm install
28
27
- bower install
29
28
Original file line number Diff line number Diff line change @@ -19,12 +19,10 @@ Plus Oauth and JWT authentication on the side.
19
19
## Demo
20
20
[ Click here for a live demo] ( http://laravel-admin.herokuapp.com )
21
21
22
- *** Note: If you register or use Oauth to sign-in your info will be available on user lists, you can use credentials below.** *
22
+ * Note: If you register or use Oauth to sign-in your info will be available on public under user lists component , you can use credentials below.*
23
23
24
24
25
25
26
- ---
27
-
28
26
![ laradmin] ( https://cloud.githubusercontent.com/assets/1888261/14665607/dbadf93c-0706-11e6-8223-5ea3f88aa44b.png )
29
27
30
28
## Installation
@@ -51,8 +49,11 @@ Open new terminal
51
49
```
52
50
$ php artisan serve
53
51
```
52
+
54
53
Open http://localhost:8000/
55
54
55
+ > Default Username/Password: [email protected] / password
56
+
56
57
** Angular Generators**
57
58
58
59
```
@@ -65,7 +66,7 @@ $ artisan ng:config name #New config inside angular/config/
65
66
```
66
67
[ Laravel Angular Generator] (https://github.com/jadjoubran/laravel-ng-artisan-generators )
67
68
68
- #### [ Read Full Documentation] (silverbux.github.io/laravel-angular-admin)
69
+ #### [ Read Full Documentation] (http:// silverbux.github.io/laravel-angular-admin)
69
70
70
71
## Features
71
72
* [ JWT-Auth] (https://github.com/tymondesigns/jwt-auth )
You can’t perform that action at this time.
0 commit comments