PHP code example of navidbakhtiary / todo
1. Go to this page and download the library: Download navidbakhtiary/todo 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/ */
navidbakhtiary / todo example snippets
php artisan migrate
<testsuite name="NavidBakhtiary\ToDo\Tests\Feature">
<directory suffix="Test.php">./vendor/navidbakhtiary/todo/tests/Feature</directory>
</testsuite>
<testsuite name="NavidBakhtiary\ToDo\Tests\Unit">
<directory suffix="Test.php">./vendor/navidbakhtiary/todo/tests/Unit</directory>
</testsuite>