Skip to content

divspace/form

Repository files navigation

Form Test

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 migrate

Valet

If you choose this method, change into the form directory and run this command:

valet link

You can then access the site by going to:

http://form.dev

PHP Server

Alternatively, you can use the built-in server that PHP has by running this command:

php artisan serve

You can then access the site by going to:

http://localhost:8000

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors