Clone Repo or Download Zip.
https://github.com/iKunalmathur/Tour-and-Travel-Package-Manager.git
[email protected]:iKunalmathur/Tour-and-Travel-Package-Manager.git
gh repo clone iKunalmathur/Tour-and-Travel-Package-Manager
Run "npm install" Download node packages
npm install
Run "composer install" Genrate vendor folder
composer install
Remove .example form .env.example file
.env.example -> .env
Run "php artisan key:generate" APP_KEY
php artisan key:generate
Add ENV variable to your .env file
CLIENTSITE=https://yourclientsite.com
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.