adminlte-laravel5-skeleton maintained by enimiste
Last update
2018/02/27 13:04
License
Require
- php >=5.6.4
- laravel/framework 5.3.*
- doctrine/dbal ^2.5
- lord/laroute ^2.3
- ramsey/uuid ^3.5
- enimiste/knp-menu-laravel 2.*
- webmozart/assert ^1.2
- enimiste/l5-math ^1.1
- league/csv ^8.0
- intervention/imagecache ^2.3
- tymon/jwt-auth 0.5.*
- chippyash/monad ^1.3
Last update
2017/05/04 20:26
License
Require
- php >=5.6.4
- laravel/framework 5.3.*
- doctrine/dbal ^2.5
- lord/laroute ^2.3
- ramsey/uuid ^3.5
- enimiste/knp-menu-laravel 2.*
- webmozart/assert ^1.2
- enimiste/l5-math ^1.1
- league/csv ^8.0
- intervention/imagecache ^2.3
- tymon/jwt-auth 0.5.*
- chippyash/monad ^1.3
Last update
2017/05/04 20:07
License
Require
- php >=5.6.4
- laravel/framework 5.3.*
- doctrine/dbal ^2.5
- lord/laroute ^2.3
- ramsey/uuid ^3.5
- enimiste/knp-menu-laravel 2.*
- webmozart/assert ^1.2
- enimiste/l5-math ^1.1
- league/csv ^8.0
- intervention/imagecache ^2.3
- tymon/jwt-auth 0.5.*
- chippyash/monad ^1.3
Last update
2017/05/04 18:37
License
Require
- php >=5.6.4
- laravel/framework 5.3.*
- doctrine/dbal ^2.5
- lord/laroute ^2.3
- ramsey/uuid ^3.5
- enimiste/knp-menu-laravel 2.*
- webmozart/assert ^1.2
- enimiste/l5-math ^1.1
- league/csv ^8.0
- intervention/imagecache ^2.3
- tymon/jwt-auth 0.5.*
- chippyash/monad ^1.3
Last update
2017/04/30 23:06
License
Require
- php >=5.6.4
- laravel/framework 5.3.*
- doctrine/dbal ^2.5
- lord/laroute ^2.3
- ramsey/uuid ^3.5
- enimiste/knp-menu-laravel 2.*
- webmozart/assert ^1.2
- enimiste/l5-math ^1.1
- league/csv ^8.0
- intervention/imagecache ^2.3
- tymon/jwt-auth 0.5.*
- chippyash/monad ^1.3
Last update
2017/03/17 17:49
License
Require
- php >=5.6.4
- laravel/framework 5.3.*
- doctrine/dbal ^2.5
- lord/laroute ^2.3
- ramsey/uuid ^3.5
- enimiste/knp-menu-laravel 2.*
- webmozart/assert ^1.2
- enimiste/l5-math ^1.1
- league/csv ^8.0
Last update
2017/03/15 16:09
License
Require
- php >=5.6.4
- laravel/framework 5.3.*
- doctrine/dbal ^2.5
- lord/laroute ^2.3
- ramsey/uuid ^3.5
- enimiste/knp-menu-laravel 2.*
- webmozart/assert ^1.2
- enimiste/l5-math ^1.1
- league/csv ^8.0
Last update
2017/03/15 15:55
License
Require
- php >=5.6.4
- laravel/framework 5.3.*
- doctrine/dbal ^2.5
- lord/laroute ^2.3
- ramsey/uuid ^3.5
- enimiste/knp-menu-laravel 2.*
- webmozart/assert ^1.2
- enimiste/l5-math ^1.1
- league/csv ^8.0
Last update
2017/03/13 22:56
License
Require
- php >=5.6.4
- laravel/framework 5.3.*
- doctrine/dbal ^2.5
- lord/laroute ^2.3
- ramsey/uuid ^3.5
- enimiste/knp-menu-laravel 2.*
- webmozart/assert ^1.2
- enimiste/l5-math ^1.1
- league/csv ^8.0
Last update
2017/03/10 14:47
License
Require
- php >=5.6.4
- laravel/framework 5.3.*
- doctrine/dbal ^2.5
- lord/laroute ^2.3
- ramsey/uuid ^3.5
- enimiste/knp-menu-laravel 2.*
- webmozart/assert ^1.2
- enimiste/l5-math ^1.1
- league/csv ^8.0
Last update
2017/03/07 16:36
License
Require
- php >=5.6.4
- laravel/framework 5.3.*
- doctrine/dbal ^2.5
- lord/laroute ^2.3
- ramsey/uuid ^3.5
- enimiste/knp-menu-laravel 2.*
- webmozart/assert ^1.2
- enimiste/l5-math ^1.1
- league/csv ^8.0
Last update
2017/03/07 16:34
License
Require
- php >=5.6.4
- laravel/framework 5.3.*
- doctrine/dbal ^2.5
- lord/laroute ^2.3
- ramsey/uuid ^3.5
- enimiste/knp-menu-laravel 2.*
- webmozart/assert ^1.2
- enimiste/l5-math ^1.1
- league/csv ^8.0
Last update
2017/03/07 16:27
License
Require
- php >=5.6.4
- laravel/framework 5.3.*
- doctrine/dbal ^2.5
- lord/laroute ^2.3
- ramsey/uuid ^3.5
- enimiste/knp-menu-laravel 2.*
- webmozart/assert ^1.2
- enimiste/l5-math ^1.1
- league/csv ^8.0
adminlte-laravel5-skeleton
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