fateme-mahmoodi / laravel_todo
laravel todo is a package that can use for todo list on your project
Installs: 5
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/fateme-mahmoodi/laravel_todo
Requires
- php: 7.4
- laravel/framework: ^7.0
Requires (Dev)
- orchestra/testbench: ^5.0
README
todo list
Description
laravel todo is a package that can use for todo list on your project
you can also filter your tasks by define labels for them
Getting Started
Dependencies
- php7.4
- laravel 7.x
Installing
composer require FatemeMahmoodi/laravel-todo
Publishing File Groups
1.Views
php artisan vendor:publish --tag=laravel_todo-views
2.Config
php artisan vendor:publish --tag=laravel_todo-config
3.Migrations
php artisan vendor:publish --tag=laravel_todo-migrations
Set up
Config
- if you have your own user model please change
task_ownerin laravel_todo.php to yours
'task_owner' => \FatemeMahmoodi\LaravelToDo\Models\User::class,
- we use
tokendriver for Authentication with a middleware namedTokenAuthorizeif you use another driver for api auth change this in themiddlewaresin laravel_todo.php
'middlewares' => ['api', \FatemeMahmoodi\LaravelToDo\Http\Middleware\TokenAuthorize::class]
- we use mill for send notification see https://mailtrap.io for more info
Authors
Version History
- v1.0.1
- Initial Release
Run Test
composer run test
License
MIT