Skip to content

Commit ff16dbc

Browse files
committed
Added default username / password + Fixed docu link
1 parent 1608118 commit ff16dbc

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.travis.yml

-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ before_script:
2323
- composer install --no-interaction
2424
- php artisan migrate --force
2525
- php artisan key:generate
26-
- npm install -g gulp bower
2726
- npm install
2827
- bower install
2928

README.md

+5-4
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,10 @@ Plus Oauth and JWT authentication on the side.
1919
## Demo
2020
[Click here for a live demo](http://laravel-admin.herokuapp.com)
2121

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.*
2323

2424
> [email protected] / password
2525
26-
---
27-
2826
![laradmin](https://cloud.githubusercontent.com/assets/1888261/14665607/dbadf93c-0706-11e6-8223-5ea3f88aa44b.png)
2927

3028
## Installation
@@ -51,8 +49,11 @@ Open new terminal
5149
```
5250
$ php artisan serve
5351
```
52+
5453
Open http://localhost:8000/
5554

55+
> Default Username/Password: [email protected] / password
56+
5657
**Angular Generators**
5758

5859
```
@@ -65,7 +66,7 @@ $ artisan ng:config name #New config inside angular/config/
6566
```
6667
[Laravel Angular Generator] (https://github.com/jadjoubran/laravel-ng-artisan-generators)
6768

68-
#### [Read Full Documentation] (silverbux.github.io/laravel-angular-admin)
69+
#### [Read Full Documentation] (http://silverbux.github.io/laravel-angular-admin)
6970

7071
## Features
7172
* [JWT-Auth] (https://github.com/tymondesigns/jwt-auth)

0 commit comments

Comments
 (0)