- Видео 281
- Просмотров 1 799 265
Sawa Stacks
США
Добавлен 2 окт 2020
Sawa Stacks is your go-to source for web development and web design education. We offer comprehensive tutorials on essential technologies such as PHP, HTML, CSS, JavaScript, Laravel, CodeIgniter, and React JS. Whether you're a beginner or an experienced developer, our content is designed to help you enhance your skills and stay updated with the latest industry tends.
We aim to provide valuable content that enhances your skills and keeps you informed about the latest trends in the industry.
We also share useful tips and tricks to help you navigate and resolve IT and Tech challenges. Subscribe to stay updated and boost your web development journey!
Got questions? Reach out to us at: sawastacks@gmail.com
We aim to provide valuable content that enhances your skills and keeps you informed about the latest trends in the industry.
We also share useful tips and tricks to help you navigate and resolve IT and Tech challenges. Subscribe to stay updated and boost your web development journey!
Got questions? Reach out to us at: sawastacks@gmail.com
#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!
📺 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
Your controller code syntax reminds me of ci3 ci4 days 😅
Are you fun with CodeIgniter framework?
@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
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 👌👍
Please finish the project sir. we miss alot. we are stuck
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.
Please continue the Ecomerce Toturial
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.
Thank you for watching this video. Remember to subscribe and drop a comment. We will be happy to help when you are stuck 🤝
Thank you for watching this video. Remember to subscribe and drop a comment. We will be happy to help when you are stuck 🤝
thank you Mr. Robot Voice.
You're welcome👌👍
Thank you, you saved my day!
You're welcome👍. Do the same anytime you get this time of issue.
Keep going 💪🏽
Yeah, you're right👍. Two videos will be published today. We will finish Post CRUD operations.
J'ai pue je regrette pour quoi j'ai recommencé mes bd alors que j'aurai pû faire ça depuis Merci infiniment 🙏🙏🙏
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 !
Hi sir can i ask why on my end it's just email that reading in the logic of resetpasswordlink?
What do u mean😦?
@@sawastacks oh nothing, i just figured it out whaahaha mybad just a typo variables T_T
@scottmamhut8386 Ok. No problem bro👍👌. When you get an issue dont hesitate to ask us. Happy coding...👌
try to look at the general appearance, which is not from the admin role
its 5months ago. i hope it will be Continue.
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.
please cotinue this project Sir. Im also Followed your Tutorial. <3
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.
@ its ok
Thank you for watching this video. Remember to subscribe and drop a comment. We will be happy to help when you are stuck 🤝
Sir.
Zecariah. Kropify Fixed.
@ 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
@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
@ how to use the use on the SellerController sir
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.
Use Lowercase method. $(...).kropify({...});
thanks man
You're welcome
Hello. Still no Update About this Kropify,, there is something Missing on the Link,
Thank you for your wonderful work. Can you add more features like user management, like an article, comment and share an article please.
hello. sir i got something. error on Kropify..
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!
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,
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✌
Better if there are a source code in github (without your private info of course)
Sir Kropify Is Fixed?
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.
What is the correct link to install Kropify? I'm getting a 404 page not found error. Thanks.
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!
Thank you for watching this video. Remember to subscribe and drop a comment. We will be happy to help when you are stuck 🤝
So I can’t send files from my phone to pc ? Just from pc to phone ?
Hi bro! How can i use date-picker for submitting to livewire? Can use share method can use to fix this.
Awesome tutorial, thanks.
You're welcome!
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.
Yeah, we found that issue. We are updating this package. When we fixed that problem, we will notify you.🙏
@@sawastacks ok. And thank you so much for the course. Do build more advanced laravel tutorial in the future for us to learn. 🤗
@@jesikagurung4465 support
@@sawastacks I solved it and customize code and worked with me
@@jesikagurung4465 Improve me , by link for installing it
Thanks!!!!!!!!!!!!!!!!!1
You're welcome👌👍
i this sir. compatible my existing Laravel10 your TUT of Ecommerce. that my problem is the Kropify.
In few hours, I will update Kropify package. Issue has been fixed
@@sawastacks thank you sir. please Notify me if the Error of Kropify and please Make some Guide into it. sir THank you..
@@sawastacks Hello sir. i would like to ask if Kropify Package is Fixed?..
Can i ask sir if the Kropify is fixed?
im still using laravel10
Yes, This is compatible with Laravel 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.
Thank you for watching this video. Remember to subscribe and drop a comment. We will be happy to help when you are stuck 🤝
thank you very much helpful
3 Project already for Blog. Please complete multivendor project..
Thank you for watching this video. Remember to subscribe and drop a comment. We will be happy to help when you are stuck 🤝
Awesome.
Thanks👍
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.
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!
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..
@ me too. He reply m already with the github but. Same as Your my problem its Uncaught Kropify is not Function
@@JaimeZecariah Use lowecase: $('#file).kropify({.....});
@ its fixed for me now This Code i used According to Sawastacks
fixed my issues; thank you.
You are welcome!
i dont have flash messegess i have toastr when create category
Thanks for this great tutorial.
Thanks🙏
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?
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
still there?..
If you did all required steps and no results, send your SellerController.php and pages-layout.php to our email address. sawastacks@gmail.com
@@sawastacks ok sir i`ll sent it to you sir.
@@sawastacks i sent already Sir. Please Help me to Fixed it.
@JaimeZecariah Ok, Let's me check,
why this Kprofify doesn't work on me. version 2.0
Use this updated package link: github.com/sawastacks/kropify-laravel
subtitles would be better than google speaking ^^
We updated sounds👌👍. I highly recommend to follow the same tutorial series but with laravel 11: ruclips.net/p/PLX4adOBVJXatPobcnFiHhzA3qKxZRkJMs&si=b-wvMlJS8Z_eRdHF
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
Remember to run 'php artisan optimize' command
@@sawastacks i did. But it is not work
@@sawastacks I have found the cause. Because I use uuid for the users table, I cannot insert user_id into the session table
Thansk man really helped
You're welcome👌👍
I have an error When I uploaded pic Error show in console this route doesn't support post method
same here. i cant find this Method. mberecall.
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!
Could you use the @vite for the css n javascripts, i did but got errors regarding