Skip to main content

Laravel default folders structure and settings

Laravel default folders structure and settings 

For a quick application setup

Controllers: All controller files are located at app\Http\Controllers\YourController.php


Views: All view files are located at resources\views\yourview.blade.php


Models: All model files are located at app\Models\yourmodel.php


Database Config: Database configuration modify at .env file.

Comments