laravel-admin
laravel-admin copied to clipboard
Build a full-featured administrative interface in ten minutes
- Laravel Version: 8.12 - PHP Version: 7.3 - Laravel-admin: 1.8 ### Description: Hello everyone! The following misunderstanding arose. I added a pointer to the new notification in the bootstrap.php...
Hey there! I'd like to report a security issue but cannot find contact instructions on your repository. If not a hassle, might you kindly add a `SECURITY.md` file with an...
Hi, Having, for sample, this: At create a new ARTICLE have the field AUTHOR (many2many relation). At select others ARTICLES from same AUTHOR (manually, specific), by make/selectable/modal, how to pass...
https://github.com/z-song/laravel-admin/blob/ec84a211b55ad081e2c795bfa28b6b9f43669251/src/Grid/Filter.php#L348 Variable $input does not return. ` return $inputs; } ` - Laravel Version: #.#.# - PHP Version: - Laravel-admin: #.#.# ### Description: ### Steps To Reproduce:
- Laravel Version: 8 - PHP Version: 8 - Laravel-admin: 1.8 ### Description: I have a table form, like this: ``` $form->table('membersEditor', function ($table) { $table->text('name'); $table->display('phone'); $table->display('type'); }); ```...
Useful when you want set options like different locale on date/time filter select-box. Example: ``` $filter->date('updated_at')->date(['locale' => 'en']); ```
namespace of model is different in recent laravel versions. Also there is a new command for php artisan admin
- Laravel Version: 8.83.5 - PHP Version: 8.0 - Laravel-admin: 1.8.18 ### Description: I have a set of fields that will only be shown if a select box has a...
- Laravel Version: 8.83.5 - PHP Version: 8.0 - Laravel-admin: 1.8.18 - Firefox: 99.0.1 ### Description: I do have some very strange thing going on here: I'm using a data...