n
xxxxxxxxxx
imagine a muscular demon with capes holding a powerful spear
xxxxxxxxxx
sudo chown -R www-data:www-data /var/www/laravel-project/storage
// if above give error,
// Check the Web Server User // in Apache
ps aux | grep apache
// Check the Web Server User // in Nginx
ps aux | grep nginx
// Use found name in this www-data:www-data
sudo chown -R name:name /var/www/laravel-project/storage