Weave Code
Code Weaver
Helps Laravel developers discover, compare, and choose open-source packages. See popularity, security, maintainers, and scores at a glance to make better decisions.
Feedback
Share your thoughts, report bugs, or suggest improvements.
Subject
Message

Easyadmin Plus Bundle Laravel Package

2lenet/easyadmin-plus-bundle

View on GitHub
Deep Wiki
Context7

Edit In place

Use "edit_in_place" in show or list

- { property: title, label: title, edit_in_place: true}

Work with date, datetime, time, entity and string in show, list and sublist but if you want to create another type you can.

Eip is customable, here an exemple of String edit in place:

Create your class

<?php
class StringEipType extends AbstractEipType{
    
    public function getTemplate(): string{
        return '[@EasyAdmin](https://github.com/EasyAdmin)/edit_in_place/_string.html.twig';
    }

    public function getType(): string{ 
        return 'string'; 
    }
}

Create your template

    <input  class="eap-edit-in-place-input" id="input-{{ id }}" type="text" value="{{ valueRaw }}"/>

The type is calculated but if you want to use your own type use edit_in_place.type

- { property: title, label: title, edit_in_place: {'type': 'string'} }

This module comes from prestigeJo / lego but without

  • the deep edit in place
  • reload of the line or the list (In easyadminplus you just can reload the field)
  • the customization of the list of choice of the entity type.

These features will come later

Weaver

How can I help you explore Laravel packages today?

Conversation history is not saved when not logged in.
Prompt
Add packages to context
No packages found.
emuniq/filament-browser-notifications
syriable/filament-translator
hungnm28/livewire-form
wenprise/eloquent
crudly/encrypted
fadion/bouncy
cuci/prototurk-sdk
gos/pubsub-router-bundle
cuci/prototurk-sdk-symfony
clementtalleu/easyadmin-markdown-bundle
codeflextech/permission-manager
karnoweb/livewire-datepicker
sayedenam/sayed-dashboard
milito/query-filter
apiboxsym/user-bundle
apiboxsym/health-check-bundle
jayeshmepani/jpl-moshier-ephemeris-php
elnasnato/laraliveui
labrodev/rest-sdk
sampaui/sampaui