• 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
If anyone want to customize or setup this website and app then i can do this at very affordable price. DM me for the price. Will finish the work in max 3 days. website, android apps and ios apps. Fully configured onesignal, firebase, otp login etc.
Share the complete package : user app and serviceman app. Name your price 😉
 
When I run the artisan command in the latest version it doesn't work, did anyone manage to install normally?
 
When I run the artisan command in the latest version it doesn't work, did anyone manage to install normally?
Try running this to tell you exactly where the issue is:

composer diagnose


by running the Composer diagnose you will find something like this:

[Seld\JsonLint\ParsingException]
"./composer.json" does not contain valid JSON
Parse error on line 40:
...p" } }, "script
--------------------^
Expected one of: ',', ']'


open file composer.json
go to line 40(as say error)


and change these lines:


"files": [
"app/Helper/helper.php"

}
},



to these lines:


"files": [
"app/Helper/helper.php"

]
},


changes is: } to ]
this is programmer error
 

New Version @henryjames254

Version 9.2.0 - 25 July 2023​

Mobile App​

New
  • Add New payment get way method (CinetPay, Sadad) in wallet top up method
Update
  • Optimized OneSignal Push Notification Logic
Fix
  • Calculation in hourly service price and package service bookings
  • Visibility of the Service Proof button for COD payment
  • UI/UX Enhancements

Web​

Fix
  • UI Enhancements
 
Please help me...

Unable to detect application namespace.

at vendor/laravel/framework/src/Illuminate/Foundation/Application.php:1409
1405▕ }
1406▕ }
1407▕ }
1408▕
➜ 1409▕ throw new RuntimeException('Unable to detect application namespace.');
1410▕ }
1411▕ }
1412▕

+1 vendor frames
2 app/Console/Kernel.php:44
Illuminate\Foundation\Console\Kernel::load()

+2 vendor frames
5 artisan:37
Illuminate\Foundation\Console\Kernel::handle()
 
kindly check the composer.json and composer.lock.json --there are error on it

It should look like this. There was a ) instead of a } with missing commer


Code:
{
    "name": "laravel/laravel",
    "type": "project",
    "description": "The Laravel Framework.",
    "keywords": ["framework", "laravel"],
    "license": "MIT",
    "require": {
        "php": "^7.3|^8.0",
        "barryvdh/laravel-dompdf": "^2.0",
        "fideloper/proxy": "^4.4",
        "fruitcake/laravel-cors": "^2.0",
        "guzzlehttp/guzzle": "^7.0.1",
        "laravel-notification-channels/onesignal": "^2.3",
        "laravel/framework": "^8.40",
        "laravel/sanctum": "^2.11",
        "laravel/tinker": "^2.5",
        "lavary/laravel-menu": "^1.8",
        "spatie/laravel-medialibrary": "^9.6",
        "spatie/laravel-permission": "^4.0",
        "tightenco/ziggy": "^1.4",
        "yajra/laravel-datatables": "^1.5",
        "yajra/laravel-datatables-oracle": "^9.18"
    },
    "require-dev": {
        "facade/ignition": "^2.5",
        "fakerphp/faker": "^1.9.1",
        "laravel/breeze": "^1.2",
        "laravel/sail": "^1.0.1",
        "mockery/mockery": "^1.4.2",
        "nunomaduro/collision": "^5.0",
        "phpunit/phpunit": "^9.3.3"
    },
    "autoload": {
        "psr-4": {
            "App\\": "app/",
            "Database\\Factories\\": "database/factories/",
            "Database\\Seeders\\": "database/seeders/"
        },
        "files": [
            "app/Helper/helper.php"
        
        ]
    },
    "scripts": {
        "post-autoload-dump": [
            "Illuminate\\Foundation\\ComposerScripts::postAutoloadDump",
            "@php artisan package:discover --ansi"
        ],
        "post-root-package-install": [
            "@php -r \"file_exists('.env') || copy('.env.example', '.env');\""
        ],
        "post-create-project-cmd": [
            "@php artisan key:generate --ansi"
        ]
    },
    "extra": {
        "laravel": {
            "dont-discover": []
        }
    },
    "config": {
        "optimize-autoloader": true,
        "preferred-install": "dist",
        "sort-packages": true
    },
    "minimum-stability": "dev",
    "prefer-stable": true
}
 
  • Like
Reactions: veera
henryjames254 updated Handyman Service - Flutter On-Demand Home Services App with Complete Solution with a new update entry:

Version 9.2.1 - 10 Aug 2023

Version 9.2.1 - 10 Aug 2023​

Mobile App​

Update
  • Libraries
  • UI/UX improvement
Fix
  • Visibility of ‘Request Invoice’ button for COD payment method
  • Resolved time slot display issue on the service detail page
  • Text field validation
  • Service Status issue when adding a new service
  • Coupon calculation issue

Web​

Fix
  • Loader issue in category & blog page
  • Total amount issue in booking...

Read the rest of this update entry...
 
  • Like
Reactions: mercyyou
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!
life saver
 

Handyman Admin App [Add-on]

Version 2.0.0 - 06 Jun 2023​

Mobile App​

New
  • Advance Payment flow
Update
  • Migrate to Flutter 3.10.x
  • Code Enhancement
 
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