Laravel 5 Admin Starter Site is a sample application for beginning development with Laravel 5.
I created this starter app as I needed a simple framework for an internal database-backed Web application.
- composer
- npm
- bower
- Clone it
- cd into it
composer install
php artisan key:generate
npm install
bower install
gulp
- Create a database
- Rename .env.example to .env
- Update database details in .env
- Update email details in .env
- run
php artisan migrate
- Create a user in database/seeds/UserTableSeeder.php
- run
php artisan db:seed
- Laravel 5
- Twitter Bootstrap 3.x
- AdminLTE (Sass)
- Bower
- Font Awesome
- jQuery
- Laracasts/Flash
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature
- Commit your changes:
git commit -am 'Add some feature'
- Push to the branch:
git push origin my-new-feature
- Submit a pull request :D
Laravel 5 Admin Starter is licensed under the MIT license. (http://opensource.org/licenses/MIT)