-
-
Notifications
You must be signed in to change notification settings - Fork 121
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
bootstrap laravel ui #36
Comments
or i wanted to be the collaborator in this project if possible |
@Haris-Technical-Solutions Yes sure. You can collaborate and I'll review the PR. |
thanks, waiting for the changes and invitation to collaboration |
Hi, I've been the same problem, because my value in config/crud.php - layout => "layouts.app" does'nt exist. Thanks for the creator of this generator :) |
Thanks for your messages. Feel free to contribute and I'll review it. I'll update the code in the next release this week to solve this issue. |
👍 thanks
Le lun. 25 nov. 2024 à 14:15, Muhammad Awais ***@***.***> a
écrit :
… Thanks for your messages. Feel free to contribute and I'll review it.
I'll update the code in the next release this week to solve this issue.
—
Reply to this email directly, view it on GitHub
<#36 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ACLMGX3KAQFNJ7H3GJASGV32CMPIBAVCNFSM6AAAAABOAK6V5SVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDIOJXHE4TMMZTGU>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
plz add true false check in config for
because we some time we ahve custome code in loginController and homeController laravel/ui --auth is regenerating the files and removing old code
$this->buildLayout();
protected function buildLayout(): void
{
if (! (view()->exists($this->layout))) {
The text was updated successfully, but these errors were encountered: