an opensource software to manage tours scheduling and accounting
-
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
The main section is Tours. every Tour has schdules, accounting, people and documents.