Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[11.x] Adds withSchedule to bootstrap/app.php file #50755

Merged
merged 2 commits into from Mar 25, 2024

Conversation

nunomaduro
Copy link
Member

This pull request adds, as requested here #50493, the withSchedule method to bootstrap/app.php file:

->withSchedule(function ($schedule) {
    $schedule->command('backup:database')->daily();
})

@taylorotwell taylorotwell merged commit 7c0e6ad into 11.x Mar 25, 2024
29 checks passed
@taylorotwell taylorotwell deleted the feat/with-schedule branch March 25, 2024 21:53
@decadence
Copy link
Contributor

decadence commented Mar 26, 2024

@nunomaduro
Is this working together with console.php? What is priority then?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants