seamless-admin icon indicating copy to clipboard operation
seamless-admin copied to clipboard

A seamless django like admin panel setup for Laravel. Simple, non-cms table manager for admins.

Results 4 seamless-admin issues
Sort by recently updated
recently updated
newest added

![Screenshot (30)](https://github.com/Advaith3600/seamless-admin/assets/32340496/90a98f83-e64c-430a-a82c-598d3f406358) 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