- clone this
git clone https://github.com/code4mk/laractpa.git
# copy .env.example to .env
composer install
php artisan key:generate
php artisan serve
# yarn
yarn install
yarn run watch
# npm
npm install
npm run watch
git clone https://github.com/code4mk/laractpa.git
# copy .env.example to .env
composer install
php artisan key:generate
php artisan serve
# yarn
yarn install
yarn run watch
# npm
npm install
npm run watch