fateme-mahmoodi / laravel_todo
laravel todo is a package that can use for todo list on your project
v1.0.1
2022-07-04 08:20 UTC
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_owner
in laravel_todo.php to yours
'task_owner' => \FatemeMahmoodi\LaravelToDo\Models\User::class,
- we use
token
driver for Authentication with a middleware namedTokenAuthorize
if you use another driver for api auth change this in themiddlewares
in 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