matinebrahimi / laravel-todo-app
dev-main
2022-04-20 08:21 UTC
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-03-20 14:56:41 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