• 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

Google Gmail API - How to login programatically?

How to show selected value using javascript in laravel

Warning: mysqli_stmt::bind_param(): Number of elements in type definition string doesn't match number of bind variables 11 [closed]

Laravel Unknown Column 'updated_at'

WordPress Subquery returns more than 1 row on SELECT

Override default Auth routes in Laravel 7

How to install LDAP in Docker php-fpm alpine

Batch request Google Calendar php API

Laravel phpunit test failing authorization

How to get median and quartiles/percentiles of an array in JavaScript (or PHP)?

How to MODIFY a Google Docs document via API using search-and-replace?

PHP date() with timezone?

How to pass data to all views in Laravel 5?

If action is on a different page do I use fwrite function

Assign output of PHP function to a variable

About Contact Privacy policy Terms and conditions