• 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

Creating Combinations of Elements

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

Make certain characters of a word from string bold

Composer fails with kylekatarnls/update-helper on new homestead

Issue with laravel eloquent model property

Update Total in checkout of Woocommerce with Ajax Request

Adding reCAPTCHA v2 into my PHP file

How to get unique slug to same post-title for other time too?

Limit login attempts in Laravel 5.7

Whats the point of running Laravel with the command 'php artisan serve'?

how to pass row id in href of a tag in codeigniter controller?

AJAX call fails with SyntaxError: Unexpected end of JSON input

Laravel : How to Create Dropdown to Select FOREIGN KEY from Other Table?

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

How to loop a tree array with unknown depth and get array blocks?

About Contact Privacy policy Terms and conditions