stancl / tenancy-docs

stancl/tenancy docs & website
https://tenancyforlaravel.com/docs
MIT License
64 stars 626 forks source link

The documentation is not Laravel 11 compatible #267

Closed abrahampe closed 7 months ago

abrahampe commented 7 months ago

In Laravel 11 many files were removed or became optional, so the instructions (https://tenancyforlaravel.com/docs/v3/quickstart/) for installing this package are not working on this version

Example:

app/Providers/RouteServiceProvider.php does not exist so mapWebRoutes() and mapApiRoutes() cannot be found for adding the required code