Tour Agency Management
an opensource software to manage tours scheduling and accounting
installation
-
clone the repository
-
cd to project path
-
config .env as Laravel Documentaion
php artisan migrate
composer install
npm install
npm run dev
php artisan serve
- open localhost:8000
Structure
The main section is Tours. every Tour has schdules, accounting, people and documents.