This project is a NativePHP-based desktop application developed with PHP. It is a Laravel-based application that can run on Linux, MacOS, and Windows platforms.
After cloning the project to your system, follow these steps to run the application.
Navigate to the project's root directory in your terminal or command line and install Laravel dependencies:
composer installCreate your .env file and set the necessary values:
cp .env.example .env
php artisan key:generateUse the following command to start the application in a desktop environment:
php artisan native:serveThis command runs the application in development mode.
To build the application for a specific platform, use the following commands:
php artisan native:build linuxphp artisan native:build macphp artisan native:build winThese commands compile and package the application as a user-friendly desktop app for the specified platform.
❗ If you encounter any issues, please report them in the GitHub Issues section or contribute by submitting a pull request.
