tarsoft/laravel-auto
Composer 安装命令:
composer require tarsoft/laravel-auto
包简介
A package to auto-generate CRUD for Laravel models
README 文档
README
Description
Laravel Auto is a package designed to automate CRUD (Create, Read, Update, Delete) generation for Laravel applications, making it quick and efficient to scaffold models, controllers, views, and routes with a single command. It supports both web and API generation, allowing developers to focus on application logic rather than repetitive setup.
Motivation
The process of building CRUD operations is crucial for most applications but can be time-consuming and repetitive. Laravel Auto solves this by automating CRUD generation, ensuring consistency across projects and aligning with Laravel's best practices. This package is developed to help developers:
- Increase Productivity: Automatically generate essential parts of Laravel applications, saving time and effort on boilerplate code.
- Maintain Consistency: Standardize patterns across projects, reducing errors and improving maintainability.
- Adopt API-First Design: Easily set up API routes and controllers, supporting modern development practices.
- Empower All Developers: With a simple command, this package is accessible to beginners while being flexible enough for experienced developers.
Features
- Generates a Model with fillable attributes
- Generates a Controller with CRUD methods for web or API setup
- Creates Views (index, show, create, edit) for web routes
- Appends routes to
web.phporapi.phpbased on setup type
Installation
To install the Laravel Auto package, follow these steps:
-
Install the package using Composer:
composer require tarsoft/laravel-auto
-
Publish the stubs (optional):
php artisan vendor:publish --tag=tarsoft-stubs
Usage
Generating Web CRUD
To generate a CRUD structure for a model (e.g., Blog) with web controllers and views, run:
php artisan auto:crud Blog
This will create:
Blogmodel (inapp/Models/)BlogController(inapp/Http/Controllers/)- Views (
index,show,create,edit) underresources/views/blogs/ - Web routes in
routes/web.php
Generating API CRUD
For API-only routes and controllers, use the --api flag:
php artisan auto:crud Blog --api
This will create:
Blogmodel (inapp/Models/)BlogController(inapp/Http/Controllers/API/)- API routes in
routes/api.php
License
Laravel Auto is open-source software licensed under the MIT license.
tarsoft/laravel-auto 适用场景与选型建议
tarsoft/laravel-auto 是一款 基于 PHP 开发的 Composer 扩展包,目前已累计 2 次下载、GitHub Stars 达 0, 最近一次更新时间为 2024 年 11 月 11 日, 在 PHP 生态内属于活跃度较高的组件。
我们在过去多个企业项目中使用过 tarsoft/laravel-auto 或与其功能相近的方案,如果你在选型或落地过程中遇到问题,例如 版本兼容、二次改造、私有化封装、与内部系统对接、生产 BUG 排查,欢迎联系我们协助评估。
基于 tarsoft/laravel-auto 在你已有业务上做功能扩展、字段裁剪、UI 适配、与内部账号 / 权限 / 日志系统的深度对接。
线上偶发问题、内存泄漏、慢查询、并发异常等排查修复;针对高流量场景做缓存、队列、索引层面的调优。
承接完整的项目从需求 → 设计 → 开发 → 上线 → 长期运维;也可按月提供技术保姆服务。
统计信息
- 总下载量: 2
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 6
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: Unknown
- 更新时间: 2024-11-11