• Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Register
  • Login
Bagisto Forum

Bagisto

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

Middleware differences in installation

Installing Bagisto
2
2
782
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 13 Apr 2023, 08:29

    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 13 Apr 2023, 14:31

      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
      1 out of 2
      • First post
        1/2
        Last post