- app
- Http – most frequnt
- controller
- auth-login, registration control
- controller.php
- middleware – to control when a stranger tranger tyies to access
- config
- app.php-change the app name parameter
- sessions.php – change liftetime parameter if required
- database
- public
- css
- js
- index.php – the first page
- resources
- assets
- views
- welcome.blade.php – first page shows after the installation
- routes
- web.php – examples- ‘/’, ‘/aboutus’, ‘/services’, ‘/contact’ ect. routing are defined.
- .env – details will be provided later
Labels: Laravel, Web development