Skip to content

Latest commit

 

History

History
59 lines (40 loc) · 2.7 KB

README.md

File metadata and controls

59 lines (40 loc) · 2.7 KB

Build Status Total Downloads Latest Stable Version License

About KRAIncome Tax Calculator

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.

Premium Partners

Contributing

Thank you for considering contributing to the Laravel framework! The contribution guide can be found in the Laravel documentation.

Code of Conduct

In order to ensure that the Laravel community is welcoming to all, please review and abide by the Code of Conduct.

Security Vulnerabilities

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.

License

The Laravel framework is open-sourced software licensed under the MIT license.