fakharkhan/laravel-bootstrap

带有twitter bootstrap的Laravel应用。

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

This package is not auto-updated.

Last update: 2024-09-24 04:10:57 UTC


README

  • git clone git@github.com:fakharkhan/laravel-bootstrap.git [你的应用名]
  • cd [你的应用名]
  • composer install
  • 设置数据库连接,转到 app->config->local->database.php
  • php artisan migrate
  • php artisan db:seed
  • php artisan serve
  • 使用以下URL打开浏览器: https://:8000/
  • 登录默认账户:邮箱:admin@example.com 密码:123456
  • 享受吧!!!!