Skip to content
This repository has been archived by the owner on Aug 11, 2022. It is now read-only.

Commit

Permalink
Added default username / password + Fixed docu link
Browse files Browse the repository at this point in the history
  • Loading branch information
silverbux committed May 20, 2016
1 parent 1608118 commit ff16dbc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ before_script:
- composer install --no-interaction
- php artisan migrate --force
- php artisan key:generate
- npm install -g gulp bower
- npm install
- bower install

Expand Down
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,10 @@ Plus Oauth and JWT authentication on the side.
## Demo
[Click here for a live demo](http://laravel-admin.herokuapp.com)

***Note: If you register or use Oauth to sign-in your info will be available on user lists, you can use credentials below.***
*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.*

> admin@example.com / password
---

![laradmin](https://cloud.githubusercontent.com/assets/1888261/14665607/dbadf93c-0706-11e6-8223-5ea3f88aa44b.png)

## Installation
Expand All @@ -51,8 +49,11 @@ Open new terminal
```
$ php artisan serve
```

Open http://localhost:8000/

> Default Username/Password: admin@example.com / password
**Angular Generators**

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

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

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

0 comments on commit ff16dbc

Please sign in to comment.