matinebrahimi / laravel-todo-app
Installs: 10
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
pkg:composer/matinebrahimi/laravel-todo-app
Requires
- php: ^7.1.3|7.2.*|7.3.*|7.4.*|8.*
- imanghafoori/laravel-nullable: ^1.2
- laravel/framework: ~5.1|6.*|7.*|8.*|9.*
Requires (Dev)
- mockery/mockery: *
- orchestra/testbench: ~6.0
This package is auto-updated.
Last update: 2025-09-20 16:09:01 UTC
README
A Package for add Todo functionality to main laravel project
Installation
composer require matinebrahimi/laravel-todo-app
Then run migrate command:
php artisan migrate
Update auth middleware in App\Http\kernel.php in routeMiddleware array
'auth' => \MatinEbrahimii\ToDo\Http\Middleware\Authenticate::class