If you want to run the project locally. You need to have the following packages installed in your system
| Package |
|---|
| Composer |
| PHP ^8.0 |
| Apache/Nginx |
| MYSQL |
composer installIf you're running application for the first time you should run the migrations first set database credential in .env file
php artisan migrate:fresh --seedphp artisan servePlease make sure that you have created branch for your feature. Proposed branch name:
feature/PTF-<short-description>
feature/PTF-users-subscriptionsPlease make sure that you have created pull request for your feature. Don't commit directly into master/develop branch.