Describe the bug
Tried to install in an existing laravel 11 )docker/sail) application got a Route [larecipe.index] not defined. error.
To Reproduce
Steps to reproduce the behavior:
install as per docs:
- composer require binarytorch/larecipe
- php artisan larecipe:install
- ./sail up
- ./sail artisain route:list
Expected behavior
A listing of the routes
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
Additional context
I did not see how this was even registered in the application - I had to remove the package completely.
Without looking I think laravel 11 handles registration of providers differently than 10 ...
What should the steps be to manually register the package with a laravel 11/12 application?
Describe the bug
Tried to install in an existing laravel 11 )docker/sail) application got a Route [larecipe.index] not defined. error.
To Reproduce
Steps to reproduce the behavior:
install as per docs:
Expected behavior
A listing of the routes
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
Additional context
I did not see how this was even registered in the application - I had to remove the package completely.
Without looking I think laravel 11 handles registration of providers differently than 10 ...
What should the steps be to manually register the package with a laravel 11/12 application?