Bagisto Forum

    Bagisto

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

    admin login error

    General Discussion
    3
    3
    846
    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.
    • K
      karkiswapnil last edited by

      I am getting this error when i try to admin login. What does this mean? The only thing i have done is made my own package completely seperate from Webkul/admin
      issue.jpg

      1 Reply Last reply Reply Quote 0
      • R
        rahul last edited by

        Hi,

        Make sure that you have run seeder command (php artisan db:seed) and you if see module development, there you can we need to create some configuration file for our package & add then accordingly to our core config files.

        In this case, i think you have missed creating menu file and merging it to core files, so create a file in your packages config folder & marge this file to admin's menu file in your service provider.
        Like -

        $this->mergeConfigFrom(
        dirname(DIR) . '/Config/yourfile.php', 'menu.admin'
        );

        your this file will consist name, key, route, icon & sort.
        For more reference you can see our doc - https://devdocs.bagisto.com/.

        Thanks
        Rahul Shukla

        1 Reply Last reply Reply Quote 0
        • B
          bravojhony last edited by

          wow, give a nice solution for this error thanks for posting this keep it up I am sharing this topic with my friends.
          from:- logo digitizing

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