Laravel jrenton / laravel-scaffold

时间:2014-06-27 07:01:56

标签: laravel scaffolding

我开始使用laravel,我遇到了 jrenton / laravel-scaffold 库的问题。 当我使用它的脚手架时,它会生成所有内容,但控制器是空文件。 我是从库的github页面中显示的文件生成的:

resource = true
namespace = Oxford
University hasMany Department string( name city state homepage ) -nt
Department belongsTo University, hasMany Course string( name description ) number:integer
resource = false
Course belongsTo Department, hasMany Lesson string( name description ) integer( number credits ) -sd

如果您需要更多信息,请在评论部分询问。

1 个答案:

答案 0 :(得分:1)

有一个模板文件夹,其中包含用于脚手架的Controller和View模板。检查'资源'并且“安静”他们的文件夹位于:https://github.com/jrenton/laravel-scaffold/tree/master/src/Jrenton/LaravelScaffold/templates