Increase laravel performance

Updated: 20th December 2019
Tags: php laravel

Update laravel/installer global

Updated: 20th December 2019
Tags: php composer laravel

Laravel fresh install ubuntu HTTP 500 Fix

Updated: 18th December 2019
Tags: php laravel ubuntu

After installing laravel you MUST change some folder permissions.

sudo chmod 755 -R laravel_app
sudo chmod -R o+w laravel_app/storage
sudo chmod -R o+w laravel_app/bootstrap/cache

Install PHP 7.4 on Apache Ubuntu 18.04

Updated: 4th December 2019
Tags: php apache

Install PHP 7.4 on Nginx Ubuntu 18.04

Updated: 4th December 2019
Tags: php php-fpm nginx