Bagisto Forum

    Bagisto

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups

    Middleware differences in installation

    Installing Bagisto
    2
    2
    554
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • A
      Akhil last edited by

      I have followed your documentation for the installing bagisto, in both ways

      A) i.e: 'composer create-project bagisto/bagisto' and
      B) i.e: "Using the GUI Installer"

      In both the setup i have seen few differences,

      like in store-front-routes.php

      A) Route::group(['middleware' => ['web', 'locale', 'theme', 'currency']], function () {
      B) Route::group(['middleware' => ['locale', 'theme', 'currency']], function () {

      Here the "web" route is missing.

      If i hit the command "php artisan bagisto:version" , both shows me same version i.e 1.4.5

      infect there are other routes are also have this differences, can you help me out why it has such differences?

      1 Reply Last reply Reply Quote 0
      • A
        Amitk-Webkul last edited by

        Hi there.
        we have moved routes in the package.

        PR LINK: https://github.com/bagisto/bagisto/pull/7345/files

        1 Reply Last reply Reply Quote 0
        • First post
          Last post