7ts/layout-master
Composer 安装命令:
composer require 7ts/layout-master
包简介
Laravel Layout Master
README 文档
README
Layout Master is a Laravel package that provides [brief description of what your package does].
Installation
You can install the package via composer:
composer require 7ts/layout-master After installing the package, add the service provider to the providers array in the config/app.php file:
'providers' => [ // Other service providers... \SevenTS\LayoutMaster\LayoutServiceProvider::class, ],
Usage
After adding the service provider, you can customize your layout by publishing the required files based on your needs.
Publish Layout Views Only To publish only the layout views, run:
php artisan vendor:publish --tag=views Publish Controllers and Routes If you want to include controllers and routes along with the layout views, run:
php artisan vendor:publish --tag=layouts After publishing controllers and routes, add the additional service provider to the providers array in the config/app.php file:
'providers' => [ // Other service providers... \App\Providers\LayoutServiceProvider::class, ],
Contributing
If you would like to contribute to the project, please follow the steps below:
Fork the repository. Create a new branch for your feature or bugfix. Commit and push your changes. Submit a pull request. Security If you discover any security-related issues, please email [your contact email] instead of using the issue tracker.
License
The MIT License (MIT). Please see License File for more information.
统计信息
- 总下载量: 2
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2023-12-28