Laravel Directory Structure for Beginners
โ
Laravel Folder Structure
๐ app/
This folder contains the main code of your application.
Http/ โ Your controllers and middleware live here (handles user requests).
Models/ โ These are used to talk to the database (like User.php).
Providers/ โ ...