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!