Take a look at the source code for Laravel.io (this website) on GitHub. It utilizes the patterns you are talking about. https://github.com/LaravelIO/laravel.io You may found it to be very useful
Many thanks jhoevenaars.
I'm watching over and the structure is more advanced that the basic Laravel structure, but where are the models?
Thanks in advanced.
They are in the Lio folder. For example the model for Accounts is inside Lio/Accounts and is User.php and so on.
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community