Registration for new member syntax community
Clone Repository
git clone https://github.com/vinss-droid/syntax-new-member.gitGo to the folder where the file is installed
cd syntax-new-memberInstall the dependencies composer.
composer installInstall the dependencies nodejs.
npm installCopy the .env.example file and rename it into the .env file (For this you can run the following command)
copy .env.example .envRun the following command to generate a new key
php artisan key:generateTo run tests, run the following command
php artisan serveClient: Bootstrap, Jquery, Sweetalert
Server: PHP, Laravel