laravel-database-schedule icon indicating copy to clipboard operation
laravel-database-schedule copied to clipboard

Manage your Laravel Task Scheduling in a friendly interface and save schedules to the database.

Results 19 laravel-database-schedule issues
Sort by recently updated
recently updated
newest added

hi , its posible active the cron service without Run the artisan command "php artisan schedule:run"?

Added functionality of timezone for each schedular job. Now users can add a timezone against each job when creating from UI.

When i try to save a new schedule, it get the following error: Add fillable property [_token] to allow mass assignment on [RobersonFaria\DatabaseSchedule\Models\Schedule]. Its because of the $request->all() - which...

when adding package using composer getting this error, even after doing some tweaks of database migration. SQLSTATE[42S02]: Base table or view not found: 1146 Table 'schedule_task_laravel.schedules' doesn't exist (Connection: mysql,...

The **App\Console\Kernel** class has been deprecated since Laravel 11 ![image](https://github.com/robersonfaria/laravel-database-schedule/assets/101564593/d9cc2c9c-57ca-4dc9-8578-237b700b8e64)

# [UPDATED] ## Version ``` ### PHP VERSION: 8.3.4 ### PHP EXTENSIONS: Core, date, libxml, openssl, pcre, zlib, filter, hash, json, pcntl, random, Reflection, SPL, session, standard, sodium, mysqlnd, PDO,...

Dear @robersonfaria is this project still maintained? Would you be open to accept a PR for Laravel 11? I like the idea of the project but it seems to be...

This is an automated pull request from [Shift](https://laravelshift.com) to update your package code and dependencies to be compatible with Laravel 12.x. **Before merging**, you need to: - Checkout the `l12-compatibility`...

Since kernel.php no longer exists we needed to get the artisan commands another way. Also it seems during setup that it tries to do some scheduling before the schedules table...