ahaaamlucas
New member
- Nov 4, 2022
- 2
- 0
- 1
Hi! you have found? I have the latest version of WhatsAppFood (.zip) and it has everything you need for whatsapptaxi, but I couldn't figure out the .env file. Apparently, it is necessary to prescribe the corresponding whatsapptaxi value in the line "APP_PROJECT_TYPE=qrsaas" of this file before installation.if anyone have, share please
thanks
Share the file, we'll see!)Hi! you have found? I have the latest version of WhatsAppFood (.zip) and it has everything you need for whatsapptaxi, but I couldn't figure out the .env file. Apparently, it is necessary to prescribe the corresponding whatsapptaxi value in the line "APP_PROJECT_TYPE=qrsaas" of this file before installation.
I'm sorry, I found the latest version here https://babiato.tech/resources/what...-ordering.10734/updates#resource-update-87356. it is newer than my version. but not the point. essence in the application code. for example, the config.php and router.php files contain the conditions for displaying different elements for different modes. I mixed food tiger and QRSaas for myself and now there is a multi-city on my website without registering a customer account.Share the file, we'll see!)
This is not whatsapp taxi!I'm sorry, I found the latest version here https://babiato.tech/resources/what...-ordering.10734/updates#resource-update-87356. it is newer than my version. but not the point. essence in the application code. for example, the config.php and router.php files contain the conditions for displaying different elements for different modes. I mixed food tiger and QRSaas for myself and now there is a multi-city on my website without registering a customer account.
there are several conditions in the code @if(config('app.isft')), @if(config('app.isqs'))
and so on. it is these conditions that decide the behavior of the application. It's hard for me to explain because I'm translating through google translate. study the code yourself. if you understand programming and laravel you will understand