sohel40b/crud

这是使用Laravel包生成CRUD操作

dev-master 2023-12-07 07:24 UTC

This package is auto-updated.

Last update: 2024-09-07 09:08:32 UTC


README

要安装此包,请运行

composer require sohel40b/crud:dev-master

config/app.config添加服务提供者

'providers' => [
    ...
    sohel40b\crud\CrudServiceProvider::class,
],

迁移所有需要迁移的表,然后更新.env并迁移

php artisan migrate

打开此路由

https://:8000/todo