• Categories
    • PHP
    • phpMyAdmin
    • PHPMailer
    • FFMpeg
    • PHPEXcel
    • PHPDoc
    • PHPUnit
    • CakePHP
    • CakePHP 2.0
    • Cake PHP 2.1
    • CakePHP Model
    • Facebook PHP SDK
    • composer-php
    • PHP 7
    • PHP GD
    All Categories
  • About

Unable to create lockable file - Laravel 8 & PHP 8

phplaravel


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

Related Snippets

The "client_reference_id" argument is not passed

Wordpress wpdb->delete issue

Laravel 4 Redirect::back() not going to previous page (refreshing current page)

How to install ZeroMQ for PHP on an Alpine Linux container?

PHP sort array of objects by two properties

Laravel Unknown Column 'updated_at'

Show only featured products in Woocommerce shop page

Woocommerce Checkout - Add conditional field required if one field is filled

Clear javascript source cache laravel 5.8

Store multiple fields in JSON column (Nova CMS)

file_put_content...fail to open stream:Permission denied in Laravel 5

Override default Auth routes in Laravel 7

How to override header set in Apache config with more specific header in a virtual host

PHPExcel export HTML table to xlsx

Results page in other window

About Contact Privacy policy Terms and conditions