shakilnadim/laravel-crud
最新稳定版本:v0.1.0
Composer 安装命令:
composer require shakilnadim/laravel-crud
包简介
README 文档
README
Laravel Crud is a test package that creates a Test model along with controller, migration, routes, request and views.
Installation
First require the package in your fresh laravel project.
composer require shakilnadim/laravel-crud
Then run the below command to install the package in your project.
php artisan laravel-crud:install
This command will move all the controllers, models, migrations, requests, routes and views to their particular directories. Furthermore, this will also install tailwind css in your project. Finally, it will run php artisan migrate command to create table in the database.
Then, you can start the project with
php artisan serve
Then open the browser and go to /tests route on your website, and you will see crud functionalities for tests table in that page.
统计信息
- 总下载量: 4
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2023-09-09