ibnulhusainan/arc
最新稳定版本:v1.0.0
Composer 安装命令:
composer require ibnulhusainan/arc
包简介
Automatic Resource Creator for Laravel
README 文档
README
ARC is a Laravel package that helps you rapidly generate modules and CRUD scaffolding using simple Artisan commands.
Designed to speed up development and keep project structure consistent.
Features
- Generate complete module structure
- CRUD-ready controllers, models, migrations, routes, and views
- Opinionated and consistent folder structure
- Artisan-based workflow
- Compatible with Laravel 9, 10, 11, and 12
Requirements
- PHP ^8.1
- Laravel ^9.0 | ^10.0 | ^11.0 | ^12.0
Installation
Install the package via Composer:
composer require ibnulhusainan/arc
Laravel will automatically discover the service provider.
Publishing Resources
Publish ARC configuration and resources:
php artisan vendor:publish --provider="IbnulHusainan\Arc\Providers\ArcServiceProvider"
Usage
-
Generate new module
php artisan make:module member
-
Edit and run migrations
php artisan migrate
-
Build frontend assets
npm install && npm run build -
Start dev server
php artisan serve
-
Visit in browser
http://localhost:8000/member
统计信息
- 总下载量: 3
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 3
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2026-01-14