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
appDirectoryThe
bootstrapDirectoryThe
configDirectoryThe
databaseDirectoryThe
publicDirectoryThe
resourcesDirectoryThe
routesDirectoryThe
storageDirectoryThe
testsDirectoryThe
vendorDirectory
The App Directory
The
BroadcastingDirectoryThe
ConsoleDirectoryThe
EnumsDirectoryThe
EventsDirectoryThe
ExceptionsDirectoryThe
HttpDirectoryThe
JobsDirectoryThe
ListenersDirectoryThe
MailDirectoryThe
ModelsDirectoryThe
NotificationsDirectoryThe
PoliciesDirectoryThe
ProvidersDirectoryThe
RulesDirectory
Last updated
Was this helpful?