Hash式备忘录之laravel,resource生成命令

Resource在设置路由控制器上比较便捷,虽然失去了一些自由度,选择与否根据具体情况而定.

路由:

Hash式备忘录之laravel,resource生成命令_第1张图片
image.png

控制器:

默认生成的public方法有:
index(),create(),store(),show(),edit(),update(),destroy()

Hash式备忘录之laravel,resource生成命令_第2张图片
默认

命令:

image.png
php artisan make:controller xxxxx/xxxxx --resource --model=xxxx\/xxxx/\xxxx

你可能感兴趣的:(Hash式备忘录之laravel,resource生成命令)