rezvani/todopkg

TodoPkg - My Todolist Package

Installs: 12

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

Type:project

pkg:composer/rezvani/todopkg

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

This package is auto-updated.

Last update: 2025-12-12 13:43:56 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>