scaffolding - Laravel jrenton/laravel-scaffold -


i starting use laravel , having problems jrenton/laravel-scaffold library. when use scaffold generates everything, controllers empty files. i`m generating file shown in github page of library:

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 

if need more information ask in comment section.

there's template folder contains controller , view templates use scaffolding. check under 'resource' , 'restful' folders them at: https://github.com/jrenton/laravel-scaffold/tree/master/src/jrenton/laravelscaffold/templates


Comments

Popular posts from this blog

javascript - RequestAnimationFrame not working when exiting fullscreen switching space on Safari -

Python ctypes access violation with const pointer arguments -