Posts Tagged ‘Application Structure’
Structure your Laravel App with Namespaces
Laravel 4 is really flexible and allows you to setup your application however you want, after all the majority of Laravel/Illuminate packages can be used in external apps and other frameworks. See my blog on Composer and Codeigniter: Part I Replace The Database/Model Layer for information on how …