Skip to content

iKunalmathur/Tour-and-Travel-Package-Manager

Repository files navigation

Tour & Travel Package Manager

Installation

Clone Repo or Download Zip.

HTTPS

https://github.com/iKunalmathur/Tour-and-Travel-Package-Manager.git

SSH

[email protected]:iKunalmathur/Tour-and-Travel-Package-Manager.git

GitHub CLI

gh repo clone iKunalmathur/Tour-and-Travel-Package-Manager

Download Zip

Download 🌠

Usage

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

Contributing

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.

License

MIT