1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2025-12-12 21:14:03 +00:00

Merge branch '1.0' of https://github.com/stancl/tenancy into 1.0

This commit is contained in:
Samuel Štancl 2019-02-09 16:31:36 +01:00
commit f9f71ec49f

View file

@ -58,7 +58,7 @@ Create an empty `routes/web.php` file. This file will contain routes accessible
### Publishing the configuration file
```
```php
php artisan vendor:publish --provider='Stancl\Tenancy\TenancyServiceProvider' --tag=config
```