seamless-admin
seamless-admin copied to clipboard
A seamless django like admin panel setup for Laravel. Simple, non-cms table manager for admins.
 Just installed in a fresh new project laravel 10 latest version, tried with existing laravel 9 same error
For more complicated data: - option to show related data in the lists at index pages or option to override / use custom data provider (api endpoint) - use drop...
There're js errors, when using a date type column in $fillable property and the list is not rendered. ``` class User .... protected $fillable = [ 'name', 'email', 'password', 'created_at',...
- logout button / link (there is no option to logout now) - option to use a custom html for the actions drop down or a configurable array / object