Logo video2dn
  • Сохранить видео с ютуба
  • Категории
    • Музыка
    • Кино и Анимация
    • Автомобили
    • Животные
    • Спорт
    • Путешествия
    • Игры
    • Люди и Блоги
    • Юмор
    • Развлечения
    • Новости и Политика
    • Howto и Стиль
    • Diy своими руками
    • Образование
    • Наука и Технологии
    • Некоммерческие Организации
  • О сайте

Скачать или смотреть Laravel 11 Tutorial with MongoDB #98 | Coupon Codes (II) | Coupon CRUD in Admin Panel | Add/Edit/Del

  • Stack Developers
  • 2024-08-22
  • 53
Laravel 11 Tutorial with MongoDB #98 | Coupon Codes (II) | Coupon CRUD in Admin Panel | Add/Edit/Del
mongodbmongo dbmongodb tutorialmongoodb laravel tutorialLaravel MongoDB TutorialOverview of MongoDBinstall mongodb on windowssetup mongodb on windowsInsert data into MongoDB with Laravelget data in laravel from mongodbMongoDB CRUDlaravel 11laravel 11 tutoriallaravel 11 ecommercelaravel 11 mongodbphp8laravel 10 authenticationphp full courselaravellaravel tutorialMongoDB Tutoriallaravel 10 course for beginnerslaravel multi vendor
  • ok logo

Скачать Laravel 11 Tutorial with MongoDB #98 | Coupon Codes (II) | Coupon CRUD in Admin Panel | Add/Edit/Del бесплатно в качестве 4к (2к / 1080p)

У нас вы можете скачать бесплатно Laravel 11 Tutorial with MongoDB #98 | Coupon Codes (II) | Coupon CRUD in Admin Panel | Add/Edit/Del или посмотреть видео с ютуба в максимальном доступном качестве.

Для скачивания выберите вариант из формы ниже:

  • Информация по загрузке:

Cкачать музыку Laravel 11 Tutorial with MongoDB #98 | Coupon Codes (II) | Coupon CRUD in Admin Panel | Add/Edit/Del бесплатно в формате MP3:

Если иконки загрузки не отобразились, ПОЖАЛУЙСТА, НАЖМИТЕ ЗДЕСЬ или обновите страницу
Если у вас возникли трудности с загрузкой, пожалуйста, свяжитесь с нами по контактам, указанным в нижней части страницы.
Спасибо за использование сервиса video2dn.com

Описание к видео Laravel 11 Tutorial with MongoDB #98 | Coupon Codes (II) | Coupon CRUD in Admin Panel | Add/Edit/Del

►Laravel 11 Tutorial (with MongoDB):    • Laravel 11 Tutorial (with MongoDB)  

This is Part 98 of the Laravel 11 Tutorial in which we are building the e-commerce website with Laravel as the front end and MongoDB as the back end. We will continue working on coupon code functionality.

In this part, we will work on add/edit and delete coupon in the admin panel.

1) Update sidebar.blade.php file :-
First of all, we will add "Coupons" link at left sidebar of the admin panel.

2) Create Route :-
Create GET/POST route for add/edit coupon in web.php file like below :-
Route::match(['get','post'],'add-edit-coupon/{id?}',[CouponController::class,'addEditCoupon']);

3) Create addEditCoupon function :-
Now we will create addEditCoupon function in CouponsController to add and update existing coupons. We will also add validations for coupons.

4) Create add_edit_coupon.blade.php file :-
Now create an add_edit_coupon.blade.php file under /resources/views/admin/coupons/ folder in which we will add coupon form to add/update coupon.

5) Update custom.js file :-
We will add script to show text field for coupon code when user select Automatic coupon.

6) Include Models:-
use App\Models\Category;
use App\Models\Brand;
use App\Models\User;
use Validator;
use Str;

From Laravel 6 onwards, all str_ and array_ helpers have been moved to the new laravel/helpers Composer package and removed from the framework. If desired, you may update all calls to these helpers to use the Illuminate\Support\Str and Illuminate\Support\Arr classes. Alternatively, you can add the new laravel/helpers package to your application to continue using these helpers:

composer require laravel/helpers

Now we will work on delete coupon functionality

7) Create Route:-
Create Get route in web.php file to delete the coupon.
Route::get('delete-coupon/{id?}',[CouponController::class,'deleteCoupon']);

8) Create deleteCoupon function:-
Create deleteCoupon function at CouponController to delete the coupon.

►Click here to subscribe for Laravel & other updates -    / stackdevelopers  

Popular Stack Developers Series that can help you:-

►Laravel 11 PostgreSQL Tutorial:    • Laravel PostgreSQL Tutorial  

►Laravel 10 Tutorial:    • Laravel 10 Tutorial: Make Admin Panel / E-...  

►Laravel Multi-Vendor E-commerce Series -    • Laravel Multi Vendor Tutorial  

►React JS Tutorial for Beginners with Laravel -    • React JS Tutorial with Laravel for Beginners  

►Laravel Tutorial for Beginners -    • Laravel Tutorial for Beginners | Advance E...  

►GIT Tutorial for Beginners -    • Git Tutorial for Beginners | Create your F...  

►Laravel API Tutorial -    • Laravel API Tutorial | Create API from Scr...  

►Laravel Interview Questions -    • Laravel Interview Questions & Answers | 20...  

►jQuery Tutorial -    • jQuery Tutorial  

►Laravel Basic E-commerce Series -    • Make Admin Panel / E-commerce Website in L...  

►Laravel Dating Series -    • Make Dating / Social Networking Website in...  

►Join this channel to get the complete source code of all series:
   / @stackdevelopers  

Follow Stack Developers on Social Media to get updates and resolve your queries
►Like Facebook Page to get updates -   / stackdevelopers2  
►Join Facebook Group to resolve your queries -   / stackdevelopers  
►Follow on Instagram -   / stackdevelopers2  
►Follow on GitHub - https://github.com/stackdevelopers

#laravel11 #mongodb #mongodbtutorial

Комментарии

Информация по комментариям в разработке

Похожие видео

  • О нас
  • Контакты
  • Отказ от ответственности - Disclaimer
  • Условия использования сайта - TOS
  • Политика конфиденциальности

video2dn Copyright © 2023 - 2025

Контакты для правообладателей [email protected]