zofe/demo-module
最新稳定版本:0.1.1
Composer 安装命令:
composer require zofe/demo-module
包简介
demo module for rapyd-livewire application
README 文档
README
This is a demo module for a Laravel application (>= 8)
Demo show "CRUD" features in the laravel / rapyd-livewire stack.
rapyd-livewire is a laravel library of blade components, livewire traits, and modules scaffolder that you can use to generate administration interfaces in a concise, reusable, uncluttered, and testable manner.
Installation & configuration
Your can require this module in your laravel application using:
composer require zofe/demo-module
php artisan migrate
php artisan db:seed --class="App\\Modules\\Demo\\Database\\Seeders\\DemoSeeder"
Note that demo module use layout-module, you may need to do:
cd app/Modules/Layout/
npm i
npm run dev
this will compile scss and copy css assets to your public project folder
Usage
This command will create a folder "Demo" in your /app/Modules/ folder,
then a demo will be enabled in /demo route
统计信息
- 总下载量: 78
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: mit
- 更新时间: 2022-11-29