• 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

Laravel - How to properly generate unique slugs from article titles?

Phalcon: setStatusCode returns empty response

xdebug 3 not working in ubuntu 20.04 with docker

Magento 2 - Controller returning blank page

Undefined variable in Laravel 8 project (php 7.4)

MySQL order by field in Eloquent

How to fix bootstrap multiselect search data using ajax

Add restriction to WooCommerce coupons by allowed user ID

WHM Enabling mod_rewrite

CodeIgniter force_download is not working

Target class controller does not exist - Laravel 8

Install mysql client in docker image

SQLSTATE[22007]: Invalid datetime format: 1366 Incorrect integer value: 'column_name' in Laravel

how to get value from array in laravel

Implode columnar values between two arrays into a flat array of concatenated strings

About Contact Privacy policy Terms and conditions