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

Popular posts from this blog

sql - invalid in the select list because it is not contained in either an aggregate function -

Angularjs unit testing - ng-disabled not working when adding text to textarea -

How to start daemon on android by adb -