Yelo Code
Yelo Code
  • Видео 143
  • Просмотров 1 249 823
Upgrading to laravel 11 | Laravel 10 Tutorial #51
Upgrading to laravel 11 | Laravel 10 Tutorial #51
On this episode, we will update our laravel version to laravel 11.
Upgrade guide to laravel 11:
laravel.com/docs/11.x/upgrade
Playlist of Laravel 10 Tutorial Course :
ruclips.net/p/PLqDySLfPKRn5d7WbN9R0yJA9IRgx-XBlU
Full Code on github:
github.com/yelocode/ideas
Font awesome :
fontawesome.com/icons
Boots Watch :
bootswatch.com/
Laravel debug bar:
github.com/barryvdh/laravel-debugbar
HTML template Github Link:
github.com/yelocode/bootstrap5-twitter-clone-template
What is Laravel :
Laravel is a free and open-source PHP web framework, created by Taylor Otwell and intended for the development of web applications following the model-view-controller architectu...
Просмотров: 1 118

Видео

Setup Tailwind CSS on Laravel Tutorial (2024)
Просмотров 6 тыс.4 месяца назад
On this video I will show you guys how to setup tailwind css on a fresh laravel install in just a few minutes. docs mentioned in the video : tailwindcss.com/docs/guides/laravel Top Vs code plugins for laravel development: ruclips.net/video/Fecxmo3IDSQ/видео.html Playlist of Laravel 10 Tutorial Course : ruclips.net/p/PLqDySLfPKRn5d7WbN9R0yJA9IRgx-XBlU What is Laravel : Laravel is a free and open...
Admin widgets | Laravel 10 Tutorial #50
Просмотров 2,8 тыс.4 месяца назад
Admin widgets | Laravel 10 Tutorial #50 On this episode, we will create widgets to show statistics on our admin dashboard page. Playlist of Laravel 10 Tutorial Course : ruclips.net/p/PLqDySLfPKRn5d7WbN9R0yJA9IRgx-XBlU Full Code on github: github.com/yelocode/ideas Font awesome : fontawesome.com/icons Boots Watch : bootswatch.com/ Laravel debug bar: github.com/barryvdh/laravel-debugbar HTML temp...
Admin Comments Page | Laravel 10 Tutorial #49
Просмотров 1,3 тыс.4 месяца назад
Admin Comments Page | Laravel 10 Tutorial #49 On this episode, we will create the admin comments page to view all the comments on the website with ability delete and view them. Playlist of Laravel 10 Tutorial Course : ruclips.net/p/PLqDySLfPKRn5d7WbN9R0yJA9IRgx-XBlU Full Code on github: github.com/yelocode/ideas Boots Watch : bootswatch.com/ Laravel debug bar: github.com/barryvdh/laravel-debugb...
Admin Ideas Page | Laravel 10 Tutorial #48
Просмотров 1,1 тыс.4 месяца назад
Admin Ideas Page | Laravel 10 Tutorial #48 On this episode, we will create the admin ideas page to view all the ideas on the website with ability edit and view them. Playlist of Laravel 10 Tutorial Course : ruclips.net/p/PLqDySLfPKRn5d7WbN9R0yJA9IRgx-XBlU Full Code on github: github.com/yelocode/ideas Boots Watch : bootswatch.com/ Laravel debug bar: github.com/barryvdh/laravel-debugbar HTML tem...
Add widgets to resource pages | Filament 3 Tutorial for Beginners EP22
Просмотров 3,2 тыс.4 месяца назад
Welcome to our Filament php 3 course, in this video we cover how you can add widgets to resource list, create and edit pages with just a few lines of code. Filament 3 documentation link for topics covered: filamentphp.com/docs/3.x/panels/dashboard#customizing-the-dashboard-page filament stats widget video: ruclips.net/video/RA1Yz7uu-NM/видео.html Course Playlist ( next episode ): ruclips.net/p/...
Admin Users Page | Laravel 10 Tutorial #47
Просмотров 1,7 тыс.4 месяца назад
Admin Users Page | Laravel 10 Tutorial #47 On this episode, we will create the admin users page to view all the users on the website with ability edit and view their personal profile. Playlist of Laravel 10 Tutorial Course : ruclips.net/p/PLqDySLfPKRn5d7WbN9R0yJA9IRgx-XBlU Full Code on github: github.com/yelocode/ideas Boots Watch : bootswatch.com/ Laravel debug bar: github.com/barryvdh/laravel...
Global Dashboard Filters | Filament 3 Tutorial for Beginners EP21
Просмотров 3,2 тыс.4 месяца назад
Welcome to our Filament php 3 course, in this video we will cover Global Dashboard Filters, it gives us the ability to filter our widgets and charts in custom dashboards or pages with a nice and easy to use api. Filament 3 documentation link for topics covered: filamentphp.com/docs/3.x/panels/dashboard#customizing-the-dashboard-page filament stats widget video: ruclips.net/video/RA1Yz7uu-NM/вид...
Charts | Filament 3 Tutorial for Beginners EP20
Просмотров 3,2 тыс.4 месяца назад
Welcome to our Filament php 3 course, in this video we will cover charts widgets. Charts allow you to present data to your users in a beautiful and elegant way using chart js. Today we cover how to add charts and how to add different chart types supported by chart js inside filament. Filament 3 documentation link for topics covered: filamentphp.com/docs/3.x/widgets/charts filamentphp.com/docs/3...
Stats widgets | Filament 3 Tutorial for Beginners EP19
Просмотров 3,3 тыс.4 месяца назад
Welcome to our Filament php 3 course, in this video we will cover Stats overview widgets, cards that allow you to show statistics to in your dashboard with a nice UI. Filament 3 documentation link for topics covered: filamentphp.com/docs/3.x/widgets/stats-overview Course Playlist ( next episode ): ruclips.net/p/PLqDySLfPKRn6fgrrdg4_SmsSxWzVlUQJo My Livewire 3 Course : ruclips.net/video/VyIjDnYv...
$wire | Laravel Livewire 3 for Beginners EP33
Просмотров 4 тыс.5 месяцев назад
Welcome to our livewire 3 course, in this course we will cover all the basis needed to build dynamic front end components using livewire. Today we look into $wire, a javascript object that represents our backend component, using $wire you can access your properties, update them, call methods you have, refresh your component and dispatch events among other things. It's a must know if you are wri...
Parent Navigation Items | Filament 3 Tutorial for Beginners EP18
Просмотров 3,6 тыс.5 месяцев назад
Welcome to our Filament php 3 course, in this video we will cover Parent Navigation Items, a new feature in filament 3.1 that allows us to have 3 layers navigation groups. protected static ?string $navigationParentItem = 'Posts'; Filament 3 documentation link for topics covered: filamentphp.com/docs/3.x/panels/navigation#grouping-navigation-items-under-other-items Course Playlist ( next episode...
Navigation Groups | Filament 3 Tutorial for Beginners EP17
Просмотров 2,6 тыс.5 месяцев назад
Welcome to our Filament php 3 course, in this video we will cover how to organize your menus into groups so it's easier for your users to access and find them using Navigation Groups . protected static ?string $navigationIcon = 'heroicon-m-users'; Filament 3 documentation link for topics covered: filamentphp.com/docs/3.x/panels/navigation Course Playlist ( next episode ): ruclips.net/p/PLqDySLf...
Pagination scroll to top | Laravel Livewire 3 for Beginners EP32
Просмотров 2,2 тыс.6 месяцев назад
Welcome to our livewire 3 course, in this course we will cover all the basis needed to build dynamic front end components using livewire. Today we look into the new scroll to top feature in livewire, how to disable it, and also how to control where it scrolls to Course Playlist : ruclips.net/video/VyIjDnYviD4/видео.html Tailwind CDN : tailwindcss.com/docs/installation/play-cdn Through out the c...
Caching | Laravel 10 Tutorial #46
Просмотров 2,9 тыс.6 месяцев назад
Caching | Laravel 10 Tutorial #46 On this episode, we will cover an how to cache your database queries with laravel with just 1 line of code. Playlist of Laravel 10 Tutorial Course : ruclips.net/p/PLqDySLfPKRn5d7WbN9R0yJA9IRgx-XBlU Full Code on github: github.com/yelocode/ideas Boots Watch : bootswatch.com/ Laravel debug bar: github.com/barryvdh/laravel-debugbar HTML template Github Link: githu...
Scopes | Laravel 10 Tutorial #45
Просмотров 2,2 тыс.6 месяцев назад
Scopes | Laravel 10 Tutorial #45
Global Blade variable | Laravel 10 Tutorial #44
Просмотров 2 тыс.6 месяцев назад
Global Blade variable | Laravel 10 Tutorial #44
Multi-select Dropdown (Select2) | Laravel Livewire 3 for Beginners EP31
Просмотров 7 тыс.6 месяцев назад
Multi-select Dropdown (Select2) | Laravel Livewire 3 for Beginners EP31
Dependent Dropdown | Laravel Livewire 3 for Beginners EP30
Просмотров 4 тыс.6 месяцев назад
Dependent Dropdown | Laravel Livewire 3 for Beginners EP30
Auto Slug Generation & afterStateUpdated | Filament 3 Tutorial for Beginners EP16
Просмотров 3,4 тыс.7 месяцев назад
Auto Slug Generation & afterStateUpdated | Filament 3 Tutorial for Beginners EP16
Badge | Filament 3 Tutorial for Beginners EP15
Просмотров 2,9 тыс.7 месяцев назад
Badge | Filament 3 Tutorial for Beginners EP15
Language Switcher | Build Blog with Laravel, Livewire & Filament #21
Просмотров 3,8 тыс.7 месяцев назад
Language Switcher | Build Blog with Laravel, Livewire & Filament #21
Translation | Build Blog with Laravel, Livewire & Filament #20
Просмотров 1,7 тыс.7 месяцев назад
Translation | Build Blog with Laravel, Livewire & Filament #20
Dynamic localization | Laravel 10 Tutorial #43
Просмотров 3,7 тыс.7 месяцев назад
Dynamic localization | Laravel 10 Tutorial #43
Translation | Laravel 10 Tutorial #42
Просмотров 2 тыс.7 месяцев назад
Translation | Laravel 10 Tutorial #42
Authorization | Filament 3 Tutorial for Beginners EP14
Просмотров 4,4 тыс.7 месяцев назад
Authorization | Filament 3 Tutorial for Beginners EP14
Authorization | Laravel Livewire 3 for Beginners EP29
Просмотров 3 тыс.7 месяцев назад
Authorization | Laravel Livewire 3 for Beginners EP29
Custom Page Titles | Laravel 10 Tutorial #41
Просмотров 1,8 тыс.7 месяцев назад
Custom Page Titles | Laravel 10 Tutorial #41
WithCount | Laravel 10 Tutorial #40
Просмотров 1,5 тыс.7 месяцев назад
WithCount | Laravel 10 Tutorial #40
Call component methods from js (Ex : Full Calendar js) | Laravel Livewire 3 for Beginners EP28
Просмотров 6 тыс.8 месяцев назад
Call component methods from js (Ex : Full Calendar js) | Laravel Livewire 3 for Beginners EP28

