-
Notifications
You must be signed in to change notification settings - Fork 86
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
create tenant error #19
Comments
Have you installed the multi-tenant package? |
i follow all steps you are mention on your blog (https://medium.com/@ashokgelal/a-full-featured-multi-tenant-app-with-laravel-part-1-4049a3cc229) whenever i try to run "php artisan tenant:create boise [email protected]" this command on my cmd getting above error |
i have already instilled it. but still getting error |
Maybe the version you've installed is > 5.1? As mentioned in the 5.2 docs, P.S. As of today, I can't access the linked medium blog. |
When i try to create tenant getting error
tenancy>php artisan tenant:create boise [email protected]
Symfony\Component\Debug\Exception\FatalThrowableError : Class 'Hyn\Tenancy\Models\Customer' not found
at tenancy\app\Console\Commands\CreateTenant.php:46
42| }
43|
44| private function tenantExists($name, $email)
45| {
Exception trace:
1 App\Console\Commands\CreateTenant::tenantExists("boise", "[email protected]")
tenancy\app\Console\Commands\CreateTenant.php:27
2 App\Console\Commands\CreateTenant::handle()
tenancy\vendor\laravel\framework\src\Illuminate\Container\BoundMethod.php:29
Please use the argument -v to see more details.
The text was updated successfully, but these errors were encountered: