HarFinancial is a financial management system (FMS) is the software and processes an organization uses to manage assets, income and expenses. An FMS performs various functions: reducing accounting errors, maintaining audit trails and ensuring compliance with applicable accounting standards
The Laravel framework is open-sourced software licensed under the MIT license.
Open the project in your VS Code editor
Open terminal (ctrl+`) and write
composer install
Copy .env.example to a new file and rename it to .env, then write this command in terminal
php artisan key:generate
To create the symbolic link
php artisan storage:link
To start the server
php artisan serve
and that's it