- Clients management
- Discount system management
- Payment tracking
- Full recurring payment system based on income amount
- Automatic event creation for unpaid payments with ability set reminder alert
- Calendar management
- Invoices generation
- Invoice customization setting
- Invoice payments with multiple relationships, print & PDF download
- Multilingual support with fully translatable models and enums
1.📦 Install dependencies
composer install
2.🛠️ Create a copy of the .env file
cp .env.example .env
3.🔑 Generate the application key
php artisan key:generate
4.📦 install node_modules
npm install
5.🚀 Compile assets with Tailwind CSS
npm run dev
6.🗄️ Set up the database
php artisan migrate
7.🔗 Create symbolic link for storage
php artisan storage:link
8.🗄️ Seed Admin credantials
php artisan db:seed
9.💻 Run the application
php artisan serve
Use these credentails to log in as admin
- Email: admin@example.com
- Pass : password











