02. Laravel 11 E-Commerce Project - Project & Layout Setup

Поделиться
HTML-код
  • Опубликовано: 2 окт 2024
  • In this video we will learn about how to create new laravel 11 project and also see how to install importnat packages for ecommerce project.
    TOPIC DISCUSSED:
    Create Project
    Layout Setup
    User Bootstrap 5 Ecommerce Template in Laravel
    Use Html Template in Laravel
    Your Queries -
    1. How do I set up a new Laravel project for an ecommerce website?
    2. What are the essential dependencies required for a Laravel ecommerce project, and how do I install them?
    3. How do I configure the database settings for my Laravel ecommerce project?
    4. How do I set up a basic layout for my Laravel ecommerce project using Blade templates?
    5. How do I create a navigation menu for my Laravel ecommerce project?
    6. How do I implement a responsive design for my Laravel ecommerce project using CSS frameworks like Bootstrap?
    7. How do I create a custom theme for my Laravel ecommerce project?
    8. How do I use Laravel's built-in templating engine, Blade, to create dynamic templates for my ecommerce project?
    Html Template Url :
    github.com/sur...
    Project Source Code:
    www.surfsideme...
    FOLLOW SURFSIDE MEDIA:
    / surfsidem
    / mediasurfside
    github.com/sur...
    / surfsidemedia
    #laravel #laravel11 #laravel11x

Комментарии • 16

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

    This video series needs to blow up man ..

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

    I love you so much Mister India, my friend and i love your accent so much, we will come to India soon

  • @farhanmehsood
    @farhanmehsood 2 месяца назад +1

    the zip file when i extract then its show me this error
    ! C:\Users\Waleed laptops\Desktop\Laravel-11-E-Commerce-Project-main.zip: The archive is corrupt

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

      I just followed along this today too and my front page is broken the slider is somehow not showing.
      I'm wondering if I did something wrong or if it's the repo... I'll keep searching

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

      nevermind found my error :P

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

      @@NicolasDesjardins267 you have to miss the div that's why it's broken

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

      @@NicolasDesjardins267 the header is comment thats why the slider is broken

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

    ا
    There is no control Admin dashboard in Laravel 10 project

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

    when I run npm install I face " 'npm' is not recognized as an internal or external command,
    operable program or batch file" error

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

      Before executing npm install, go to the node js website and download the node js setup and install it then you can execute the command.

    • @ashuislam6261
      @ashuislam6261 18 дней назад

      @@SurfsideMedia i install node js but still npm install not executing

  • @official.Haiderkhan
    @official.Haiderkhan Месяц назад

    THis error is running when i am creating a new file Failed to download laravel/laravel from dist: The zip extension and unzip/7z commands are both missing, skipping.
    The php.ini used by your command-line PHP is: C:\xampp\php\php.ini
    please guide how to solve this thanku

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

      Go to the xampp/php/php.ini file and search for "extension=zip". Uncomment this line by removing the ; sign from the beginning. Then, restart your XAMPP server.