This code sample is built using the following:
To test the form out, you can install Valet or use the built-in PHP server. Regardless of what you choose, please run the following commands:
git clone https://github.com/divspace/form
cd form
composer install
npm install
gulp
cp .env.example .env
php artisan key:generate
php artisan migrateIf you choose this method, change into the form directory and run this command:
valet linkYou can then access the site by going to:
http://form.dev
Alternatively, you can use the built-in server that PHP has by running this command:
php artisan serveYou can then access the site by going to:
http://localhost:8000