Closed abrahampe closed 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
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