TodoPkg - 我的待办事项包

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

This package is auto-updated.

Last update: 2024-09-12 10:55:12 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>