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

This package is auto-updated.

Last update: 2025-06-04 14:51:43 UTC


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

  1. if you have your own user model please change task_owner in laravel_todo.php to yours
'task_owner' => \FatemeMahmoodi\LaravelToDo\Models\User::class,

  1. we use token driver for Authentication with a middleware named TokenAuthorize if you use another driver for api auth change this in the middlewares in laravel_todo.php
'middlewares' => ['api', \FatemeMahmoodi\LaravelToDo\Http\Middleware\TokenAuthorize::class]

  1. we use mill for send notification see https://mailtrap.io for more info

Authors

fatememahmoodi77527@gmail.com

Version History

  • v1.0.1
    • Initial Release

Run Test

 composer run test

License

MIT