Download the PHP package navidbakhtiary/todo without Composer
On this page you can find all versions of the php package navidbakhtiary/todo. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download navidbakhtiary/todo
More information about navidbakhtiary/todo
Files in navidbakhtiary/todo
Package todo
Short Description laravel project-independent package that adds the ToDo ability
License MIT
Informations about the package todo
ToDo Package
This package is a tool to add ToDo capability to various Laravel projects.
Depending on the needs of the project, you can use it to define tasks and labels and attach labels to task.
Change of status and task information is possible.
When the status of a task is closed, an email notification is sent to the task owner. MailTrap.io is used to receive notification emails.
Sanctum package has been used for authentications.
The TDD approach has been used to test all APIs. Attempts have been made to consider all happy-path and unhappy-path.
You can develop it or challenge it if you wish. I will be grateful if you give me your comments. You can send me your comments via GitHub Issues.
Thank you for your attention.
How To Use
-
Install Laravel 7.*
- Install Sanctum and configure it.
-
Install navid bakhtiary ToDo Package
-
Create database in MySQL and set DB_DATABASE in .env file based on its name. Then run migrations.
- Create an account in MailTrap.io. Change .env file MAIL configuration based on SMTP settings of your account for Laravel 7+ Integrations. After email notification sent, you can see sent email in inbox of your MailTrap account.
-
Add following code into testsuites tag in phpunit.xml of Laravel project. Adding these lines makes it possible to run package tests.
- You can run all tests. In terminal run command . If you want to run a specific test class in package run command