laravel-bootstrap maintained by fakharkhan
Local Setup
- git clone git@github.com:fakharkhan/laravel-bootstrap.git [your-app-name]
- cd [your-app-name]
- composer install
- setup you db connection, goto app->config->local->database.php
- php artisan migrate
- php artisan db:seed
- php artisan serve
- open browers with url: http://localhost:8000/
- login to your default account: email: admin@example.com password:123456
- Enjoy !!!!