Unable to create lockable file - Laravel 8 & PHP 8
PHP Snippet 1:
sudo chmod 775 /home/vagrant/code/project_folder_name
sudo chown -R vagrant:vagrant /home/vagrant/code/project_folder_name
PHP Snippet 2:
sudo chgrp -R www-data storage bootstrap/cache
sudo chmod -R ug+rwx storage bootstrap/cache
PHP Snippet 3:
chown -R apache:apache storage/framework