Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 389 Bytes

IF_YOU_DONT_KNOW_LARAVEL.md

File metadata and controls

7 lines (4 loc) · 389 Bytes

File Structure Layout thing to help you out a bit

If you want to change/add anything in the backend, go to /app/Http/Controllers/Web/ (For the website itself)

If you want to change/add anything in the frontend, go to /resources/views/web/ (For the website itself)

If you want to change/add routing options (make links pretty basically), go to /routes/web.php (For the website itself)