Crud: Overide Edit View

Created on 25 Jan 2017  路  2Comments  路  Source: Laravel-Backpack/CRUD

I'm looking to overide edit view for the CRUD.

My objective is to not redirect page to "List" after pressing save button on "Edit CRUD".

Thanks.

Most helpful comment

Laravel 5.4 is out, Backpack\CRUD 3.2 should be out in a few days - waiting for some more of the dependencies to be compatible with L5.4 too.

Until then, you can achieve this by overwriting the store() and update() methods in your CrudControllers.

Hope it helps.

Cheers!

All 2 comments

If you can wait until version 3.2 is released, the buttons will change.

Laravel 5.4 is out, Backpack\CRUD 3.2 should be out in a few days - waiting for some more of the dependencies to be compatible with L5.4 too.

Until then, you can achieve this by overwriting the store() and update() methods in your CrudControllers.

Hope it helps.

Cheers!

Was this page helpful?
0 / 5 - 0 ratings