• 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

Warning file_get_contents () failed to open stream: HTTP request failed! HTTP/1.0 402 Payment Required

how to make my own auto increment in php?

Parameter is not sent to Laravel route in Ajax

Why isn't my PHP exception working?

PHP sort array of objects by two properties

GuzzleHttp Hangs When Using Localhost

How do I call a php file with axios?

PHP: remove filename from path

Update Order custom Field value with WooCommerce REST API

*** ERROR *** The PHP configuration loaded file is: c:/wamp64/bin/php/php8.1.0/php.ini - should be: c:/wamp64/bin/apache/apache2.4.53.1/bin/php.ini

passwordless LDAP login and get user information using Kerberos ticket in PHP

Results page in other window

Laravel Carbon throws error The format separator does not match

500 Internal Server Error on Ajax request. Not sure the origin of the problem

JQuery content editable div and text box on submit not sending POST

About Contact Privacy policy Terms and conditions