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

Скачать или смотреть #47 Make E-com website in Laravel 5.6 | Coupon Code functionality | "coupons" table

  • Stack Developers
  • 2018-07-12
  • 5634
#47 Make E-com website in Laravel 5.6 | Coupon Code functionality | "coupons" table
make ecom website in laravelcoupon code laraveladd coupon code functionality in laravellaravel e-com website couponscoupons laravelmake e-commerce website in laravel 5.6integrate coupon code laravelvouchers laraveldiscount vouchers laravelimplement coupon code functionality laravel
  • ok logo

Скачать #47 Make E-com website in Laravel 5.6 | Coupon Code functionality | "coupons" table бесплатно в качестве 4к (2к / 1080p)

У нас вы можете скачать бесплатно #47 Make E-com website in Laravel 5.6 | Coupon Code functionality | "coupons" table или посмотреть видео с ютуба в максимальном доступном качестве.

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

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

Cкачать музыку #47 Make E-com website in Laravel 5.6 | Coupon Code functionality | "coupons" table бесплатно в формате MP3:

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

Описание к видео #47 Make E-com website in Laravel 5.6 | Coupon Code functionality | "coupons" table

In Part-47 of E-com series, we will start working on coupon code functionality. We will display "Apply coupon code" feature at shopping cart page. And also we will add its module in admin panel; Add/ View coupons.

First we will create "coupons" table with Migration then will add coupon module in admin panel.

1) Create "coupons" table :-

First create "coupons" table with Migration with below command :-

php artisan make:migration create_coupons_table

Now see migration file has been created.
Now we will add below columns in file :-
coupon_code
amount
amount_type
expiry_date
status

After adding all columns, we will run below command :-

php artisan migrate

Now see "coupons" table has been created with all the required columns.

2) Create "Coupon" Model :-

Now we will create "Coupon" model by running below command :-

php artisan make:model Coupon

3) Create "CouponsController" :-

Now we will create "CouponsController" like below :-

php artisan make:controller CouponsController

4) Create Route :-

Now we will create GET/POST route in web.php for add coupon form.

Route::match(['get','post'],'/admin/add-coupon','CouponsController@addCoupon');

5) Create addCoupon function :-

Now we will create addCoupon function in CouponsController.

6) Create add_coupon.blade.php file :-

Now we will create coupons folder in admin folder and then create add_coupon.blade.php file in which we will integrate add coupon form.

Now we will add admin design to this file same like we did for add product blade file.

7) Update admin_sidebar.blade.php file :-

Now update admin_sidebar blade file to add coupon module there as well i.e. Add/View links for coupon.

In next video, we will continue working on coupon module. We will add datepicker, will show some kind of calender of Expiry date and then will add coupon data to coupons table then will also work on view part of coupons, then edit and delete also.

So stay tune.. Thanks for watching :)

Комментарии

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

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

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

video2dn Copyright © 2023 - 2025

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