• 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 5 issue with wherePivot

Unable to match results of php hash_hmac() and coldfusion hmac()

How to retrieve Active Directory group policy maximum password age using LDAP

Auto increment id JSON

Edit XML in HTML form and submit to self

how to prevent float variables displaying as scientific notation when printing [duplicate]

Passing PHP JSON to Javascript: echo json_encode vs echo json declaration

PHP SoapClient: set a namespace without prefix

add " ? " in url via htaccess RewriteRule

LARAVEL: How to fetch id dynamically in a query builder?

How to add automatically collapse/expand in content wordpress (single.php)?

Extract house numbers from address string

How to create a individual template for page or post in custom plugin?

How to change the app environment at run time?

I want to display default profile image if user do not have profile image

About Contact Privacy policy Terms and conditions