Skip to content

Commit a371aae

Browse files
authored
Update README.md
1 parent 5a701ac commit a371aae

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

README.md

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -15,20 +15,6 @@ You can install the package via composer:
1515
composer require appstract/laravel-multisite
1616
```
1717

18-
### Provider
19-
20-
Then add the ServiceProvider to your `config/app.php` file:
21-
22-
```php
23-
'providers' => [
24-
...
25-
26-
Appstract\Multisite\MultisiteServiceProvider::class,
27-
28-
...
29-
],
30-
```
31-
3218
### Config (hosts, homestead)
3319

3420
You need to add the sites to your `/etc/hosts` file and `Homestead.yaml`. For example, `mywebsite.dev` and `blog.mywebsite.dev`. In the `Homestead.yaml`, you need to map the sites to the same folder.
@@ -51,9 +37,7 @@ Route::group([
5137
'as' => 'blog.',
5238
'middleware' => 'site:blog'
5339
], function () {
54-
5540
Route::get('/', 'BlogController@homepage')->name('homepage');
56-
5741
});
5842
```
5943

0 commit comments

Comments
 (0)