enimiste / adminlte-laravel5-skeleton
Adminlte laravel 5.3 skeleton web app
Installs: 38
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 5
Forks: 1
Open Issues: 1
Type:project
Requires
- php: >=5.6.4
- chippyash/monad: ^1.3
- doctrine/dbal: ^2.5
- enimiste/knp-menu-laravel: 2.*
- enimiste/l5-math: ^1.1
- intervention/imagecache: ^2.3
- laravel/framework: 5.3.*
- league/csv: ^8.0
- lord/laroute: ^2.3
- ramsey/uuid: ^3.5
- tymon/jwt-auth: 0.5.*
- webmozart/assert: ^1.2
Requires (Dev)
- barryvdh/laravel-debugbar: ^2.2
- barryvdh/laravel-ide-helper: ^2.2
- fzaninotto/faker: ~1.4
- mockery/mockery: 0.9.*
- phpunit/phpunit: ~5.0
- symfony/css-selector: 3.1.*
- symfony/dom-crawler: 3.1.*
README
Laravel 5.3.* web ap based on AdminLte theme (Skeleton to start a new web app) : Auth, Menu, ...
Installation :
$ composer create-project enimiste/adminlte-laravel5-skeleton my_project
Next :
- Create an empty database
- Edit .env file
- Run
php artisan migrate --seed
- Run Laravel built in server
php artisan serve
- Open the url in your browser and log in using "admin@contact.com" and "admin" as password