1. Entirely new directory structure:
Laravel 5.0.1 comes with an entirely new directory structure. Laravel 5.0.1 uses PSR-4 autoloading standards that mean all the classes are fully namespaced now. In this version, config, storage, and database folders are moved from the app folder in the new...