| Package Data | |
|---|---|
| Maintainer Username: | jonathan-martz |
| Maintainer Contact: | composer@jmartz.de (Jonathan Martz) |
| Package Create Date: | 2019-10-04 |
| Package Last Update: | 2021-06-20 |
| Language: | PHP |
| License: | MIT |
| Last Refreshed: | 2025-11-03 15:19:55 |
| Package Statistics | |
|---|---|
| Total Downloads: | 198 |
| Monthly Downloads: | 0 |
| Daily Downloads: | 0 |
| Total Stars: | 0 |
| Total Watchers: | 1 |
| Total Forks: | 0 |
| Total Open Issues: | 1 |
add to routes/web.php
$router->post('/user/todo/select', [
'middleware' => 'auth',
'uses' => 'TodoController@select'
]);