I have a request, can you create a community chat by this Sunday. user Can post problem questions related to anything. Please implement category for problem.
sir, i have a question. when i try to login at 1:32:46, it just shows that login success and not showing dashboard thus i cannot continue to product dashboard and so on. how to fix this
Hello, Thanks a lot for this video. However, i followed the video and everything works fine until it got to 2:04:12 where i tried to login to the dashboard but get the error "Undefined property: stdClass::$items". Kindly assist sir.
Thanks for this video, I'm new to php and Laravel, I have a question at the moment, at 1:53:30 isn't it time consuming to cycle through each product instead of running a query? Thanks for the future answer!
If you are fetching each item from the loop then having like a 100 new orders then there will be 100 new queries. You can refer this laravel.com/docs/10.x/eloquent-relationships#one-to-many
Hello, I dont want to create the dashboard and only the app. Is it possible to use this video to just create the app without the first part. So can I start from 3:15:00 onwards?
@@CodesEasy For example, you do string request using the php. I want to store the password/username locally in a json file. How would I modify this so that it works without making the laravel app ?
Hello sir. I don't know what I did wrong but when I try to add a user they way you did at around the 1:27:00 mark it just doesn't work. Even in the phpMyAdmin it doesn't work. Please help
click on the grey area and type alt + enter (only on phpstorm) if you are using any other ide just type that statement starting with 'use' on the top (i am highlighting that in the video)
Hey sir. Of i am using visual studio, do I have to manually type in the use function at the top and also the one at the bottom like you do in your program
when i click register it load bt do nothing and it has no error i have added my pc ip address and correct pass to the database folder and i have a good internet connection,what could be the problem
Check the api part separately using postman or something like that. Then make sure that the api is working first then go to the android and check. If api is working then the issue will be with android part. It should be some small mistake you have made unknowingly. Go through everything carefully
hey sir in your project i change a bit the url image upload in the webserver into a file image upload but then in the CustomerApp the image is not displaying only the id,name,price,description but the image is not. can you help me pls
hello sir, is there any tutorial to integrate payment methods into this app project? . or I just need to follow the tutorial on stripe / razorpay integration as in the video in your description.
We have videos on how to impliment stripe and razorpay seperatly, which are detailed videos. Watch those and integrate them, in the video we are stoping on payment integration, you just need to add the payment option on the button click, its easy to add.
sir with regard to the api key by nextbillion, it seems like i have to schedule a meeting with a representative from nextbillion...does it require some payment or something like that and what actually happens in that meeting?
Thank you, i will try some other ways. After some searching i thought i will try to implement the Haversine function instead of the calculateEstimatedTime function. I know it will not be as accurate or indeed as elegant as how you have done it but as i just wanted this to be like a fun side project the precision wont be too big of a drawback. As for the customer and delivery app, will cross that bridge when i get there lol @@CodesEasy
Customer app not working when i click submit button it does't response & on Login page when click submit progress bar is visible and after some sec it's gone and still login page ( not process to main activity )
sir when i try to run url/login there seems to be an argument count error => Too few arguments to function Illuminate\Auth\SessionGuard::login(), 0 passed in C:\xampp\htdocs\cakeapp\CakeApp\vendor\laravel\framework\src\Illuminate\Auth\AuthManager.php on line 340 and at least 1 expected
this is a great app idea sir and the implementation is outstanding but the Mapping API really places an obstacle for the average person who can not opt for the monthly subscription to get the api key...i just got a response from them indicating that the basic package is like $200 per month, especially as someone not from the USA. I have search and i think there are some free mapping api's out there, would it still be possible to use/integrate those for this app?
Sir workin on an app similar to this but only reserved for cakes, I want to add these options where user can entire quantity of the cake also the user can upload image from their phone of the design they want on the cake, or the text that is to be written on it. pls help sir. Thank you in advance.
Sir When I click on + in app order doesn’t go into the card neither I can place the order. How long nextbillion ai takes to revert back it has been 2-3 days but still no reply
@@CodesEasy i try two times but the app is not work i follow your every step and also paste your source code but not working ....... the Customer app is not fetch the data from the php strome . why ? plz give me any solution ......
@@CodesEasy Customer app is not working then i download your source code and paste it step by step change String url , Ip but still the app is not work then i change php code with your source code but still not work then i understand again i watch your video again but can't solve after that i can tell you. overall - customer app can't fetch data from the String Url app not fetch data from adminpanel ....
@@CodesEasy after that i skip login registration process then i try this only main activity (product) but product is not showing , show only buttons address,cart,orders. the app is not fetch product detail from string ( customer app and admin panel ) not connected 😕😕
Hi Sir, the API/users/register function keeps failing even though the routing is correct. The login routing is working correctly. Please, if you can help
It's it's showing the message failed which is a message from the api php part, that means some data is not passed to the api properly. For registration you need to pass name, email and password
sir im getting this error when i try to do the set up, please advise on what to do: Failed to download doctrine/inflector from dist: The zip extension and unzip/7z commands are both missing, skipping. The php.ini used by your command-line PHP is: C:\xampp\php\php.ini Now trying to download from source In GitDownloader.php line 82: git was not found in your PATH, skipping source download require [--dev] [--dry-run] [--prefer-source] [--prefer-dist] [--prefer-install PREFER-INSTALL] [--fixed] [--no-suggest] [--no-progress] [--no-update] [--no-install] [--no-audit] [--audit-format AUDIT-FORMAT] [--update-no-dev] [-w|--update-with-dependencies] [-W|--update-with-all-dependencies] [--with-dependencies] [--with-all-dependencies] [--ignore-platform-req IGNORE-PLATFORM-REQ] [--ignore-platform-reqs] [--prefer-stable] [--prefer-lowest] [--sort-packages] [-o|--optimize-autoloader] [-a|--classmap-authoritative] [--apcu-autoloader] [--apcu-autoloader-prefix APCU-AUTOLOADER-PREFIX] [--] [...]
@@CodesEasy everytime i open the app in my phone ...some thing is missing.. either the foodlist or the order button isn't working and kicking me out of the app. why?
@@CodesEasy but how product categorise when product is upload from admin panel i can create their a new section for category ( like:- price description image) same proccess...
We could do a video on that too soon. We have noted your suggestion 👍. Try nextbillion api, you can follow the video and do the project. There APIs are not bad and it's easy to use also. one thing i find they lack is proper documentation or outdated documentation. But they are actually working on it and will be soon fixing the documentation issue. You can always contact there support team and they could definitely help you with anything.
Please help regarding the following: PS C:\xampp\htdocs\Food-Delivery-App\savethefoodapp> php make:migration produ cts Could not open input file: make:migration
Woow live classes
Great job 👍
Happy that you liked the video
I have a request, can you create a community chat by this Sunday. user Can post problem questions related to anything.
Please implement category for problem.
Join our Discord or whatsapp group, we actively provide support and help there. 👍 Check the description for links
2:12:08 when i click the IP adres it show hi.. it didnt directly go to the login page why?
Check your code, follow the video properly
sir, i have a question. when i try to login at 1:32:46, it just shows that login success and not showing dashboard thus i cannot continue to product dashboard and so on. how to fix this
you have to add redirect, download the code from description and check
@@CodesEasy where I should put this redirect? Sorry, I am still newbie for this
Hello, Thanks a lot for this video. However, i followed the video and everything works fine until it got to 2:04:12 where i tried to login to the dashboard but get the error "Undefined property: stdClass::$items". Kindly assist sir.
check the code properly again
@@CodesEasy i actually saw my mistake....thanks a lot
Thanks for this video, I'm new to php and Laravel, I have a question at the moment, at 1:53:30 isn't it time consuming to cycle through each product instead of running a query? Thanks for the future answer!
If you are fetching each item from the loop then having like a 100 new orders then there will be 100 new queries.
You can refer this laravel.com/docs/10.x/eloquent-relationships#one-to-many
Thanks
dose the costumer side app show the live status of delivery boy?? if the GPS is implemented in code??
Hello, I dont want to create the dashboard and only the app. Is it possible to use this video to just create the app without the first part. So can I start from 3:15:00 onwards?
Sure. Just do the api part and the android part only.
@@CodesEasy What about the parts where you reference the php/lavarel app do I just ignore it
@@CodesEasy For example, you do string request using the php. I want to store the password/username locally in a json file. How would I modify this so that it works without making the laravel app ?
I can't pass 1:28:54 it isn't logging into the dashboard
cool video)
👍
Hello sir. I don't know what I did wrong but when I try to add a user they way you did at around the 1:27:00 mark it just doesn't work. Even in the phpMyAdmin it doesn't work. Please help
What is the error
@@CodesEasy i have the same problem like him(maybe). my error is Class "http\Client\Curl\User" not found
parabens pelo trabalho
melhor video de codigo que eu ja vi
muito obrigado
Happy that you liked the video
@26:41 I cannot do what you've done. Please help me out
You have to just import the class. Just type the line i am showing.
You can also download the full source code for reference, check description.
@@CodesEasy 26:45. You said type something. I don't understand what you're saying.
click on the grey area and type alt + enter (only on phpstorm) if you are using any other ide just type that statement starting with 'use' on the top (i am highlighting that in the video)
3:26:18
My url shows “access forbidden”
One you have some issue with the xampp settings, two check if .htaccess is working - try removing the public folder from url.
Hello can you make tutorial, simple app to draw poly lines in maps and calculate area selected.
Sure. We could do that.
Hey sir. Of i am using visual studio, do I have to manually type in the use function at the top and also the one at the bottom like you do in your program
Yes you have to type it
please sir, what is the chrome extension you use to view the status and stuff like that
I don't understand your question. Are you asking about view json ? Just search json in chrome extension and you can see many
@@CodesEasy thank you
when i click register it load bt do nothing and it has no error i have added my pc ip address and correct pass to the database folder and i have a good internet connection,what could be the problem
Check the api part separately using postman or something like that. Then make sure that the api is working first then go to the android and check.
If api is working then the issue will be with android part. It should be some small mistake you have made unknowingly. Go through everything carefully
hey sir in your project i change a bit the url image upload in the webserver into a file image upload but then in the CustomerApp the image is not displaying only the id,name,price,description but the image is not. can you help me pls
You should have missed something. Check the url or db and the url you get in android in the json response. Log the response and check it.
hello sir, is there any tutorial to integrate payment methods into this app project? . or I just need to follow the tutorial on stripe / razorpay integration as in the video in your description.
We have videos on how to impliment stripe and razorpay seperatly, which are detailed videos. Watch those and integrate them, in the video we are stoping on payment integration, you just need to add the payment option on the button click, its easy to add.
sir with regard to the api key by nextbillion, it seems like i have to schedule a meeting with a representative from nextbillion...does it require some payment or something like that and what actually happens in that meeting?
Yes the api will be paid, you can use other ways or completely remove the maps api section if you don't want
Thank you, i will try some other ways. After some searching i thought i will try to implement the Haversine function instead of the calculateEstimatedTime function. I know it will not be as accurate or indeed as elegant as how you have done it but as i just wanted this to be like a fun side project the precision wont be too big of a drawback. As for the customer and delivery app, will cross that bridge when i get there lol @@CodesEasy
Customer app not working when i click submit button it does't response
&
on Login page when click submit progress bar is visible and after some sec it's gone and still login page ( not process to main activity )
Check your php part and in the java part check if you are passing the values properly, you can also download the source code from description
download and paste the source code but it can't work maybe my app is not connected to the phpadminpanel
sir when i try to run url/login there seems to be an argument count error => Too few arguments to function Illuminate\Auth\SessionGuard::login(), 0 passed in C:\xampp\htdocs\cakeapp\CakeApp\vendor\laravel\framework\src\Illuminate\Auth\AuthManager.php on line 340 and at least 1 expected
Check the route, how you have specified it. There could be something wrong or different
this is a great app idea sir and the implementation is outstanding but the Mapping API really places an obstacle for the average person who can not opt for the monthly subscription to get the api key...i just got a response from them indicating that the basic package is like $200 per month, especially as someone not from the USA. I have search and i think there are some free mapping api's out there, would it still be possible to use/integrate those for this app?
Sure, you can avoid using map api and use Google maps intent - we have a video on it in the channel
Can I get a documentation/report? if not than please tell me the methodologies used here.
Sir workin on an app similar to this but only reserved for cakes, I want to add these options where user can entire quantity of the cake also the user can upload image from their phone of the design they want on the cake, or the text that is to be written on it. pls help sir. Thank you in advance.
You can add an option to upload image, and a tutorial is available on this channel itself. Just combine them.
sir do I have to use same key in delivery app and customer app?
actually nextbillion is asking for 499 dollars as basic plan do I need to pay for it?
It depends on your requirements. If you wish to use their services go check their services and cost and make a decision accordingly.
Hey I have a stupid question but how do you do that thing where you copy the whole line straight to the bottom?
You might be asking for the short cut, it's duplicating the line, ctrl + d in php storm
799th...Thanks. Great tutorial !!! Will there be a Jetpack Compose equivalent? Cheers..
is this android studio? What kind of functions did you used to open this window?
Android studio, ruclips.net/video/_SFCF7gMEAg/видео.html
For surplus food waste app how i can integrate chatbot in our app in android ??
Tell me in detail
127.0.0.1:8000/login 1:32:41 when try to sign in it shows 404 not found page
Try 127.0.0.1/public/login if that doesn't work check the code route area and the controller
@@CodesEasy thank you its working now i pu{{router(login.post)}}
@@AdrianCharm24 where you wrote it?
How you fixed it plzz tell
hey sir Good afternoon, Can you make a tutorial of food ordering and management system using laravel and in andriod studio?
pls badly needed it.
Sure. We could do it. It would take some time but we have add this to our list.
Can u provide steps for setup of your project using your source codee
Target class [RoleAdmin] does not exist.
sir there is this error when i run url/admins/products or url/admins/dashboard
The middleware must be missing. You have to create it. Its shown in the video
Sir When I click on + in app order doesn’t go into the card neither I can place the order. How long nextbillion ai takes to revert back it has been 2-3 days but still no reply
They usually respond within 24 hours. Wait for the coming Monday as it is Saturday and Sunday. Send a follow mail after that.
@@CodesEasy thank u sir
Property 'type' not found in \Illuminate\Contracts\Auth\Authenticatable|null what does this mean in roleAdmin
that means in your table there is no field named type, watch the video. We are adding the type field to the table.
which database is used firebase or sqlite
2:00:00
?
When I place order the list of orders is not showing in orders part of the customer app but the Comfirm and Clear buttons are working properly
is this for one restaurant or is it multi restaurant??
For one restaurant
bhai ye project in a go may banan padega kya? agar bich may server band ho gaya to kya krna hoga?
Just follow the video and it's easy
Brother can you crreate same application in flutter ?
Sure, we definitely would consider your suggestion
sir how to change currency symbol in Product ?
To the end of the video i am showing how to do it.
download and paste the source code but it can't work maybe my app is not connected to the phpadminpanel
Check the database connection part, watch the video properly 👍
@@CodesEasy i try two times but the app is not work i follow your every step and also paste your source code but not working ....... the Customer app is not fetch the data from the php strome . why ? plz give me any solution ......
It could be due to many reasons, we need more details so that we can understand your issue and help you with it.
@@CodesEasy Customer app is not working then i download your source code and paste it step by step change String url , Ip but still the app is not work then i change php code with your source code but still not work then i understand again i watch your video again but can't solve after that i can tell you. overall - customer app can't fetch data from the String Url app not fetch data from adminpanel ....
@@CodesEasy after that i skip login registration process then i try this only main activity (product) but product is not showing , show only buttons address,cart,orders. the app is not fetch product detail from string ( customer app and admin panel ) not connected 😕😕
Hi Sir, the API/users/register function keeps failing even though the routing is correct. The login routing is working correctly. Please, if you can help
It's it's showing the message failed which is a message from the api php part, that means some data is not passed to the api properly. For registration you need to pass name, email and password
sir im getting this error when i try to do the set up, please advise on what to do:
Failed to download doctrine/inflector from dist: The zip extension and unzip/7z commands are both missing, skipping.
The php.ini used by your command-line PHP is: C:\xampp\php\php.ini
Now trying to download from source
In GitDownloader.php line 82:
git was not found in your PATH, skipping source download
require [--dev] [--dry-run] [--prefer-source] [--prefer-dist] [--prefer-install PREFER-INSTALL] [--fixed] [--no-suggest] [--no-progress] [--no-update] [--no-install] [--no-audit] [--audit-format AUDIT-FORMAT] [--update-no-dev] [-w|--update-with-dependencies] [-W|--update-with-all-dependencies] [--with-dependencies] [--with-all-dependencies] [--ignore-platform-req IGNORE-PLATFORM-REQ] [--ignore-platform-reqs] [--prefer-stable] [--prefer-lowest] [--sort-packages] [-o|--optimize-autoloader] [-a|--classmap-authoritative] [--apcu-autoloader] [--apcu-autoloader-prefix APCU-AUTOLOADER-PREFIX] [--] [...]
nevermind, figured it out😅😅😅😅
Just go to xampp and enable the zip extension by removing " ; " this semicolon symbol.
when I clicked on start navigation, the app closes. How can I fixed that?
Check logcat while running the app
when i run the command php artisan serve it show the error error 404 at browser plz help
There will be some error in the setup or code
Where will u please specify 🙏
I have reviewed the whole code twice still same issue
MY order tab isn't working.. i'm coming out of the again and again
What's the issue
@@CodesEasy everytime i open the app in my phone ...some thing is missing.. either the foodlist or the order button isn't working and kicking me out of the app. why?
@@CodesEasy showing this error "Undefined property: stdClass::$item_details" in dashboard and order.
how to run the code provided in the description directly
You will have to setup the project, make some changes to the api and database etc
Sir, In this application, used multiple restaurants or not?
You can customise this to add multiple resturants
Hey sir. Is they a free alternative to next billion? Like maybe Google api?
It's much hard to get google api
@@CodesEasy is they another alternative
Hello good evening after hosting all i could see was "HI"
What do i do please
You have to implement and check the routes, watch the video so you will understand
when try to sign in it shows 404 not found page
Check the routes and the controller
How you fixed it?
Sir plese next video on social networking chatting app android mysql
Sure, we have noted your suggestion.
Which language do you have used
Java and php
hey sir im here again why your customer app dont have res folder?
It does, all android projects will have it.
@@CodesEasy well after i zip your project and import your customer app in android studio i doesnt have res nor it will run
Sir when i run this application registration is not working..can you please explain how to solve this error
Check everything, even a small spelling mistake and also keep in mind that everything is case sensitive
Does this project work if we use ur api key ?
You have to contact nextbillion using the link in the description
Class "http\client\curl\User" not found
during admin local host error
plz solve this
You imported a wrong Class. You have to import the User model. Check the video. Its a model class.
@@CodesEasy one more
Undefined property: stdClass::$item_details
You have to pass the item details from controller, watch the video once more carefully
i can categorized the product list is it possible ??
Yes, you can make any modifications you want
@@CodesEasy one more Route create for category ??
Sure, do according to your need. You can create new route for category or add it in any page, navigation bar etc
@@CodesEasy but how product categorise
when product is upload from admin panel i can create their a new section for category ( like:- price description image)
same proccess...
Create a new table for category and add values to it. Then select the ID of that specific category and insert to the product table
Which api key u used ?
Contact nextbillion using the link in the description to get api key
@@CodesEasyif i want to remove the maps part and want to store only the address not longitude and latitude what changes i have to make in code then ?
Which application are you using sir? I'm using windows
For what purpose?
how to publish bro...
To publish you just have to generate a signed apk or aab file and upload to playstore
@@CodesEasy how can we get signed apk
how can i generate api key ?
It's shown in the video
@@CodesEasy no its not u skip that part at 4:48:00
@@CodesEasy do i have to generate my own api key or use yours one ?
Need to develop a food delivery app, can u plz help
Sure, if it's for your business contact us. If it's for learning this video could definitely help you.
I can use your source code, sir ?
Yes, sure
Sir please next video grocery app using kotlin language
Yes, thanks for the suggestions
Hi, where sql file?
You can download the zip file for all the source code
please can you provide sql file
Check the description, everything is given in the migration part
How to use database?
I can't see your SQL file
How to change this for multi restaurants and also delivery boy,customers and restaurants in one app. Please Can you do
Sure, will consider it for future
Sir I am making A LinkdIn type app so please something on that
Sure. 👍
Can you share whole code sir
Yes the complete source code is available in the description. Check the description.
would be nice if the tutorial was in Kotlin though 😢
Ok 👍
Can you give me API KEY :((
please make same application in flutter
Sure, we will definitely consider this
@@CodesEasy oky thanks
@@CodesEasy please how to use map box api key instead of nextbillion ai
We could do a video on that too soon. We have noted your suggestion 👍.
Try nextbillion api, you can follow the video and do the project. There APIs are not bad and it's easy to use also.
one thing i find they lack is proper documentation or outdated documentation. But they are actually working on it and will be soon fixing the documentation issue.
You can always contact there support team and they could definitely help you with anything.
@@CodesEasy thanks man
Please help regarding the following: PS C:\xampp\htdocs\Food-Delivery-App\savethefoodapp> php make:migration produ
cts
Could not open input file: make:migration
It's -
php artisan make:migration products
Add artisan in the command
can you please tell me how did you open xampp\htdocs\fooddeliveryapp in android studio
In the android studio file menu there is an option
Can u provide steps for setup of your project using your source codee