Skip to content

Laravel 11.4 support? - Route [larecipe.index] not defined. #386

Description

@BigBlockStudios

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):

  • OS: Ubuntu shell / CLI

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions