sohan065/crud

1.0.3 2023-12-22 16:16 UTC

This package is auto-updated.

Last update: 2024-09-22 18:04:56 UTC


README

安装

要安装此包,请使用以下命令

composer require sohan065/crud

在Laravel项目中发布包资源

php artisan vendor:publish --tag=public --force

数据库迁移

然后运行数据库迁移命令以创建表。

php artisan migrate

运行服务器。

php artisan serve

默认情况下,它将在http://127.0.0.1:8000上提供应用服务。

仪表板访问

然后在本地主机http://127.0.0.1:8000后添加dashboard

http://127.0.0.1:8000/dashboard