79364412

Date: 2025-01-17 10:22:29
Score: 0.5
Natty:
Report link

You can also remove the add a new record button by using

protected function setupListOperation()
{
    // Other code
    CRUD::removeButton('create');
    // Other code
}

This solution was successfully tested in BackPack for Laravel v.6.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Davide Mancuso