rezvani/todopkg

TodoPkg - My Todolist Package

v1.0.12 2022-06-12 06:06 UTC

This package is auto-updated.

Last update: 2025-06-12 12:40:48 UTC


README

composer create-project --prefer-dist laravel/laravel:^7.0 blog

In composer.json in require:
"rezvani/todopkg": "^1.0"

Then update via composer:
composer update

Substitute your .env file with the current project

In phpunit.xml:

<testsuite name="Todopkg">
<directory suffix="Test.php">./vendor/rezvani/todopkg/tests</directory>
</testsuite>