Laravel Checklister. Part 8: Welcome Page and Top-Right Menu Links

preview_player
Показать описание
In this video of the series, we show the Welcome page, take care of the auto-redirect for newly registered users, and cleanup the top-right corner links.

- - - - -
Support the channel by checking out our products:
Рекомендации по теме
Комментарии
Автор

Your content is really great. Thank you for your awesome leassions.

debjit
Автор

your videos are awesome, we really learn from your lectures and tips

dfordemo
Автор

want to access your all courses with livewire. what's the suitable way?

aantu
Автор

Hi sir,

Please make a video applying phpjasper library on laravel 7 or any report generator library that can generate csv, excel, pdfs on a single layout.

Thanks

kevinpallado
Автор

Having a redirect error in the ChecklistController at
Public function store(StoreChecklistRequest $request, ChecklistGroup $checklistGroup); RedirectResponse
{

Return redirect()->route(‘home’);
}
After downloading you github repository and setting it up I tried to implement it and it work just fine it just will not redirect to the right page I get the Error Route [home] not defined. Wondering where I need to go and do to fix this?
When I click on the link in on the error page it then comes up with: BadMethodCallException Method index does not exist.
On this page in the green area I am getting the following: Bad Method Call Did you mean validate() ?
Waiting to hear from you as to what to do to fix this.


Ps. when I go back to the initial page it has the home link and when I click on it I get 404 not found error. After going to it will come up with the new checklist on the page.

Pps. in the the public const HOME = '/welcome'; is there and working.

richardhoyle
Автор

Hi Sir,
Ques: How can I connect with some new database, after getting DB details and credentials on the fly. I am aware we can connect to multiple DBs by creating different configs statically. How it can be done dynamically, and use eloquent magics henceforth.

piyushkumardongre
Автор

Hi Sir, How do you quickly create fake information when registering?

Aaron-xpck
Автор

whats the purpose of a hidden form there 7:18 I don't get it...

ricko
Автор

Hello sir....

Please make video on Laravel octane & Larastan package .

It's helpfull to all🙏🏼

AsifShaikh-zgpn
Автор

whenever i use laravel ui auth it adds this line Auth::routes();
What's the purpose of it?

abdulbasitsalah
Автор

On the documentation it says "Consulation" instead of "Consultation"

luisuran
Автор

Why hard code differents classes for routes instead of doing one way to grab the routes from the database. Wouldn't be easier?

Pass {$page} on route get to controller and findOrFail that $page

TheVankk
Автор

Or my eyes tricked me or you really use that theme in Quick admin panel?

bumblebity