Structure of a Laravel application
Over the course of the next two chapters, we will install Laravel and create our first
application. Like most frameworks, Laravel starts out with a complete directory tree
for you to organize your code in, and also includes placeholder files for you to use as
a starting point. Here is what the directory of a new Laravel 5 application looks like:
./app/ # Your Laravel application
./app/Commands/ # Commands classes ./app/Console/
./app/Console/Commands/ # Command-line scripts
./app/Events/ # Events that your application can
raise
./app/Exceptions/
Chapter 1
Do'stlaringiz bilan baham: |