I have a fresh new installation of homestead an wanted to initiate my first Laravel project. It seems, that is always creating the Project not in the Code folder, but in root. Maybe this is the reason, why my mapping to my windows folder isn’t working, too. This is my Homestead.yaml I tried it with 3 pr…
Tag: vagrant
Very slow laravel homestead/vagrant/virtualbox on Mac OSX
I am using Homestead + Vagrant + Virtualbox on a Mac. Problem While I found lots of threads/answers how to fix slow response times (e.g. TTFB) none of them worked. My response times vary between 25 – 32 seconds, which of obviously is not acceptable for local development. Suggested Solutions I have tried…
Laravel 5.7 unable to load `storage/framework/cache/data` and write into `./storage/logs/laravel-2019-06-11.log`
I have a project under laravel 5.7 installation and for some reason I get the following error: In order to mitigate the error I tried the following: Permission Based tries: artistan based attempts: php-fpm default user settings: Also for the development I use vagrant with the following Vagrantfile located at …
Unable to install PHP packages with apt-get, gives “E: Unable to locate package”
I’m actually setting up my vagrant vm (trusty-64, Ubuntu distribution v14.04) and encountered an issue during the installation of all ppa:ondrej/php packages. I tried the default way to install php… But it still has this issue: It seems he’s ignoring the added repository (it’s not list…
Laravel keep chmod storage folder
When i access view in my laravel application, why is it always showed this error every 1 minute: file_put_contents(/home/vagrant/Code/myproject/storage/framework/cache/data/db/59/…
Laravel Homestead Redis Port Forwarding
I’m having some trouble here trying to remotely connect to my local Homestead Redis server. I’m using both commandline (redis-cli) and RDM. I’m able to connect with Postgresql with PgAdmin in this …
Recurring permissions problems w/ Laravel on vagrant box
I’m getting some strange permissions problems. I’m using Laravel on a vagrant box. I regularly have to reset my app/storage permissions. Here’s my process: in terminal, run sudo chmod -R 777 app/…