#39 Product Detail Page Setup in Laravel 10 | Laravel 10 E-Commerce

Поделиться
HTML-код
  • Опубликовано: 30 сен 2024
  • Product Detail Page Setup in Laravel 10 | Laravel 10 E-Commerce
    #35 Filters in Product Listing using Ajax in Laravel 10 • #35 Filters in Product...
    #36 Price Range Filters in Product Listing using Ajax in Laravel 10 • #36 Price Range Filter...
    #37 Filters in Product Listing Multiple Ajax Request Abort in Laravel 10 • #37 Filters in Product...
    #38 Load More Ajax Pagination in Product Listing using Laravel 10 • #38 Load More Ajax Pag...
    - Laravel 10 Ecommerce Playlist Link: - • Laravel 10 Ecommerce P...
    - School Management System in Laravel 10 Playlist Link: - • School Management Syst...
    Please Subscribe my channel: - / @errorsolutioncode
    Thank You for Watching My videos.

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

  • @muhammadaiman6059
    @muhammadaiman6059 6 месяцев назад +1

    in this tutorial , will you do on how to display the product that were upload into the front end side?

  • @Abdulkarimfahad
    @Abdulkarimfahad 7 месяцев назад +2

    chatgpt Route::get('{category}/{subcategory}/{productSlug}', [ProductFront::class, 'getProduct'])
    ->where('category', '[a-zA-Z0-9-]+')
    ->where('subcategory', '[a-zA-Z0-9-]+')
    ->where('productSlug', '[a-zA-Z0-9-]+');