mirror of
https://github.com/stancl/tenancy-docs.git
synced 2025-12-12 10:14:03 +00:00
Add notes for Laravel Sail users (#182)
* sail notes * Update source/docs/v3/configuration.blade.md Co-authored-by: lukinovec <lukinovec@gmail.com> * Update source/docs/v3/quickstart.blade.md Co-authored-by: lukinovec <lukinovec@gmail.com> Co-authored-by: lukinovec <lukinovec@gmail.com>
This commit is contained in:
parent
53f9125946
commit
d09e4864ae
4 changed files with 5 additions and 2 deletions
|
|
@ -60,6 +60,7 @@ The list of domains that host your [central app]({{ $page->link('the-two-applica
|
|||
This config array lets you enable, disable or add your own [tenancy bootstrappers]({{ $page->link('tenancy-bootstrappers') }}).
|
||||
|
||||
### Database {#database}
|
||||
> Note: If you're using [Laravel Sail](https://laravel.com/docs/9.x/sail), ensure that `DB_USERNAME` has the necessary permissions to create databases. You can grant access to users by running `grant create on *.* to 'sail'@'%';` in the MySQL console.
|
||||
|
||||
`tenancy.database.*`
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue