hfx2022
Member
- May 5, 2022
- 30
- 5
- 8
ok thanks here it isSet "debug" in .env file to true and share the screenshot of the error you get
ok thanks here it isSet "debug" in .env file to true and share the screenshot of the error you get
Do you have the data you're trying to access in your "pages" table in your database?ok thanks here it is
i guess so?Do you have the data you're trying to access in your "pages" table in your database?
Nice. Check there's no 'slug' entry for the about us page. So in your database "pages" table enter slug value "about" for the "About Us" page. That's it!i guess so?
AWESOME!! That did the trick. THANK YOU!!! Are there any addons on here for the shop? besides multivendor? Wondered if there is a delivery addon?Nice. Check there's no 'slug' entry for the about us page. So in your database "pages" table enter "about" for the "About Us" page. That's it!
I only shared the multivendor..incase I get the refund addon..I will share. Currently only two are available. CheersAWESOME!! That did the trick. THANK YOU!!! Are there any addons on here for the shop? besides multivendor? Wondered if there is a delivery addon?
OK THANKS....i want to try and setup woo delivery or something for the shop, i see active ecsommerce has it but seems alot of messing around everyone is going throughI only shared the multivendor..incase I get the refund addon..I will share. Currently only two are available. Cheers
OK THANKS....i want to try and setup woo delivery or something for the shop, i see active ecsommerce has it but seems alot of messing around everyone is going through
If Active e-commerce has delivery option then it's easy to implement in the "shop" just copy the required files.OK THANKS....i want to try and setup woo delivery or something for the shop, i see active ecsommerce has it but seems alot of messing around everyone is going through
IT HAS DELIVERY BOY ADDON BUT DONT THINK THAT WORK WITH SHOPIIf
If Active e-commerce has delivery option then it's easy to implement in the "shop" just copy the required files.
From that code.. it's easier to create an addon for delivery in shopIT HAS DELIVERY BOY ADDON BUT DONT THINK THAT WORK WITH SHOP
ok i am going to give it a try. thats how I learnFrom that code.. it's easier to create an addon for delivery in shop
ok i am going to give it a try. thats how I learn
I tried but it still there.Check your composer.json file and replace this repository mehedi-iitdu/core-component-repository with "isaacongoma/core-component-repository": "dev-master"
Then hit composer update
Show me your composer.json fileI tried but it still there.
I can login and it work normally except the Setting menu will redirect to the activation page.
HERE IT IS BROShow me your composer.json file
Put a comma (,) after this line "isaacongoma/core-component-repository": "dev-master" then hit "composer update"HERE IT IS BRO
{
"name": "laravel/laravel",
"description": "The Laravel Framework.",
"keywords": ["framework", "laravel"],
"license": "MIT",
"type": "project",
"require": {
"php": "^7.1.3",
"anandsiddharth/laravel-paytm-wallet": "^1.0",
"fideloper/proxy": "^4.0",
"guzzlehttp/guzzle": "^6.5",
"kingflamez/laravelrave": "^4.2",
"laracasts/flash": "^3.0",
"laracon21/colorcodeconverter": "1.2",
"laracon21/timezones": "1.2",
"laravel/framework": "8.*",
"laravel/passport": "^10.1.3",
"laravel/socialite": "^5.0",
"laravel/tinker": "^2.6.1",
"laravel/ui": "^3.3",
"lcobucci/jwt": "^3.4.5",
"league/flysystem-aws-s3-v3": "^1.0",
"maatwebsite/excel": "^3.1",
"isaacongoma/core-component-repository": "dev-master"
"niklasravnsborg/laravel-pdf": "^4.1",
"paypal/paypal-checkout-sdk": "dev-master",
"razorpay/razorpay": "2.*",
"spatie/db-dumper": "^2.17",
"spatie/laravel-permission": "^5.1",
"stripe/stripe-php": "7.*",
"unicodeveloper/laravel-paystack": "^1.0"
},
"require-dev": {
"barryvdh/laravel-debugbar": "^3.6",
"barryvdh/laravel-ide-helper": "^2.10",
"beyondcode/laravel-dump-server": "^1.0",
"filp/whoops": "^2.0",
"fzaninotto/faker": "^1.4",
"mockery/mockery": "^1.0",
"nunomaduro/collision": "^5.6.0",
"phpunit/phpunit": "^7.0"
},
"autoload": {
"classmap": [
"database/seeds",
"database/factories"
],
"psr-4": {
"App\\": "app/"
},
"files": ["app/Http/Helpers.php"]
},
"autoload-dev": {
"psr-4": {
"Tests\\": "tests/"
}
},
"extra": {
"laravel": {
"dont-discover": [
]
}
},
"scripts": {
"post-root-package-install": [
"@php -r \"file_exists('.env') || copy('.env.example', '.env');\""
],
"post-create-project-cmd": [
"@php artisan key:generate --ansi"
],
"post-autoload-dump": [
"Illuminate\\Foundation\\ComposerScripts:ostAutoloadDump",
"@php artisan package:discover --ansi"
]
},
"config": {
"preferred-install": "dist",
"sort-packages": true,
"optimize-autoloader": true
},
"minimum-stability": "dev",
"prefer-stable": true
}
I just wondering there has no folder (comp) name: isaacongoma/core-component-repositoryPut a comma (,) after this line "isaacongoma/core-component-repository": "dev-master" then hit "composer update"
Kindly do as I have asked you..it will work perfectly.I just wondering there has no folder (comp) name: isaacongoma/core-component-repository
Are you sure we can bypass it that way?
Check your composer.json file and replace this repository mehedi-iitdu/core-component-repository with "isaacongoma/core-component-repository": "dev-master",Hello, how to skip license activation step?