Application Structure
If you are familiar with Laravel, you won't have problems, because I don't like changing the default structure powered by the core team.
The Root Directory
The
app
DirectoryThe
bootstrap
DirectoryThe
config
DirectoryThe
database
DirectoryThe
public
DirectoryThe
resources
DirectoryThe
routes
DirectoryThe
storage
DirectoryThe
tests
DirectoryThe
vendor
Directory
The App Directory
The
Broadcasting
DirectoryThe
Console
DirectoryThe
Enums
DirectoryThe
Events
DirectoryThe
Exceptions
DirectoryThe
Http
DirectoryThe
Jobs
DirectoryThe
Listeners
DirectoryThe
Mail
DirectoryThe
Models
DirectoryThe
Notifications
DirectoryThe
Policies
DirectoryThe
Providers
DirectoryThe
Rules
Directory
Last updated