Комментарии

  • @drolaticdemiurge1137
    @drolaticdemiurge1137 13 часов назад

    Update for Laravel 11, incase you're not finding kernel.php: [ adapted response from the laracasts website ] In Laravel 11, the kernel has been refactored, and the configuration of middleware groups has moved. Instead of modifying the $middlewareGroups property in the Kernel.php file, you now need to register your middleware in the app/bootstrap/app.php file. Like this: ->withMiddleware(function (Middleware $middleware) { $middleware->alias([ 'isAdmin' => App\Http\Middleware\isAdmin::class ]); })

  • @ghazyy1
    @ghazyy1 18 часов назад

    you are the best ! thank you

  • @ghazyy1
    @ghazyy1 19 часов назад

    thank you man

  • @maanbashir-z8e
    @maanbashir-z8e День назад

    @Yelo Code hellow i am facing some issue when i install livewire 3 in my project its run fine but when i use this project any other pc its not work. i also done Route clear, livewire vendor publish everey thing but its not work This link video help you to more understand www.loom.com/share/f76d05f7bffb49e79b5bfaa382147001?sid=d7439881-5ff5-4501-beee-94a726236302 whenever i click on pagination bar or somthing search in search or select row i get this "request url not found" and also get error in my network tab"localhost/livewire/update "404 not found can you please help me out to fix it

  • @kouzokiodin3623
    @kouzokiodin3623 День назад

    u deserve a milion subs

  • @benyamin4634
    @benyamin4634 2 дня назад

    my leaves ...

  • @kouzokiodin3623
    @kouzokiodin3623 2 дня назад

    Thank u <3

  • @kouzokiodin3623
    @kouzokiodin3623 2 дня назад

    Thank u so much bruh

  • @marekgacekdev
    @marekgacekdev 2 дня назад

    thanks from all videos from that series!

  • @siMeowGamimg
    @siMeowGamimg 2 дня назад

    Is it need using livewire-alert or just sweet alert 2 only? Ot need these 2?

  • @Ahmett__
    @Ahmett__ 2 дня назад

    If public properties are shown in the screen, so how will we bind data into our livewire component from a form?

  • @rmoreira8433
    @rmoreira8433 2 дня назад

    Thanks, this clarified much doubt that I have...

  • @alessiolibbi1586
    @alessiolibbi1586 2 дня назад

    what if u want that chart to be in a livewire component not in the filament panel u place it into the second option ? so in livewire/component?

  • @user-sn4nb3ei8p
    @user-sn4nb3ei8p 2 дня назад

    so far so good course ggwp

  • @thejeffrey86
    @thejeffrey86 3 дня назад

    Eloquent's toggle method simplifies the process of checking if the user has liked the post and then attaching or detaching accordingly. Becomes simply $user->likes()->toggle($this->post->id);

    • @thejeffrey86
      @thejeffrey86 3 дня назад

      Awesome series btw! I have been using Laravel for years, but just learning Livewire this year. Learning so much. You are great teacher - this series is on par or better than videos on Laracasts. Well done.

  • @hetparekh21
    @hetparekh21 3 дня назад

    How can I do this in a script tag inside the component ? can I ? I need to confirm if the user wants to delete something and then call the delete function

  • @BhavyaJain-t5d
    @BhavyaJain-t5d 3 дня назад

    i want to show this data in wire:model but i have to put the if condition to show the data in form when event is dispatched without if condittion geeting emptiy feed for name adress..

  • @duartecancela
    @duartecancela 4 дня назад

    More teachers like you 😂

  • @user-kj3br5hu5d
    @user-kj3br5hu5d 4 дня назад

    Thanks a lot sir

  • @oldManifesto
    @oldManifesto 4 дня назад

    THANKS A LOT MY GOOD SIR

  • @kouzokiodin3623
    @kouzokiodin3623 5 дней назад

    Sir I really appreaciate your work again and again this tutorial is the best i've ever watched for laravel! Thank you so much! I wish this channel hits the milion subs

  • @muhammadzulhilmi882
    @muhammadzulhilmi882 5 дней назад

    ive installed mysql but still this error appeared: mysql : The term 'mysql' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again. At line:1 char:1 + mysql -u root + ~~~~~ + CategoryInfo : ObjectNotFound: (mysql:String) [], CommandNot FoundException + FullyQualifiedErrorId : CommandNotFoundException

  • @muhammadzulhilmi882
    @muhammadzulhilmi882 5 дней назад

    how you open the laravel file in vs code?

  • @kouzokiodin3623
    @kouzokiodin3623 6 дней назад

    thank u so much

  • @byk1lla
    @byk1lla 6 дней назад

    Thank you so much!

  • @kouzokiodin3623
    @kouzokiodin3623 6 дней назад

    Thank you so much!

  • @hetparekh21
    @hetparekh21 6 дней назад

    you gained a subscriber today sir 🤝

  • @hetparekh21
    @hetparekh21 6 дней назад

    this channel is very much underrated , keep up the good work man !

  • @drolaticdemiurge1137
    @drolaticdemiurge1137 6 дней назад

    At what point do you call the 'store' method tho? I've been trying to figure out how it worked lol

  • @ifetmartinovic
    @ifetmartinovic 7 дней назад

    Thanks

    • @yelocode
      @yelocode 5 дней назад

      Thank you for the super thanks and the support 🙏. If you have any video requests or suggestions do let me know.

  • @ifetmartinovic
    @ifetmartinovic 7 дней назад

    Jedan od boljih tutorijala za Livewire. Svaka čast

  • @theb00geyman69
    @theb00geyman69 7 дней назад

    Thank you so much for this wonderful Laravel Series! One last request, can you create a tutorial in this series on how to use a chart such as chart js then display a data. For example number of registered user this month something like that.

  • @kouzokiodin3623
    @kouzokiodin3623 7 дней назад

    Genuinely This tutorial is the best laravel tutorial i've ever watched Thank yo so much!! appreciate it! This channel is going to be one of the greatest in dev inshaallah

  • @kouzokiodin3623
    @kouzokiodin3623 7 дней назад

    Well explained!

    • @yelocode
      @yelocode 5 дней назад

      Thanks for watching

  • @user-sn4nb3ei8p
    @user-sn4nb3ei8p 7 дней назад

    The logo of my .blade files are still the php elephant. How to configure it to display the laravel logo as in the tutorial?

    • @attacker21
      @attacker21 2 дня назад

      you need to install extension/plugins that is called "Material Icon Theme" in your visual studio code. This plugin basically change most of logo including html logo, css, and more.

  • @user-sn4nb3ei8p
    @user-sn4nb3ei8p 7 дней назад

    Should I start directly with Laravel 11 now?

    • @tmcxp
      @tmcxp 5 дней назад

      it has the upgrade to Laravel 11 episode, I'll say follow the course and stick to the 10. it might also be a good practice for the future when you need to upgrade 11 to 12.

    • @user-sn4nb3ei8p
      @user-sn4nb3ei8p 4 дня назад

      @@tmcxp Thank you sir! But I already started on 11. Im on epiode 20 and the only diff was that the Paginator is now aliased as PaginationPaginator in AppServiceProvider. So far so good.

  • @Rakib-khan611
    @Rakib-khan611 8 дней назад

    ❤❤

  • @NasserAl-Abdullah
    @NasserAl-Abdullah 8 дней назад

    Bro you explain the course in a very simple way, super right on timing and the flow of the course its not fast and its not slow and your voice is easy on the ears, moreover you deliver the ideas pretty well, keep up the good work brother and thank you so much for this valuable course

  • @rodainaomaer2260
    @rodainaomaer2260 8 дней назад

    so basically u were gonna talk about model but then you left it and talked about something else and went on explaining controller

  • @overseer6943
    @overseer6943 8 дней назад

    this video gave me the same feeling as thomas edison creating the light bulb.

  • @cresswelllew6889
    @cresswelllew6889 9 дней назад

    can custom the widgets/accountwidget sign out text to log out ?

  • @kouzokiodin3623
    @kouzokiodin3623 9 дней назад

    Thank you so much!

  • @theb00geyman69
    @theb00geyman69 9 дней назад

    Your tutorials are great It helps me to understand and learn laravel. I hope you also create a tutorial for restAPI using laravel and how to fetch it in the front-end.

  • @kouzokiodin3623
    @kouzokiodin3623 10 дней назад

    Thank you so much keep the great work

  • @ifetmartinovic
    @ifetmartinovic 10 дней назад

    Great Video, Thanks Yelo Code

  • @ulvialakbarov336
    @ulvialakbarov336 10 дней назад

    I get an error while installing liveware In RequireCommand.php line 143: file_put_contents(C:\composer): Failed to open stream: Permission denied

  • @sisfoysp1176
    @sisfoysp1176 11 дней назад

    thank you sir, but wire:model.live not working when im using select2

  • @kouzokiodin3623
    @kouzokiodin3623 11 дней назад

    Thank you so much!!

  • @kouzokiodin3623
    @kouzokiodin3623 11 дней назад

    Thank u dude