The simple guide to deploy Laravel and Lumen application on shared hosting.
For a quick version of the guide (many of you might already read about it), read my post on medium, "The simple guide to deploy Laravel 5 application on shared hostin
With Laravel, we get used to command line commands like composer install or artisan migrate. But what if we have only shared-hosting from client, with only FTP access and phpMyAdmin to manage database? Laravel is still usable in this case, but there
Laravel is the most demanding framework in the PHP community with state of the art features and plugins. It is used for rapid application development with tested functionality and is maintained by a big community, having previous flagship framework k
A new undocumented feature in laravel 5.2 was introduced: The Morph Map for morphTo relations.
We all know the polymorphic relations, they are a type of relation to link multiple models with one common model. For instance if you have a User and a