TASSILI PRIME Docs
Version 1.x
search
search
menu
TASSILI PRIME Docs
search
search
Form Options
Change Layout of form
php artisan make:form
Change Layout of form

->grid([
    'sm' => 1 ,
    'md' => 1 ,
    'lg' => 1 ,
    'xl' => 1
]);

If you want to redirect to list page

->redirectToList('Post');

If you want to redirect to url

->redirectToUrl('/admin/posts');

if you want to hide button create other

->hideCreateOther();

if you want to show button update and stay

->showUpdateAndStay();