2019年11月25日
摘要: Method App\Admin\Controllers\GoodsSpecController::store does not exist. Method App\Admin\Controllers\GoodsSpecController::update does not exist. 解决: 方 阅读全文
posted @ 2019-11-25 12:58 潇潇六月雨 阅读(1699) 评论(0) 推荐(0)
摘要: 根据laravel的基本操作步骤依次完成如下操作:主要是参考laravel-admin内置的Menu菜单管理的功能,利用ModelTree实现业务中的Tree数据管理。 1. 创建模型 php artisan make:model Models/Category 2. 创建迁移文件 php arti 阅读全文
posted @ 2019-11-25 11:31 潇潇六月雨 阅读(1118) 评论(0) 推荐(0)