Slide 21
Slide 21 text
10 . 1
KEY CHANGES IN LARAVEL 5
DIRECTORY STRUCTURE
Laravel 5 implements the autoloading standard which
means all your classes are namespaced
The default namespace for your web application is app
You can change this using php artisan app:name
assets, views, and lang now live in a resources folder
config, storage, database, and tests directories have
been moved to the root of the project
bootstrap, public, and vendor retain their place
PSR-4