Posts Tagged "homestead"

Laravel Homestead and Beanstalkd Console

June 17th, 2022

I am doing some queue work and wanted beanstalkd console installed so I can see the status of the queue

Laravel Homestead and MailCatcher

June 17th, 2022

Using MailCatcher http://mailcatcher.me/ I can see the emails sent by the website.

First checkout https://github.com/fideloper/Vaprobash/pull/348 to get your box...

Drush and Homestead Vagrant Box

June 17th, 2022

Had some trouble doing the normal composer install so I went with the manual install noted here https://github.com/drush-ops/drush

Basically I downloaded and unzipped...

SSL and Homestead

June 17th, 2022

This is like most nginx the only trick was adding the port forward on Homestead

#scripts/homestead.rb
    # Configure Port Forwarding To The Box
   ...