This is a web application that serves as a registration management tool for the elite Bloomsday Wheelchair division.
- Install Laravel Homestead
- Clone this repository
- Configure Homestead to point to the repo's
public
directory (homestead edit
or edit~/.homestead/Homestead.yaml
):
folders:
- map: ~/path/to/repo/bloomsdaywheelers
to: /home/vagrant/bloomsdaywheelers
...
sites:
- map: bloomsdaywheelers.local
to: /home/vagrant/bloomsdaywheelers
...
databases:
- bloomsdaywheelers
- Update your machine's
hosts
file with (default IP for Homestead's Vagrant VM is192.168.10.10
):
192.168.10.10 bloomsdaywheelers.local
- SSH into Homestead (
homestead ssh
) and navigate to the project's root directory (defined in step 3) - Run
composer install
- Clone the
.env.example
file and name it.env
php artisan key:generate
to create the uniqueAPP_KEY
security key- Run
php artisan migrate --seed
to setup the database schema and seed with data (country list) - Navigation to http://bloomsdaywheelers.local/