Skip to content

fakharkhan/laravel-bootstrap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 !!!!

About

Laravel Framework Application with Twitter Bootstrap Ready

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published