-
-
Couldn't load subscription status.
- Fork 103
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Version
5.0.3
What did you expect to happen?
I'd expect callbacks added via Application::configure()->registered() to be called after all providers have been registered.
What actually happens?
They are never called.
The issue is caused by this line not being present in this override. It looks like this functionality was just missed when the upgrade to Laravel v11 was made.
booting() and booted() work as intended.
Steps to reproduce
- Add
->registered(function () { Log::info('App registration is now done.'); })to yourApplication::configure()call. - Boot your app
- Find that the message
App registration is now done.has not been logged.
System info
Ubuntu 24.04
Log output
Please confirm this isn't a support request.
No
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working