fakharkhan/laravel-bootstrap

Laravel application with twitter bootstrap ready.

dev-master 2014-10-26 07:03 UTC

This package is not auto-updated.

Last update: 2024-04-09 02:05:18 UTC


README

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