Alphayo Wakarindi
Alphayo Wakarindi
  • Видео 116
  • Просмотров 163 394
Blog Tutorial with TALL Stack: #6 Integrate Template (private pages)
In this video, we continue building our TALL Stack(Tailwind, Alpine, Laravel & Livewire) project by integrating a custom template for the private pages. We'll walk through how to set up and apply a single layout to ensure consistency across all private-facing sections of the application. Whether you're new to Laravel or looking to enhance your project’s front-end structure, this tutorial will guide you through the process step-by-step.
What you'll learn in this video:
How to integrate a template into your Laravel application
Setting up a single Jetstream layout for private pages
Applying the layout to ensure a uniform look and feel across private pages
Просмотров: 14

Видео

Blog Tutorial with TALL Stack: #5 Integrate Template (public pages)
Просмотров 4119 часов назад
In this video, we continue building our TALL Stack(Tailwind, Alpine, Laravel & Livewire) project by integrating a custom template for the public pages. We'll walk through how to set up and apply a single layout to ensure consistency across all public-facing sections of the application. Whether you're new to Laravel or looking to enhance your project’s front-end structure, this tutorial will gui...
Blog Tutorial with TALL stack: #4 Two Ways to Render a Livewire Component on a Page
Просмотров 57День назад
In this video, I walk you through two ways to render a Livewire component on a page in your Laravel application. Whether you're just starting out with Livewire or looking to expand your understanding, these approaches will help you effectively integrate Livewire components into your views. I cover rendering Livewire components directly in Blade files and using route-based rendering. By the end ...
Blog Tutorial with TALL stack: #3 Enable In Memory SQLite for PHPunit Tests
Просмотров 5514 дней назад
In this video, we’ll set up in-memory SQLite for PHPUnit tests as part of our TALL stack blog project. Using an in-memory database speeds up your test suite and ensures isolated tests. Follow along to learn how to configure PHPUnit to use SQLite for efficient and reliable testing in Laravel.
Blog Tutorial with TALL stack: #2 Install Laravel with Jetstream and Livewire
Просмотров 4914 дней назад
In this video, we’ll install Laravel with Jetstream and Livewire to kickstart our blog project using the TALL stack (Tailwind CSS, Alpine.js, Laravel, and Livewire). We'll cover the basics of setting up authentication and getting your environment ready.
Blog Tutorial with TALL stack: #1 User Interaction Overview (Tailwind, Alpine, Laravel & Livewire)
Просмотров 10614 дней назад
In this tutorial, we'll dive into the first part of our blog tutorial using the TALL stack (Tailwind, Alpine.js, Laravel, and Livewire). We'll focus on the user interaction experience within the blog application, demonstrating how users can log in, create categories, and post content seamlessly. This tutorial is perfect for developers looking to build dynamic and interactive blog applications u...
Laravel Architecture Concepts Crash Course
Просмотров 34114 дней назад
In this tutorial, I break down the essential concepts of Laravel's architecture, including the Service Container, Service Providers, Facades, and the Request Lifecycle. Whether you're new to Laravel or need a refresher, this crash course will help you understand how Laravel works behind the scenes. ⏱ Timestamps: 00:00 Larave Service Container Easy Explanation 11:46 Service Providers Easy Explan...
Laravel Request Lifecycle Easy Explanation
Просмотров 17114 дней назад
In this tutorial, we explore the complete lifecycle of a request in a Laravel application. From the moment a user interacts with your web app to the final response sent back to the browser, we’ll dive into each step, helping you understand how Laravel processes requests under the hood. Laravel Request Lifecycle documentation: laravel.com/docs/11.x/lifecycle #Laravel #RequestLifecycle #HttpKernel
Laravel Facades Easy Explanation
Просмотров 1742 месяца назад
Understand how Laravel Facades provides a simple and intuitive interface to Laravel's services. Source code: github.com/alphayowakarindi/laravel-facades Laravel Facaded documentation: laravel.com/docs/11.x/facades #Laravel #Facades
Laravel Service Providers Easy Explanation
Просмотров 4952 месяца назад
This tutorial easily explains what LARAVEL SERVICE PROVIDER is and how it works. It covers binding a service into the container via the AppServiceProvider and user-defined provider, and when and how to use the bind, singleton, and boot methods. Source code: github.com/alphayowakarindi/laravel-service-providers Laravel service providers documentation: laravel.com/docs/11.x/providers #Laravel #Se...
Laravel Service Container Easy Explanation
Просмотров 5442 месяца назад
This video explains the Laravel service container concept in an easy way that even beginners in the laravel framework will appreciate. Source code: github.com/alphayowakarindi/laravel-service-container Laravel service container documentation: laravel.com/docs/11.x/container #Laravel #ServiceContainer #DependecyInjection
Complete Laravel & Vue Blog Tutorial with Sanctum Authentication
Просмотров 4,6 тыс.Год назад
This is a complete blog tutorial with Laravel, Vue.js, and Sanctum authentication. Source code: github.com/alphayowakarindi/laravel9-vue3-blog If you prefer the same tutorial in a playlist style: ruclips.net/p/PL-OHVhAxtpSBY-X89ewvqbjbAJ-bW4rYk The same tutorial with Laravel only: ruclips.net/video/a_AA7fHqNNs/видео.html Template used in this tutorial, source code: github.com/alphayowakarindi/A...
Laravel 9 & Vue 3 Blog with Sanctum authentication #34 Pagination
Просмотров 1,2 тыс.Год назад
This lesson implements and explains how to paginate posts in part of a series of an SPA Blog with Laravel Sanctum authentication created with Laravel 9 and Vue 3. Source code for this lesson: github.com/alphayowakarindi/laravel9-vue3-blog/tree/paginated-the-blog-page Same project with Laravel only in one video: ruclips.net/video/a_AA7fHqNNs/видео.html Same project with laravel only in a playlis...
Laravel 9 & Vue 3 Blog with Sanctum authentication #33 Filter posts by search input
Просмотров 280Год назад
This lesson implements and explains how to filter posts by search input in part of a series of an SPA Blog with Laravel Sanctum authentication created with Laravel 9 and Vue 3. Source code for this lesson: github.com/alphayowakarindi/laravel9-vue3-blog/tree/filter-posts-by-search-input Same project with Laravel only in one video: ruclips.net/video/a_AA7fHqNNs/видео.html Same project with larave...
Laravel 9 & Vue 3 Blog with Sanctum authentication #32 Filter posts by category
Просмотров 279Год назад
This lesson implements and explains how to filter posts by category in part of a series of an SPA Blog with Laravel Sanctum authentication created with Laravel 9 and Vue 3. Source code for this lesson: github.com/alphayowakarindi/laravel9-vue3-blog/tree/search-posts-by-category Same project with Laravel only in one video: ruclips.net/video/a_AA7fHqNNs/видео.html Same project with laravel only i...
Laravel 9 & Vue 3 Blog with Sanctum authentication #31 Delete posts
Просмотров 162Год назад
Laravel 9 & Vue 3 Blog with Sanctum authentication #31 Delete posts
Laravel 9 & Vue 3 Blog with Sanctum authentication #30 Protect posts edit from a nonauthor
Просмотров 183Год назад
Laravel 9 & Vue 3 Blog with Sanctum authentication #30 Protect posts edit from a nonauthor
Laravel 9 & Vue 3 Blog with Sanctum authentication #29 Edit posts
Просмотров 229Год назад
Laravel 9 & Vue 3 Blog with Sanctum authentication #29 Edit posts
Laravel 9 & Vue 3 Blog with Sanctum authentication #28 Display authenticated user's posts
Просмотров 209Год назад
Laravel 9 & Vue 3 Blog with Sanctum authentication #28 Display authenticated user's posts
Laravel 9 & Vue 3 Blog with Sanctum authentication #27 Display posts list on the dashboard
Просмотров 188Год назад
Laravel 9 & Vue 3 Blog with Sanctum authentication #27 Display posts list on the dashboard
Laravel 9 & Vue 3 Blog with Sanctum authentication #26 Add dashboard posts list UI
Просмотров 209Год назад
Laravel 9 & Vue 3 Blog with Sanctum authentication #26 Add dashboard posts list UI
Laravel 9 & Vue 3 Blog with Sanctum authentication #25 Display related posts dynamically
Просмотров 216Год назад
Laravel 9 & Vue 3 Blog with Sanctum authentication #25 Display related posts dynamically
Laravel 9 & Vue 3 Blog with Sanctum authentication #24 Display posts dynamically on the blog page
Просмотров 231Год назад
Laravel 9 & Vue 3 Blog with Sanctum authentication #24 Display posts dynamically on the blog page
Laravel 9 & Vue 3 Blog with Sanctum authentication #23 Display single post dynamically
Просмотров 256Год назад
Laravel 9 & Vue 3 Blog with Sanctum authentication #23 Display single post dynamically
Laravel 9 & Vue 3 Blog with Sanctum authentication #22 Display posts dynamically on the homepage
Просмотров 351Год назад
Laravel 9 & Vue 3 Blog with Sanctum authentication #22 Display posts dynamically on the homepage
Laravel 9 & Vue 3 Blog with Sanctum authentication #21 Create posts
Просмотров 497Год назад
Laravel 9 & Vue 3 Blog with Sanctum authentication #21 Create posts
Laravel 9 & Vue 3 Blog with Sanctum authentication #20 Add create posts UI
Просмотров 313Год назад
Laravel 9 & Vue 3 Blog with Sanctum authentication #20 Add create posts UI
Laravel 9 & Vue 3 Blog with Sanctum authentication #19 Delete categories
Просмотров 276Год назад
Laravel 9 & Vue 3 Blog with Sanctum authentication #19 Delete categories
Laravel 9 & Vue 3 Blog with Sanctum authentication #18 Edit Category
Просмотров 309Год назад
Laravel 9 & Vue 3 Blog with Sanctum authentication #18 Edit Category
Laravel 9 & Vue 3 Blog with Sanctum authentication #17 Display categories dynamically
Просмотров 351Год назад
Laravel 9 & Vue 3 Blog with Sanctum authentication #17 Display categories dynamically

Комментарии

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

    its working

  • @Hasan-js5mw
    @Hasan-js5mw 10 дней назад

    Bro, your explanation is crystal clear and to the point. I found your videos, very helpful. take love brother!

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

      Thank you, bro! Glad the videos helped!

    • @Hasan-js5mw
      @Hasan-js5mw 10 дней назад

      @@alphayowakarindi Keep making such a great tutorials on Laravel ❤️

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

      @@Hasan-js5mw Thank you! I really appreciate your support. I’ll keep them coming!

  • @teiteiwisdom6635
    @teiteiwisdom6635 17 дней назад

    Let’s Go 🫡🫡

    • @alphayowakarindi
      @alphayowakarindi 17 дней назад

      💪🔥Let's do this and, thanks for the enthusiasm! 🚀 I'm excited for you to see the tutorial. If you have any questions or feedback once it's live, feel free to drop a comment. Cheers!"

  • @dfordemo981
    @dfordemo981 17 дней назад

    awesome

  • @AlcottWendy-r6x
    @AlcottWendy-r6x 18 дней назад

    Garcia George Anderson George Young Lisa

  • @boblovesvee
    @boblovesvee 29 дней назад

    Thank you buddy

  • @jeffster1070
    @jeffster1070 Месяц назад

    Worked for me! Thanks.

  • @AhmedGamal-tu7fd
    @AhmedGamal-tu7fd Месяц назад

    The most simple service providers explanation i've watched so far. Keep making videos brother!

    • @alphayowakarindi
      @alphayowakarindi Месяц назад

      @@AhmedGamal-tu7fd Thank you, and Glad you found the video useful! Stay tuned, more videos coming soon.

  • @charlesclark8178
    @charlesclark8178 Месяц назад

    No matching packages

  • @keaan5284
    @keaan5284 Месяц назад

    thank you very much

  • @duketheinteriordesigner
    @duketheinteriordesigner Месяц назад

    Alphayo, you have one amazing job here. I love doing websites and you have taught me a lot. Is it possible to do the same project with Laravel React or Laravel Angular with a login. Would really appreciate it.

    • @alphayowakarindi
      @alphayowakarindi Месяц назад

      @@duketheinteriordesigner Thank you, and glad to contribute to your learning. Absolutely, I’ll add with React in my to-do list. Unfortunately, I’ve never used Angular, therefore not able to teach that. Side note: I’ve been preparing the same with TALL stack and I’ll start recording the series next week.

    • @duketheinteriordesigner
      @duketheinteriordesigner Месяц назад

      @@alphayowakarindi That would be great..

  • @Abdugoffor_Qodirov
    @Abdugoffor_Qodirov Месяц назад

    Mikroservis project video ?

  • @Abdugoffor_Qodirov
    @Abdugoffor_Qodirov Месяц назад

    Mikroservis project video ?

    • @alphayowakarindi
      @alphayowakarindi Месяц назад

      @@Abdugoffor_Qodirov Hi! I don't have any videos on microservices at the moment.

  • @julienSibille
    @julienSibille 2 месяца назад

    So elegant result ! It is cleaner concept now for me, thank you !

    • @alphayowakarindi
      @alphayowakarindi 2 месяца назад

      @@julienSibille You’re most welcome, and glad you understand Facades now. Thank you for watching!

  • @mdsafikulislam9113
    @mdsafikulislam9113 2 месяца назад

    Thanks. please include Request Life Cycle...

    • @alphayowakarindi
      @alphayowakarindi 2 месяца назад

      @@mdsafikulislam9113 You’re most welcome, and glad you enjoyed the tutorial. Thank you for the suggestion, I'll be covering the request lifecycle in the next tutorial, stay tuned!

  • @julienSibille
    @julienSibille 2 месяца назад

    Thank you sir ! So clear explanations !

    • @alphayowakarindi
      @alphayowakarindi 2 месяца назад

      Thank you! I'm glad you found the video useful.

  • @wasimabbaci6567
    @wasimabbaci6567 2 месяца назад

    waiting for next video, you're requested to make short video for each concept.

    • @alphayowakarindi
      @alphayowakarindi 2 месяца назад

      Thank you for your feedback! I appreciate your suggestion. I'll definitely consider making shorter videos for each concept in future tutorials. Stay tuned for the next video today!

  • @nostranostra1176
    @nostranostra1176 2 месяца назад

    Very good.Your Voice too low

    • @alphayowakarindi
      @alphayowakarindi 2 месяца назад

      Thank you for your feedback, and I'm glad you found the video useful! Could you please check your audio settings to ensure the volume is turned up?

  • @julienSibille
    @julienSibille 2 месяца назад

    Very useful thanks ! Another Laravel In Depths may be in the futur ?

    • @alphayowakarindi
      @alphayowakarindi 2 месяца назад

      Thank you! I'm glad you found the video useful. Next, I'll be covering the following: a) Service provider b) Facades d) Request Lifecycle e) A TALL stack project

    • @julienSibille
      @julienSibille 2 месяца назад

      @@alphayowakarindi can't wait for the facades, i'd really like to understand it

    • @alphayowakarindi
      @alphayowakarindi 2 месяца назад

      @@julienSibille I'm excited to hear that! Stay tuned, and feel free to ask any questions when the video comes out very soon!

    • @alphayowakarindi
      @alphayowakarindi 2 месяца назад

      @julienSibille Did you find the audio to be low or too low?

    • @julienSibille
      @julienSibille 2 месяца назад

      @@alphayowakarindi I did not have any problem listening or viewing the course sir

  • @daisondt
    @daisondt 3 месяца назад

    Worked for me. Mint 21.3.

  • @oussamafarhi1782
    @oussamafarhi1782 3 месяца назад

    how to show mail client manual settings

  • @swordali
    @swordali 3 месяца назад

    Cook

  • @franciscoclemeson2230
    @franciscoclemeson2230 3 месяца назад

    thanks!!!

  • @gemartanichannel
    @gemartanichannel 4 месяца назад

    wow big thanks bro. that what I need to know!

  • @rush2010
    @rush2010 4 месяца назад

    I have the sam problem with Linux Mint 21.3 but with an Realtec Bluetooth dongle.

  • @FahadMaqsood-xs2bo
    @FahadMaqsood-xs2bo 5 месяцев назад

    Where is this controllers boss

  • @FahadMaqsood-xs2bo
    @FahadMaqsood-xs2bo 5 месяцев назад

    Where this controllers exist when I installed fortity package then this controllers are not exist in my project and your project this controllers also not exist use Laravel\Fortify\Http\Controllers\AuthenticatedSessionController; use Laravel\Fortify\Http\Controllers\RegisteredUserController;

  • @mazimpakaandrew3192
    @mazimpakaandrew3192 5 месяцев назад

    Thanks Sir

  • @FahadMaqsood-xs2bo
    @FahadMaqsood-xs2bo 5 месяцев назад

    Neat Project

  • @MarkErol_Manansala
    @MarkErol_Manansala 5 месяцев назад

    +1 🥰

  • @RodenManansala
    @RodenManansala 5 месяцев назад

    +1 subs

  • @antenehmulu8819
    @antenehmulu8819 6 месяцев назад

    Thank You🙏

  • @uimonk
    @uimonk 6 месяцев назад

    Ur awesome, please make similar video for cms, blog, ERP, booking system, shop, social media, news, real estate, financial system, travel, Education, music, event management

    • @uimonk
      @uimonk 6 месяцев назад

      Love and support from Mumbai, India.

    • @alphayowakarindi
      @alphayowakarindi 4 месяца назад

      Thank you, and sorry for the late response. They are all great projects. Could you please pick top 3 from your list?

  • @TheILOVEYOUXD
    @TheILOVEYOUXD 6 месяцев назад

    bro sorry im stupid, u are the best)

  • @riverojenahmariez.5395
    @riverojenahmariez.5395 6 месяцев назад

    thank you, you saved my life today

  • @mickynguelieuga6678
    @mickynguelieuga6678 6 месяцев назад

    merci beaucoup

  • @sushilgyawali7880
    @sushilgyawali7880 7 месяцев назад

    Thank you so much.

  • @SpaceburstInteriorsLtd
    @SpaceburstInteriorsLtd 7 месяцев назад

    Men!!!...you have really sorted me out totally. I am just doing self taught web design and let me say you have made it work for me.kudos

    • @alphayowakarindi
      @alphayowakarindi 7 месяцев назад

      Thank you, glad the tutorial is helpful.

  • @m_2286_M
    @m_2286_M 7 месяцев назад

    Chatgpt and google could not fix it, but you did in 1 minute. Thanks.

    • @alphayowakarindi
      @alphayowakarindi 7 месяцев назад

      Thank you, glad it resolved your issue.

  • @dekafmusic
    @dekafmusic 7 месяцев назад

    thank you

  • @Sub_Boi
    @Sub_Boi 7 месяцев назад

    Thanks

  • @simonankele299
    @simonankele299 8 месяцев назад

    With Fortify comment out Features::registration()

  • @eslammhmd8133
    @eslammhmd8133 8 месяцев назад

    you are a good man and i wish you success in your life because you deserve it , please do not be late for us with such useful projects

  • @naedephets9657
    @naedephets9657 8 месяцев назад

    Thank you Alphayo. This solved my problem in 90 seconds. I appreciate your assistance

  • @Dexterboy18
    @Dexterboy18 9 месяцев назад

    thankyou brother i have been stuggled with this but you helped me thanks man ✌

  • @alifmaulidanar8775
    @alifmaulidanar8775 9 месяцев назад

    thank you

  • @nue8015
    @nue8015 9 месяцев назад

    sir, you're helping me a lot, now i can continue my group projects, thx

  • @azmainfaiak8111
    @azmainfaiak8111 9 месяцев назад

    A very nicely edited video............tnx

  • @Plague-Doctoor
    @Plague-Doctoor 10 месяцев назад

    thank you man this video helped me and my bluetooth is back a sub from me and a like

  • @ecosdoenigmabr
    @ecosdoenigmabr 11 месяцев назад

    good job man, what do you think about creating an Ecommerce using the same technologies? very good work on this project!

    • @alphayowakarindi
      @alphayowakarindi 11 месяцев назад

      Thank you, that's agood idea and it's actually in my to-do list.