Empresas
Empleos
  • Sobre nosotros
  • Soluciones
    • Publicación de vacantes
      Publica tu vacante y recibe candidatos calificados en 48h.
    • Evaluación de candidatos
      500+ pruebas técnicas y psicológicas, más anti-fraude.
    • Headhunting
      Búsqueda ejecutiva a la medida de principio a fin.
    • Nómina + EOR
      Dispersión de nómina y EOR en más de 15 países de LATAM.
  • Precios
  • Empleos

0

1.8K
Vistas
Unable to create lockable file - Laravel 8 & PHP 8

I'm stuck in a Laravel project, I've been using laravel a lot of years and never happened this.

I'm using Vagrant (as always) and only happens this with PHP 8, with other projects with php 7.X doesn't happen.

enter image description here

The USER and GROUP permisions are OK as always. I Ran chmod -R 777 storage and bootstrap/cache a lot of times. I ran all cache:clear.

I don't know why it's happening this.

Anyone had problems with Laravel and PHP 8?

Thanks!

over 4 years ago · Santiago Trujillo
3 Respuestas
Responde la pregunta

0

I resolved it by providing owner permission to apache user:

chown -R apache:apache storage/framework
over 4 years ago · Santiago Trujillo Denunciar

0

Please use the following commands:

  1. Clear your project's cache
cd /home/vagrant/code/project_folder_name
sudo php artisan cache:clear
  1. Give your folders proper permission
sudo chmod 775 /home/vagrant/code/project_folder_name
sudo chown -R vagrant:vagrant /home/vagrant/code/project_folder_name

Hopefully, it will solve your issue.

over 4 years ago · Santiago Trujillo Denunciar

0

Can you please try with the given permission, as it should be on web server group www-data level as well?

Also, adding a link for your reference.

https://linuxhint.com/how-to-set-up-file-permissions-for-laravel/

sudo chgrp -R www-data storage bootstrap/cache
sudo chmod -R ug+rwx storage bootstrap/cache
over 4 years ago · Santiago Trujillo Denunciar
Responde la pregunta
Encuentra empleos remotos

¡Descubre la nueva forma de encontrar empleo!

Top de empleos
Top categorías de empleo
Empresas
Publicar vacante Precios Comercial
Legal
Términos y condiciones Política de privacidad
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomiéndame algunas ofertas
Necesito ayuda