Laravel without using the Models?

1

I wanted to make the following query regarding the working mode of Laravel 5.5.

Is it possible to work or develop a project with Laravel without using the Models, that is, only using the controllers to obtain and send the data to the views (using Query Builder)?

PS: It is based on a project with an existing database that is constantly modified.

Thank you very much in advance!

    
asked by Camilo Araya 21.01.2018 в 16:25
source

0 answers