Shield problem with a view that extends a layout |
(05-14-2023, 10:37 AM)SalDeF Wrote: 2) example.php (view, if it extends a layout): Hi @SalDeF, Apparently I understand that you intend to customize the controller. If this is your intention, please read extending-the-controllers because the provided codes are not the same as the instructions. However, I am just answering your question. Proceed as follows: PHP Code: <?= $this->extend(config('Auth')->views['layout']) ?> |
Messages In This Thread |
Shield problem with a view that extends a layout - by SalDeF - 05-14-2023, 10:37 AM
RE: Shield problem with a view that extends a layout - by datamweb - 09-03-2023, 12:12 PM
RE: Shield problem with a view that extends a layout - by SalDeF - 11-07-2023, 12:47 AM
RE: Shield problem with a view that extends a layout - by netoalanis - 05-28-2024, 07:24 AM
|