duvanjagat
New member
- Aug 22, 2022
- 6
- 2
- 3
go .env and add httpsgetting blank, even after adding category and services, anyone please help me.
Version 7.5.3 - 02 Jan 2023
New Year, New Features!
Our first update of 2023 brings:
Web
New
- New – Introducing New Admin Panel with Great Look & Feel
- New – RTL Support in Website
Mobile App
New
Update
- New: Show Booking successful Dialog
- Update: Hourly service calculation has been updated. (Note: The hourly charge will be calculated on the base price before...
Thanks for your sharing please tell me provider and service man apps are included in it?henryjames254 updated Handyman Service - Flutter On-Demand Home Services App with Complete Solution with a new update entry:
Version 7.5.3 - 02 Jan 2023
Read the rest of this update entry...
Super, finally.henryjames254 updated Handyman Service - Flutter On-Demand Home Services App with Complete Solution with a new update entry:
Version 7.5.3 - 02 Jan 2023
Read the rest of this update entry...
updateVersion 7.6.0 - 13 Jan 2023
Mobile App
New
Fix
- Service Add-On - Now Provider can Offer their Customer to buy multiple services together with Package Service
- Provider can now see Upcoming Bookings in Dashboard
- Delete Service Image Issues
- Notification Issue
Web
Update
Fix
- Booking Save issue in Frontend
@Tomz @henryjames254 Thank you
- UI Enhancements
SQLSTATE[42S22]: Column not found: 1054 Unknown column
php artisan migrate --seed Or php artisan migrate:fresh --seedPlease any brother guide me i am getting below error on main screen in flutter user app
i m not using vps it is installed on shared hostingphp artisan migrate --seed Or php artisan migrate:fresh --seed
use trick, create route on route/web.phpi m not using vps it is installed on shared hosting
just empty file of web.php?use trick, create route on route/web.php
just empty file of web.php?
Code:Route::get('/make-migrate', function(){ \Artisan::call('migrate --seed'); dd('migrated!'); }); Route::get('/migrate-fresh', function(){ \Artisan::call('migrate:fresh --seed'); dd('migrated!'); });
dear brother thanks for your time and guidance. i set production to local in .env1- add this to web.php on route folder
2- edit .env file [production to local]
call www.yourwebsite.com/make-migrate or migrate-fresh
try using my web.phpdear brother thanks for your time and guidance. i set production to local in .env
web.php file is already available in route folder. but i added above code at end and run both type of links you advised. but failed.
then i tried another method which is i removed all code from web.php and just added above code then again run links but still got error.
sorry not working i tried to attach error here but this website is not allowing me to past error code here i tried in code and quote as welltry using my web.php
try app_debug : true on .env