skegel13/larablocks
最新稳定版本:0.1.0
Composer 安装命令:
composer require skegel13/larablocks
包简介
A simple package for creating Laravel modules compatible with the Laravel IDEA plugin
README 文档
README
A simple package for creating Laravel modules compatible with the Laravel IDEA plugin
This package was inspired by the Modular Laravel series by Mateus Guimarães on Laracasts.
Installation
You can install the package via composer:
composer require skegel13/larablocks
You can publish the stubs with:
php artisan vendor:publish --tag="larablocks-stubs"
Usage
Create a block with:
# Create block php artisan make:block Blog # Delete block php artisan make:block Blog --delete
If you are using the Laravel IDEA plugin, update your module settings to use "Directory modules".
Then, set the "Sources path" to "src" and the "Root directory path" to "Modules".
Changelog
Please see CHANGELOG for more information on what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Credits
License
The MIT License (MIT). Please see License File for more information.
统计信息
- 总下载量: 4
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2024-02-04