• You MUST read the Babiato Rules before making your first post otherwise you may get permanent warning points or a permanent Ban.

    Our resources on Babiato Forum are CLEAN and SAFE. So you can use them for development and testing purposes. If your are on Windows and have an antivirus that alerts you about a possible infection: Know it's a false positive because all scripts are double checked by our experts. We advise you to add Babiato to trusted sites/sources or disable your antivirus momentarily while downloading a resource. "Enjoy your presence on Babiato"

Handyman Service - Flutter On-Demand Home Services App with Complete Solution

Handyman Service - On-Demand Home Service Flutter App with Complete Solution + ChatGPT 11.5.2

No permission to download
I can offer to setup this code.. Like server setup, Webpanel and Mobile App.

If anyone wants to setup this i can help you out.
Every configuration will be done message, firebase, onesignal everything will be in proper flow.
 
Can I use this code for my customer without buying? As nulled?
Please let me know if anyone know....
 
kindly provide the update file the link contains the full new version. i need the updated files kindly provide.
 
I am adding images but it is not showing images after upload. ie. categories, profile etc.
but why???
 
No it has no error. You dont know how to setup it correctly..
Can you help me if I am making any mistakes? I uploaded it to my cpanel than extract and then created database. Added database credentials into .env file(host:localhost, databasename, database user, database password and my domain url) then insert my domain name in chrome url, than it shows me Handyman fronted page, then admin login it asks login credentials I insert user : [email protected], and password:12345678. Then I reached on Dashboard. Here I can see all menu. But when i add profile photo/category/subcategories images, it shows "successfully uploaded but images not shows.
Can you tell me where I am making mistake here? Please
 
Can you help me if I am making any mistakes? I uploaded it to my cpanel than extract and then created database. Added database credentials into .env file(host:localhost, databasename, database user, database password and my domain url) then insert my domain name in chrome url, than it shows me Handyman fronted page, then admin login it asks login credentials I insert user : [email protected], and password:12345678. Then I reached on Dashboard. Here I can see all menu. But when i add profile photo/category/subcategories images, it shows "successfully uploaded but images not shows.
Can you tell me where I am making mistake here? Please
you should now this is laravel project. Please learn how to setup laravel project first. you are missings laravel commands in server side. If you want than i can setup but it will cost you
 
I am getting this error only in images. But why. All features are working fine but only in image uploads
try to build apps than you will see the error. everything should be in proper manner. If you want me to setup come to private conversation.
 
Am also facing the same issue I uploaded logo but is not showing, I followed the documentation ,though am using shared hosting but i used the command ln -s /home/your_application/storage/app/public /home/your_application/public/storage to create storage link, but still image are not showing
 
Am also facing the same issue I uploaded logo but is not showing, I followed the documentation ,though am using shared hosting but i used the command ln -s /home/your_application/storage/app/public /home/your_application/public/storage to create storage link, but still image are not showing
You need check the debug file and search for the error that you are facing. if you want I can setup this at very resonable price with all configuration. I have also published this apps for clients. If you are intreseted you can come to private conversation.
 
If you are having issues saving the images simply run this command in the terminal.

php artisan storage:link

It should fix the issue right away
They might have tried this already. as they said they followed the documentation. The outdated composer might be issue here idk. but php artisan commands they should have tried already otherwise the site wont be live. If they missed this command than they should give it a try.
 
I am getting this error only in images. But why. All features are working fine but only in image uploads
To create the storage link manually without using the php artisan storage:link command, you can use the following steps:

Delete the existing storage link by running the following command:

rm public/storage

Create a new symbolic link using the ln command. Run the following command in your Laravel project directory:

ln -s ../storage/app/public public/storage

Set the correct file permissions on the storage and public directories by running the following commands:

chmod -R 775 storage
chmod -R 775 public


After following these steps, you should be able to access the images in the storage/app/public directory using the URL http://yourdomain.com/storage/your-image.png. Make sure to replace yourdomain.com with your actual domain name and your-image.png with the actual name of your image file.

I hope this helps!
 
AdBlock Detected

We get it, advertisements are annoying!

However in order to keep our huge array of resources free of charge we need to generate income from ads so to use the site you will need to turn off your adblocker.

If you'd like to have an ad free experience you can become a Babiato Lover by donating as little as $5 per month. Click on the Donate menu tab for more info.

I've Disabled AdBlock