bidibidi/origin
Composer 安装命令:
composer require bidibidi/origin
包简介
Add most common pages (about-us, contact, faq.. etc) to laravel project with basic layouts.
README 文档
README
This pack add most common pages to laravel project with basic layouts.
Getting Started
This package add most common pages to your project with basic starter layouts. Default, includes 7 pages. You can add more pages with manually.
Home -> /start
About Us -> /about-us
Contact -> /contact
FAQ -> /faq
Terms -> /terms
Privacy -> /privacy
Sitemap -> /sitemap
You can add more pages, change titles or routes with vendor:publish
Prerequisites
You need to laravel framework
laravel new sample
Installing
Adding require to composer.json:
"bidibidi/origin": "*"
composer update
php artisan serve
Running the tests
Deployment
Below Laravel 5.5 open config/app.php and add this line in providers section
Bidibidi\Origin\BidibidiOriginServiceProvider::class,
PUBLISH
If you want more settings, language and pages :
Langs : php artisan vendor:publish --tag=origin-lang
Config : php artisan vendor:publish --tag=origin-config
Assets : php artisan vendor:publish --tag=origin-public
Views : php artisan vendor:publish --tag=origin-views
Authors
- Bidibidi - Initial work - Bidibidi
License
This project is licensed under the MIT License - see the LICENSE.md file for details
统计信息
- 总下载量: 28
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 2
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2018-05-02