codeigniter - where is module directory in laravel -
in codeigniter
framework there module
directory :
application\models
but directory in laravel 5
framework ?
it doesn't have one. people put models in app
folder itself, i.e. app\user
. if don't that, make folder called models
, put them there.
Comments
Post a Comment