hxnnxs
Add button in custom register page
Hello everyone how can I add a button on a custom registration page?
I tried using : use Filament\Forms\Components\Actions\Action; but I get the error: App\Filament\Pages\Auth\Register::getBackToDashboardComponent(): Return value must be of type Filament\Forms\Components\Component, Filament\Forms\Components\Actions\Action returned
6 replies
Do I need to specify the creator of the plugin
Hello everyone, I am doing my mini public project on github using element php, in the README I indicated that I am working with these technologies. But I also use breezy and other filament libraries. Do I need to specify all libraries that have an MIT license, or is specifying only the filament sufficient?
4 replies
SQLSTATE[HY000]: General error: 1364 Field 'tokenable_type' doesn't have a default value
Hello everyone I ran into a problem in the Api-service plugin again. This time the error is :
Although the documentation says that everything should be connected automatically, but I still have errors (I assume because of multi-tenancy)
The plugin Model code and other necessary codes are provided below. Token.php (its plugin model) : api-service.php: Comapny.php:
7 replies
SQLSTATE[HY000]: General error: 1364 Field 'user_id' doesn't have a default value
Hello everyone I ran into a problem during the implementation of Multi-tenancy, I tried to do everything according to the documentation, but apparently I made a mistake somewhere. RegisterCompany.php :
Company model :
User model :
User model :
11 replies