What's new
  • The default language of any content posted is English.
    Do not create multi-accounts, you will be blocked! For more information about rules, limits, and more, visit the Help page.
    Found a dead link? Use the report button!
eGrocer - Online Multi Vendor Grocery Store, eCommerce Marketplace Flutter Full App with Admin Panel

NULLED eGrocer - Online Multi Vendor Grocery Store, eCommerce Marketplace Flutter Full App with Admin Panel 2.0.7 NULLED

eGrocer - Online Multi Vendor Grocery Store, eCommerce Marketplace Flutter Full App with Admin Panel v2.0.7​

v2.0.7 - ( 13 Feb 2025 )
+ [Added] Reorder option (Website, customer app)
+ [Improvement] Improve slug functionality
+ [Compatible] Flutter 3.27.3 - Seamlessly utilize the latest Flutter features (Customer app, partner app)
+ [Fixed] Other improvements and fixes
 
Reacted by:
  • Like
Reactions: raz0r
raz0r 's signature
Reacted by:
Yes ,, I am also getting the same error while the admin pannel installing, pls check and fix the error in code and then resend.
 
Reacted by:
same with me. when i try to installing with version 2.0.5 i have "AxiosError: Request failed with status code 500"
Read docs or "google" some info about laravel.

Manual install:
  1. Edit .env
  2. Run in console: php artisan migrate, php artisan db:seed, php artisan passport:install
  3. Put in storage file installed
  4. Run this SQL query in phpMyAdmin:
Code:
INSERT INTO `admins` (`username`, `email`, `password`, `role_id`, `created_by`, `created_at`, `updated_at`)
VALUES ('superadmin', '[email protected]', '$2a$12$v0bZ1ZfQhfWGknL5qLu2pebUQmrD6/UMUROW6vRwtnmsJ34Mfffmu', 1, 1, NOW(), NOW());
Login with data: [email protected]: nullcave
 
raz0r 's signature
Reacted by:
  • Like
Reactions: brodod709
Read docs or "google" some info about laravel.

Manual install:
  1. Edit .env
  2. Run in console: php artisan migrate, php artisan db:seed, php artisan passport:install
  3. Put in storage file installed
  4. Run this SQL query in phpMyAdmin:
Code:
INSERT INTO `admins` (`username`, `email`, `password`, `role_id`, `created_by`, `created_at`, `updated_at`)
VALUES ('superadmin', '[email protected]', '$2a$12$v0bZ1ZfQhfWGknL5qLu2pebUQmrD6/UMUROW6vRwtnmsJ34Mfffmu', 1, 1, NOW(), NOW());
Login with data: [email protected]: nullcave
Lot of thanks sir, i will try it
 
Reacted by:
Read docs or "google" some info about laravel.

Manual install:
  1. Edit .env
  2. Run in console: php artisan migrate, php artisan db:seed, php artisan passport:install
  3. Put in storage file installed
  4. Run this SQL query in phpMyAdmin:
Code:
INSERT INTO `admins` (`username`, `email`, `password`, `role_id`, `created_by`, `created_at`, `updated_at`)
VALUES ('superadmin', '[email protected]', '$2a$12$v0bZ1ZfQhfWGknL5qLu2pebUQmrD6/UMUROW6vRwtnmsJ34Mfffmu', 1, 1, NOW(), NOW());
Login with data: [email protected]: nullcave
This Method worked charm, thanks @raz0r
if any problem with Symlinks (image not working) on shared hosting or Hostinger just pointing to your root directory and type this code on your terminal :

ln -s $(pwd)/storage/app/public $(pwd)/public/storage
 
Reacted by:
Top