This application looks into calculating the gross income of an employee given the PAYE, Relief and Alowances of a given employee. The logic behind it is pretty simple and straight foward. To install the application on your local machine to the following:
- Clone the repository to your locat machine using:
git clone "url"
- Install the project dependencies using composer:
composer install
- Install npm packages using node:
npm install
- Run the application using artisan:
php artisan serve
The application will run on http://127.0.0.1:8000/ click on the link or open it on your browser to open and use the application.
- Vehikl
- Tighten Co.
- Kirschbaum Development Group
- 64 Robots
- Cubet Techno Labs
- Cyber-Duck
- Many
- Webdock, Fast VPS Hosting
- DevSquad
- Curotec
- OP.GG
Thank you for considering contributing to the Laravel framework! The contribution guide can be found in the Laravel documentation.
In order to ensure that the Laravel community is welcoming to all, please review and abide by the Code of Conduct.
If you discover a security vulnerability within Laravel, please send an e-mail to Taylor Otwell via taylor@laravel.com. All security vulnerabilities will be promptly addressed.
The Laravel framework is open-sourced software licensed under the MIT license.