mirror of
https://github.com/stancl/tenancy-docs.git
synced 2025-12-12 10:14:03 +00:00
Update source/docs/v3/quickstart.blade.md
Co-authored-by: lukinovec <lukinovec@gmail.com>
This commit is contained in:
parent
41a6d4b8ff
commit
6de32aa4ed
1 changed files with 1 additions and 1 deletions
|
|
@ -176,7 +176,7 @@ To have users in tenant databases, let's move the `users` table migration (the f
|
|||
|
||||
## Creating tenants {#creating-tenants}
|
||||
|
||||
> 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 the following command in MySQL console `grant create on *.* to 'sail'@'%';`.
|
||||
> 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.
|
||||
|
||||
For testing purposes, we'll create a tenant in `tinker` — no need to waste time creating controllers and views for now.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue