Sawa Stacks
Sawa Stacks
  • Видео 281
  • Просмотров 1 799 265
#40. Category CRUD: Updates (Fixing issues)
Category CRUD - Updates (Fixing issues)
📺 Watch the complete Laravel 11 Blog Project playlist here:
ruclips.net/p/PLX4adOBVJXatPobcnFiHhzA3qKxZRkJMs
📦Ijabo Packs v2 (For users who don't need project draft/source code):
🔗payhip.com/b/p4noy
🔗ko-fi.com/s/b63b257ea6
🔗buymeacoffee.com/sawastacks/e/302794
📦Draft- Laravel 11 Blog Project - Step by Step
🔗payhip.com/b/cspvh
🔗ko-fi.com/s/233fcddb12
🔗buymeacoffee.com/sawastacks/e/306057
If you find this video helpful, make sure to like, subscribe, and hit the notification bell to stay updated with the latest tutorials. Leave a comment below if you have any questions or suggestions!
Просмотров: 69

Видео

#39. Post CRUD: Using Livewire to Delete Posts with Popup Confirmation
Просмотров 862 часа назад
Deleting Posts with Livewire Confirm Popup. In this Laravel 11 Blog Project tutorial, we'll walk you through how to delete a blog post effectively and securely. Using Livewire, we implement a dynamic confirmation popup modal to confirm deletions, ensuring posts are removed only when intended. By the end of this video, you’ll have a solid understanding of CRUD operations for posts in Laravel 11,...
#38. Post CRUD: Edit & Update Post with AJAX + Featured Image Update
Просмотров 2217 часов назад
Post CRUD: Edit & Update Post with AJAX Featured Image Update. Welcome to the Laravel 11 Blog Project series! In this tutorial, we dive into editing and updating posts within our blog project using AJAX for smooth, real-time updates. We cover all steps to modify and update existing posts in the database and explain how to manage post details, including updating the featured image. This step-by-...
#37. Build a Real-Time Advanced Search Filter and Sort with Livewire 3 | Laravel 11 Blog Project
Просмотров 13912 часов назад
Build a Real-Time Advanced Search Filter and Sort with Livewire 3 | Laravel 11 Blog Project In this tutorial from the "Laravel 11 Blog Project - Step by Step" series, learn to create a robust, real-time advanced search and sorting feature in Laravel 11 using Livewire 3. Watch as we implement a powerful search filter for the admin area, allowing admins or authors to easily search posts by keywor...
#36. Post CRUD: Listing and Paginating Posts with Livewire 3
Просмотров 16919 часов назад
Post CRUD: Listing and Paginating Posts with Livewire 3. Welcome to this step-by-step tutorial on displaying posts using Laravel 11 in our 'Laravel 11 Blog Project' series. In this video, we’ll focus on how to list all saved blog posts in a table format, complete with pagination links. We also transform the table into a Livewire component, making it more dynamic and responsive. Learn how to int...
#35. Integrating elFinder File Manager with CKEditor in Laravel 11 | Laravel 11 Blog Tutorial
Просмотров 228День назад
Integrating elFinder File Manager with CKEditor in Laravel 11 | Laravel 11 Blog Tutorial. In this tutorial, we walk you through the process of integrating elFinder File Manager with CKEditor in Laravel 11, as part of our "Laravel 11 Blog Project - Step by Step" series. Learn how to connect elFinder to CKEditor for seamless file management, making it easier to upload and organize images and docu...
#34. How to Integrate CKEditor 4 in Laravel 11: Replace Textarea with Rich Text Editor
Просмотров 378День назад
How to Integrate CKEditor 4 in Laravel 11: Replace Textarea with Rich Text Editor. Learn how to integrate CKEditor 4 into your Laravel 11 application and replace a simple textarea with a powerful rich text editor. In this tutorial, I'll guide you through every step to configure CKEditor 4 in your Laravel 11 blog project, making it easy to add rich formatting capabilities to your forms. This vid...
#33. Generate Resized & Thumbnail Images in Laravel 11 | Image Intervention Tutorial
Просмотров 27714 дней назад
Generate Resized & Thumbnail Images in Laravel 11 | Image Intervention Tutorial. In this video, we guide you through generating resized images and thumbnails in Laravel 11 as part of the Laravel 11 Blog Project - Step by Step series. Learn how to create resized images and generate thumbnails automatically from the post's featured image when creating a new post. We use the powerful Laravel Image...
#32. Post CRUD: Add Post with Ajax Form Submission, Image Preview, and Tags | Step-by-Step Guide
Просмотров 28214 дней назад
Post CRUD: Add Post with Ajax Form Submission, Image Preview, and Tags | Step-by-Step Guide. In this video from the "Laravel 11 Blog Project - Step by Step" playlist, we dive into the Post CRUD operations by adding a form for creating new posts. This tutorial walks you through creating a Post model, setting up its migration file to generate a posts table in the database, and submitting the form...
#31. Restrict Routes with Laravel 11 Middleware | Limit Access by User Type (Admin/SuperAdmin)
Просмотров 22314 дней назад
Restrict Routes with Laravel 11 Middleware | Limit Access by User Type (Admin/SuperAdmin). Learn how to restrict specific routes in your Laravel 11 application using middleware, ensuring only certain user types, like admin or super admin, can access specific sections. This tutorial will guide you step by step through setting up Laravel middleware to control access and safeguard your application...
#30. How to Add Active Class to Menu Item in Laravel 11 | Laravel 11 Blog Project Tutorial
Просмотров 15414 дней назад
How to Add Active Class to Menu Item in Laravel 11 | Laravel 11 Blog Project Tutorial. In this Laravel 11 tutorial from the "Laravel 11 Blog Project - Step by Step" playlist, you'll learn how to add an active class to menu items dynamically based on the page being viewed. This video will help you create a dynamic menu that highlights the current page in your Laravel 11 application, enhancing us...
#29. Multiple Pagination Links On Single page with Livewire 3 | Laravel 11 Blog Project Tutorial
Просмотров 14221 день назад
Multiple Pagination Links On Single page with Livewire 3 | Laravel 11 Blog Project Tutorial. In this video, we’ll walk you through the process of adding multiple pagination links on a single page using Livewire 3, as part of the Laravel 11 Blog Project - Step by Step tutorial series. This tutorial will help you manage multiple data sets on a single page with ease, providing a smoother user expe...
#28. Category CRUD: Delete Category | Laravel 11 Blog Project Tutorial
Просмотров 11721 день назад
Category CRUD: Delete Category | Laravel 11 Blog Project Tutorial. In this video, we'll walk you through the process of deleting a category in our Laravel 11 blog project . You'll learn how to handle category deletion using the Ijabo Packs confirm modal, which provides a smooth and user-friendly way to confirm category deletions before proceeding. This tutorial is perfect for Laravel beginners ...
#27. Category CRUD: ReOrder Categories | Laravel 11 Blog Project Tutorial
Просмотров 8521 день назад
Category CRUD: ReOrder Categories | Laravel 11 Blog Project Tutorial. In this video, we focusing on how to reorder categories using jQuery UI. Learn how to make your categories sortable and update their positions in the database dynamically. This tutorial covers every step needed to manipulate the category order using the drag-and-drop feature of jQuery UI and save the new order in your databas...
#26. Category CRUD: Update Category | Laravel 11 Blog Project Tutorial
Просмотров 11121 день назад
Category CRUD: Update Category | Laravel 11 Blog Project Tutorial. In this Laravel 11 tutorial from the "Laravel 11 Blog Project - Step by Step" playlist, we'll show you how to update an existing category in the database using a Bootstrap modal. This video is part of the Category CRUD operations and demonstrates the process of selecting a category and editing its details efficiently. Learn how ...
#25. Category CRUD: Display Categories | Laravel 11 Blog Project Tutorial
Просмотров 10021 день назад
#25. Category CRUD: Display Categories | Laravel 11 Blog Project Tutorial
#24. Category CRUD: Add Category | Laravel 11 Blog Project Tutorial
Просмотров 11621 день назад
#24. Category CRUD: Add Category | Laravel 11 Blog Project Tutorial
#23. Category CRUD: Delete Parent Category | Laravel 11 Blog Project Tutorial
Просмотров 11821 день назад
#23. Category CRUD: Delete Parent Category | Laravel 11 Blog Project Tutorial
#22. Category CRUD: Reorder & Sort Parent Categories | Laravel 11 Blog Project Tutorial
Просмотров 9228 дней назад
#22. Category CRUD: Reorder & Sort Parent Categories | Laravel 11 Blog Project Tutorial
#21. Category CRUD: Update Parent Category | Laravel 11 Blog Project Tutorial
Просмотров 9128 дней назад
#21. Category CRUD: Update Parent Category | Laravel 11 Blog Project Tutorial
#20. Category CRUD: Display Parent Categories | Laravel 11 Blog Project Tutorial
Просмотров 10728 дней назад
#20. Category CRUD: Display Parent Categories | Laravel 11 Blog Project Tutorial
#19. Category CRUD: Add Parent Category | Laravel 11 Blog Project Tutorial
Просмотров 17628 дней назад
#19. Category CRUD: Add Parent Category | Laravel 11 Blog Project Tutorial
#18. Setup Categories Page | Laravel 11 Blog Project Tutorial
Просмотров 210Месяц назад
#18. Setup Categories Page | Laravel 11 Blog Project Tutorial
#17. Change Site Favicon in Laravel | Laravel 11 Blog Project Tutorial
Просмотров 165Месяц назад
#17. Change Site Favicon in Laravel | Laravel 11 Blog Project Tutorial
#16. Change Site Logo in Laravel 11 | Laravel 11 Blog Project Tutorial
Просмотров 110Месяц назад
#16. Change Site Logo in Laravel 11 | Laravel 11 Blog Project Tutorial
#15. General Settings: Update Site Title, Email, Meta Keywords | Laravel 11 Blog Project Tutorial
Просмотров 164Месяц назад
#15. General Settings: Update Site Title, Email, Meta Keywords | Laravel 11 Blog Project Tutorial
#14. Update Admin Social Links in Laravel 11 - Facebook, Instagram, LinkedIn & More
Просмотров 133Месяц назад
#14. Update Admin Social Links in Laravel 11 - Facebook, Instagram, LinkedIn & More
#13. How to Prevent Browser Back Button in Laravel 11 with Middleware | Secure Your Web App
Просмотров 317Месяц назад
#13. How to Prevent Browser Back Button in Laravel 11 with Middleware | Secure Your Web App
#12. Implement Secure Password Update Feature | Laravel 11 Blog Project Tutorial
Просмотров 100Месяц назад
#12. Implement Secure Password Update Feature | Laravel 11 Blog Project Tutorial
#11. Update Profile Picture | Laravel 11 Blog Project Tutorial
Просмотров 163Месяц назад
#11. Update Profile Picture | Laravel 11 Blog Project Tutorial

Комментарии

  • @matthewmiranda4227
    @matthewmiranda4227 9 часов назад

    Your controller code syntax reminds me of ci3 ci4 days 😅

    • @sawastacks
      @sawastacks 9 часов назад

      Are you fun with CodeIgniter framework?

    • @matthewmiranda4227
      @matthewmiranda4227 8 часов назад

      @sawastacks yeah brings back memories of the old days of php and codeigniter. Great tutorial by the way. Slowly transitioning to Laravel with livewire 3

    • @sawastacks
      @sawastacks 8 часов назад

      Yeah, You'll love it👍. By the way, this is the last tutorial series on this channel. We will not make a long titorials (series) on Laravel and CodeIgniter in future. We will focus on independent, tips and tricks videos 👌👍

  • @kireramartin2217
    @kireramartin2217 14 часов назад

    Please finish the project sir. we miss alot. we are stuck

    • @sawastacks
      @sawastacks 8 часов назад

      Hi Martin, I apologize for the inconvenience, but the "Build Laravel 10 Multi vendor Ecommerce Step by Step" series has been discontinued on this channel. I'm very sorry for any disruption this may cause, and I appreciate your understanding.

  • @JaimeZecariah
    @JaimeZecariah 20 часов назад

    Please continue the Ecomerce Toturial

    • @sawastacks
      @sawastacks 8 часов назад

      Hi Zecariah, I apologize for the inconvenience, but the "Build Laravel 10 Multi Vendor Ecommerce Step by Step" series has been discontinued on this channel. I'm very sorry for any disruption this may cause, and I appreciate your understanding.

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

    Thank you for watching this video. Remember to subscribe and drop a comment. We will be happy to help when you are stuck 🤝

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

    Thank you for watching this video. Remember to subscribe and drop a comment. We will be happy to help when you are stuck 🤝

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

    thank you Mr. Robot Voice.

  • @HarutKeshishyan-p5g
    @HarutKeshishyan-p5g День назад

    Thank you, you saved my day!

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

      You're welcome👍. Do the same anytime you get this time of issue.

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

    Keep going 💪🏽

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

      Yeah, you're right👍. Two videos will be published today. We will finish Post CRUD operations.

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

    J'ai pue je regrette pour quoi j'ai recommencé mes bd alors que j'aurai pû faire ça depuis Merci infiniment 🙏🙏🙏

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

      De rien. Nous serions ravis si cette vidéo vous aide. Essayez de faire de même à chaque fois que vous rencontrez ce genre de problème. Merci d'avoir regardé... Bon codage !

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

    Hi sir can i ask why on my end it's just email that reading in the logic of resetpasswordlink?

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

      What do u mean😦?

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

      @@sawastacks oh nothing, i just figured it out whaahaha mybad just a typo variables T_T

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

      @scottmamhut8386 Ok. No problem bro👍👌. When you get an issue dont hesitate to ask us. Happy coding...👌

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

    try to look at the general appearance, which is not from the admin role

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

    its 5months ago. i hope it will be Continue.

    • @sawastacks
      @sawastacks 8 часов назад

      I apologize for the inconvenience, but the "Build Laravel 10 Multi vendor Ecommerce Step by Step" series has been discontinued. I'm very sorry for any disruption this may cause, and I appreciate your understanding.

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

    please cotinue this project Sir. Im also Followed your Tutorial. <3

    • @sawastacks
      @sawastacks 8 часов назад

      I apologize for the inconvenience, but the "Build Laravel 10 Multi vendor Ecommerce Step by Step" series has been discontinued. I'm very sorry for any disruption this may cause, and I appreciate your understanding.

    • @JaimeZecariah
      @JaimeZecariah 8 часов назад

      @ its ok

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

    Thank you for watching this video. Remember to subscribe and drop a comment. We will be happy to help when you are stuck 🤝

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

    Sir.

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

      Zecariah. Kropify Fixed.

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

      @ still sir the Kripify Function When i Use the Publish Kropofy The Fule Vendors/sawastacks/gropy thats the result then How to Use it use Sawastacks\Kropify\gropy? Or There is something

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

      @JaimeZecariah Remove that version you installed and delete vendors folder in public, then install new updated version. It was a mistake for publish path, but we fixed

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

      @ how to use the use on the SellerController sir

  • @3brothers-tandag
    @3brothers-tandag 5 дней назад

    the Error Said $('input[type="file"][id="sellerProfilePictureFile"]').Kropify({ "Uncaught TypeError: $(...).Kropify is not a function at VM57 profile:2:64" The Kropify Function indicate that Kropify is not a FUnction, T_T im confuse.

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

      Use Lowercase method. $(...).kropify({...});

  • @AnupDeka-nw5uh
    @AnupDeka-nw5uh 5 дней назад

    thanks man

  • @3brothers-tandag
    @3brothers-tandag 6 дней назад

    Hello. Still no Update About this Kropify,, there is something Missing on the Link,

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

    Thank you for your wonderful work. Can you add more features like user management, like an article, comment and share an article please.

  • @3brothers-tandag
    @3brothers-tandag 7 дней назад

    hello. sir i got something. error on Kropify..

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

      Hello! Thanks for alerting us to the issue. It’s now fixed, and you can find the updated package here: github.com/sawastacks/kropify-laravel. Let me know if you need further assistance-happy to help!

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

    any update about Kropify sir. i tried many times to re edit it. the Preview and #Picturefile its doesn't work but on your TUT its run smoothly Using mberecall but when i click it its name sawastacks but the call function Method POST instead GET. is ERROR please, help me or US for fixed it. and how to do it. i hope. you notify me. about this. problem,

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

      Kropify is fixed now👍: github.com/sawastacks/kropify-laravel Remove an existing version with: composer remove sawastacks/kropify-laravel && composer require sawastacks/kropify-laravel and Install new version. I hope documentation is now clearing everything. Happy codding✌

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

    Better if there are a source code in github (without your private info of course)

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

    Sir Kropify Is Fixed?

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

      Kropify is fixed now👍: github.com/sawastacks/kropify-laravel Remove an existing version with: composer remove sawastacks/kropify-laravel && composer require sawastacks/kropify-laravel and Install new version.

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

    What is the correct link to install Kropify? I'm getting a 404 page not found error. Thanks.

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

      Hello! Thanks for alerting us to the issue. It’s now fixed, and you can find the updated package here: github.com/sawastacks/kropify-laravel. Let me know if you need further assistance-happy to help!

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

    Thank you for watching this video. Remember to subscribe and drop a comment. We will be happy to help when you are stuck 🤝

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

    So I can’t send files from my phone to pc ? Just from pc to phone ?

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

    Hi bro! How can i use date-picker for submitting to livewire? Can use share method can use to fix this.

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

    Awesome tutorial, thanks.

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

    Just installed v2.2.2 kropify package from github. It does not publish any css and js files on the public folder and says no publishable resouces for tag kropify-assets.

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

      Yeah, we found that issue. We are updating this package. When we fixed that problem, we will notify you.🙏

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

      @@sawastacks ok. And thank you so much for the course. Do build more advanced laravel tutorial in the future for us to learn. 🤗

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

      @@jesikagurung4465 support

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

      @@sawastacks I solved it and customize code and worked with me

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

      @@jesikagurung4465 Improve me , by link for installing it

  • @Sarah-cb2xi
    @Sarah-cb2xi 9 дней назад

    Thanks!!!!!!!!!!!!!!!!!1

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

      You're welcome👌👍

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

    i this sir. compatible my existing Laravel10 your TUT of Ecommerce. that my problem is the Kropify.

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

      In few hours, I will update Kropify package. Issue has been fixed

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

      @@sawastacks thank you sir. please Notify me if the Error of Kropify and please Make some Guide into it. sir THank you..

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

      @@sawastacks Hello sir. i would like to ask if Kropify Package is Fixed?..

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

      Can i ask sir if the Kropify is fixed?

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

    im still using laravel10

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

      Yes, This is compatible with Laravel 10👍

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

    Great contents you are giving us. Do you mind doing tutorials on Tailwind CSS, Alpinejs, Laravel, Livewire project that uses Jetstream, socialite, and filament. Looking forward to your reply. Thanks for the great job you are doing.

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

    Thank you for watching this video. Remember to subscribe and drop a comment. We will be happy to help when you are stuck 🤝

  • @KavyaManjunath-r6d
    @KavyaManjunath-r6d 11 дней назад

    thank you very much helpful

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

    3 Project already for Blog. Please complete multivendor project..

  • @sawastacks
    @sawastacks 12 дней назад

    Thank you for watching this video. Remember to subscribe and drop a comment. We will be happy to help when you are stuck 🤝

  • @mdazhardware
    @mdazhardware 12 дней назад

    Awesome.

  • @JaimeZecariah
    @JaimeZecariah 12 дней назад

    sir. what to do. sir. i just followed your. TUT . not yet Fixed. everything is Same. or Maybe This use Sawastacks\kropify\Kropify; instead use Mberecall\kropify\Kropify; vice versa.

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

      Hello! Thanks for alerting us to the issue. It’s now fixed, and you can find the updated package here: github.com/sawastacks/kropify-laravel. Let me know if you need further assistance-happy to help!

    • @3brothers-tandag
      @3brothers-tandag 5 дней назад

      im really. Confuse. for His Existing Ecommerce Tutorial and His Kropify. Its says. Kropify is not a Function. im cofuse. how to Work on it. Sir Jaime. Did you find the. Sulotion how it works?,, please share it.. Sir SawaStacks. i think Hes. Busy. He can Reply me Back..

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

      @ me too. He reply m already with the github but. Same as Your my problem its Uncaught Kropify is not Function

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

      @@JaimeZecariah Use lowecase: $('#file).kropify({.....});

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

      @ its fixed for me now This Code i used According to Sawastacks

  • @alielsheikh8091
    @alielsheikh8091 12 дней назад

    fixed my issues; thank you.

  • @simomilidrag4525
    @simomilidrag4525 13 дней назад

    i dont have flash messegess i have toastr when create category

  • @mdazhardware
    @mdazhardware 14 дней назад

    Thanks for this great tutorial.

  • @Molton0251
    @Molton0251 14 дней назад

    Weird error, but i cant seem to reset the error messages, it does reset the form, but the error message stays after closing, any idea why?

  • @JaimeZecariah
    @JaimeZecariah 15 дней назад

    when i click Crop & Update there is no Response or Success even i followed the step Via the Video.. but I doesn't work. please help me to fixed it. because im stuck on profile change picture

    • @JaimeZecariah
      @JaimeZecariah 14 дней назад

      still there?..

    • @sawastacks
      @sawastacks 14 дней назад

      If you did all required steps and no results, send your SellerController.php and pages-layout.php to our email address. sawastacks@gmail.com

    • @JaimeZecariah
      @JaimeZecariah 13 дней назад

      @@sawastacks ok sir i`ll sent it to you sir.

    • @JaimeZecariah
      @JaimeZecariah 13 дней назад

      @@sawastacks i sent already Sir. Please Help me to Fixed it.

    • @sawastacks
      @sawastacks 13 дней назад

      @JaimeZecariah Ok, Let's me check,

  • @JaimeZecariah
    @JaimeZecariah 15 дней назад

    why this Kprofify doesn't work on me. version 2.0

    • @sawastacks
      @sawastacks 15 дней назад

      Use this updated package link: github.com/sawastacks/kropify-laravel

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

    subtitles would be better than google speaking ^^

    • @sawastacks
      @sawastacks 16 дней назад

      We updated sounds👌👍. I highly recommend to follow the same tutorial series but with laravel 11: ruclips.net/p/PLX4adOBVJXatPobcnFiHhzA3qKxZRkJMs&si=b-wvMlJS8Z_eRdHF

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

    I tried logging in, and when there’s no middleware, I can access the Dashboard. However, when middleware is applied, it returns a failure according to the session ‘fail’ in AppServiceProvider

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

      Remember to run 'php artisan optimize' command

    • @huannguyenkhac9732
      @huannguyenkhac9732 16 дней назад

      @@sawastacks i did. But it is not work

    • @huannguyenkhac9732
      @huannguyenkhac9732 15 дней назад

      ​@@sawastacks I have found the cause. Because I use uuid for the users table, I cannot insert user_id into the session table

  • @JanakiRaman-kn7lq
    @JanakiRaman-kn7lq 19 дней назад

    Thansk man really helped

    • @sawastacks
      @sawastacks 19 дней назад

      You're welcome👌👍

  • @ebraimfayad4712
    @ebraimfayad4712 19 дней назад

    I have an error When I uploaded pic Error show in console this route doesn't support post method

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

      same here. i cant find this Method. mberecall.

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

      Hello! Thanks for alerting us to the issue. It’s now fixed, and you can find the updated package here: github.com/sawastacks/kropify-laravel. Let me know if you need further assistance-happy to help!

  • @devisopen
    @devisopen 19 дней назад

    Could you use the @vite for the css n javascripts, i did but got errors regarding