PHP code example of mapfeiffer / project-time-tracker

1. Go to this page and download the library: Download mapfeiffer/project-time-tracker library. Choose the download type require.

2. Extract the ZIP file and open the index.php.

3. Add this code to the index.php.
    
        
<?php
require_once('vendor/autoload.php');

/* Start to develop here. Best regards https://php-download.com/ */

    

mapfeiffer / project-time-tracker example snippets


git clone https://github.com/mapfeiffer/project-time-tracker.git
cd project-time-tracker

cp .env.example .env 

composer install

./vendor/bin/sail up -d 

./vendor/bin/sail bash 

npm install && npm run build 

composer setup

php artisan key:generate

php artisan dusk:install 
php artisan dusk 

php artisan test tests/Unit/CheckPeriodTraitTest.php

./vendor/bin/pint

./vendor/bin/phpstan analyse app