Grocery, Food, Pharmacy, Store Delivery Mobile App with Admin Panel

Grocery, Food, Pharmacy, Store Delivery Mobile App with Admin Panel 3.0

No permission to download

cnrsbtogll

Member
Apr 9, 2020
34
4
8
your??? .env file??
Screenshot_6.jpg

check database. whether you have [email protected] in users table.
no. users table empty.
Screenshot_5.jpg

I installed it 5 times but it always feels empty.



------------ anather problem for app-----------------


I am having another problem while installing the flutter app.
I can't see the "api" folder in the setup files.

it says update as "api_base_url": "http://yourdomain.com/public/api/" in the installation documentation.
Screenshot_2.jpg

I installed the panel in "D: \ xampp \ htdocs \ grocery" area, but I could not find the "api" folder in it.
Screenshot_3.jpg

therefore the application works but cannot get data from the api. I'm staying at the login screen.
 

tshailesh

New member
Sep 5, 2020
16
6
3
your APP_URL should be full url including public folder
ex. https://localhost/grocery/public/
api : https://localhost/grocery/public/api/

and your database is empty thats y you get that error so do fresh installation.

before that make sure u follow

Open this file:

laravel_application/vendor/smartervision/laravel-installer/src/Controllers/EnvironmentController.php

And remove these lines (line 110):

if (isset($errors) || !$code){
$redirect->route('LaravelInstaller::environmentClassic')
->with(['message' => $message,'errors'=>$errors]);
//return view('vendor.installer.environment-classic', compact('errors'));
}


And these (line 185):

if (isset($errors) || !$code){
return view('vendor.installer.environment-wizard', compact('errors'));
}

Dont change other than above line..
 

cnrsbtogll

Member
Apr 9, 2020
34
4
8
I am having a database problem. Can anyone tell where the problem is? minute 5:00 and 5:32

 
Last edited:

dave_7

Member
Aug 7, 2020
64
17
8
Initiate fresh installation after importing the database. There are few table that has to be added in the new version.
 
  • Like
Reactions: cnrsbtogll

dave_7

Member
Aug 7, 2020
64
17
8
I am having a database problem. Can anyone tell where the problem is?


There are no users in the user table that's why you are unable to login. Please add a user manually or import the table from the database I sent you. You should then be able to login.
 
  • Like
Reactions: cnrsbtogll

cnrsbtogll

Member
Apr 9, 2020
34
4
8
Initiate fresh installation after importing the database. There are few table that has to be added in the new version.

thank you bro. database worked. I will now look at the customer mobile application and delivery mobile application. Hope they work smoothly.
 

cnrsbtogll

Member
Apr 9, 2020
34
4
8
I installed the CUSTOMER MOBILE application, but I cannot go beyond the splash screen. I guess because it cannot reach the database or API.

app.gif
 

About us

  • Our community has been around for many years and pride ourselves on offering unbiased, critical discussion among people of all different backgrounds. We are working every day to make sure our community is one of the best.

Quick Navigation

User Menu