php[world] 2016 Laravel Training Day Setup
Joe • October 28, 2016
conferences laravel speakingI'm really excited to be going back to Washington, DC for php[world]. I'll be doing Laravel Training Day. I'm really excited for this because We'll be covering Laravel 5.3!
To fully participate in the training exercises you'll want to follow the directions below. Please reach out to me if you have any issues. If you struggle with the Homestead set up you can skip that part as long as you can run PHP locally on your machine and have a way to run MySQL, Redis, and other services locally. The best advice is to follow the set up instructions below.
Operating System Support:
If you want to follow along and run all of the examples you will need to bring a laptop running a current version of Linux or Mac OS or Windows.
Applications Installed:
- VirtualBox 5.1.x
- VirtualBox 5.1.x Oracle VM VirtualBox Extension Pack
- Vagrant 1.8.6
- PHP 5.6.x or higher (7 is fine!)
Laravel Homestead
Read and follow the installation instructions in this document -- http://laravel.com/docs/5.3/homestead
The most important thing to do before the conference is run this command:
vagrant box add laravel/homestead
Testing Homestead:
Create a new Laravel project and require homestead, make the homestead configuration and then vagrant up.
composer create-project -- prefer-dist laravel/laravel test-laravel
cd test-laravel
composer require -- dev laravel/homestead
./vendor/bin/homestead make -- aliases
vagrant up
These commands should run without any errors.
When you're done, you can destroy the environment by:
vagrant destroy -f
cd ..
rm -rf test-laravel
Thanks for reading, I look forward to seeing you at training day, if you have any problems or errors as you worked through this please feel free to leave me a comment below.
As Seen On
Recent Posts
- Join me at php[tek] 2023 May 16-18th in Chicago
- The Workshop: Accept testing with Codeception - php[architect] Magazine April 2022
- The Workshop: Apache and PHP – Back to Basics - php[architect] Magazine January 2022
- The Workshop: Testing with Pest Framework - php[architect] Magazine August 2021
- Building Homestead in 2022
- All Posts
Categories
- ansible
- apache
- applesilicon
- aws
- blackwidow
- cakephp
- community
- composer
- conferences
- data-storage
- day-job
- devops
- docker
- fpv
- general
- github
- givecamp
- homestead
- jigsaw
- joindin
- keyboard
- laravel
- learning
- linux
- maker
- mamp
- mentoring
- music
- nonprofit
- opensource
- packages
- php
- phparch
- projects
- provisioning
- python
- razer
- s3
- security
- slimphp
- speaking
- static-sites
- storage
- testing
- tiny-whoop
- today-i-learned
- training
- ubuntu
- vagrant
- version-control
- windows
- writing
- wsl
- wsl2
- zend-zray