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

testing - Detect whether test has failed within fixture -

AbotX : How do you create a parallel crawler that stays on and can be added to at run time from new requests -

android - Create single AAR file from multiple modules using Gradle -