rtmatt/boilerplate
最新稳定版本:1.0.1
Composer 安装命令:
composer create-project rtmatt/boilerplate
包简介
RedTrain Web Services Boilerplate
README 文档
README
Sick of doing the same shit over and over? So was I.
This should help speed shit up. Fast shit is fun.
Features
- Integrated with v1 of RedTrain Abstract Resource Manager. Ships with example model and migration.
- Main and Admin site layouts.
- Main and Admin less and js files with gulpfile for builds (bootstrap imported).
- Auth views have been brought back for ease.
- Intervention Image and Form facade come pre-installed
- Post create-project commands to make your life easier
- Routes for main, admin and auth set up
Installation
Via Composer
$ composer create-project rtmatt/boilerplate [directory]
This will download the source files, change ownership and permissions on requred laravel directories as well as create a public/uploads folder with the proper permissions.
Configure
Set up your .env file to hook into your DB. If you want to enable Admin Demo Mode (shows all versions of modified images) add
DEMO=true
Migrate
Boilerplate ships with a example resource. Run
$ php artisan migrate
to create the table for it, or run
$ rm -f database/migrations/2015_08_03_235354_create_test_resources_table.php app/TestResource.php app/Http/Controllers/Admin/TestResourcesController.php
to remove the test model, migration and controller. You will still need to remove the route from app/Http/routes.php
统计信息
- 总下载量: 14
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: Unknown
- 更新时间: 2015-09-11