Dependency injection for CreateRecord page

Is it possible to use DI on CreateRecord pages? If so, where can I find how?
Solution
You can resolve it using the
app()
helper instead. https://laravel.com/docs/11.x/helpers#method-app
Was this page helpful?