Skip to Main Content
Laravel 5 Essentials
book

Laravel 5 Essentials

by Martin Bean
April 2015
Beginner content levelBeginner
144 pages
3h 13m
English
Packt Publishing
Content preview from Laravel 5 Essentials

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/ ./app/Handlers/ # Exception handlers ./app/Handlers/Commands # Handlers for command classes ./app/Handlers/Events # Handlers for event classes ./app/Http/ ./app/Http/Controllers/ ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Start your free trial

You might also like

Beginning Laravel: A beginner's guide to application development with Laravel 5.3

Beginning Laravel: A beginner's guide to application development with Laravel 5.3

Sanjib Sinha
Laravel 5.x Cookbook

Laravel 5.x Cookbook

Terry Matula, Alfred Nutile

Publisher Resources

ISBN: 9781785283017Supplemental Content