Skip to content
Advertisement

Tag: vagrant

Laravel not creating projects in Code-Folder

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 projects now, but every

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 a lot of suggested solutions from here:

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 the root of my project: But any of these failed

Advertisement