Deploy Laravel with Git Hooks

There are several ways to deploy your Laravel application to your server and put it online. An old-fashioned way is FTP, but that is no longer advisable because it is almost impossible to keep track of which files you have to upload. Instead you can deploy Laravel with Git Hooks to push your application to … Read more

Laravel Homestead Request Entity Too Large

If you are using Laravel Homestead and you are developing an application where you need to upload large images or files, you may run into the following error: 413 Request Entity Too Large This is an Nginx warning and it means you are uploading a file that exceeds the max upload size defined in your … Read more