DigiRestro - Single Owner Multiple Restaurant QR Menu Generator

DigiRestro - Single Owner Multiple Restaurant QR Menu Generator 29 November 2022

No permission to download
newimage Sergeant Major
Staff member
Moderating
badge id 104 You Are Richer badge id 109 NullPro Uploader
Jun 28, 2020
2,192
5,624
$6,167
thanks to dear member @newimage submitted a new resource:

DigiRestro - Single Owner Multiple Restaurant QR Menu Generator - DigiRestro allows owner to add multiple restaurant and generate QR to go digital.

View attachment 38639


DigiRestro allows owner to add multiple restaurant and generate QR to go digital. With the help of this qr customers can scan the QR code and check the menu on their phones.

DigiRestro is perfect tool for restaurants, bars, cafeterias, pizzerias, hotels, and other types of business to provide their customers the ability to view your restaurant’s menu with an attractive digital QR menu...

Read more about this resource...
 
Tested:
Bash:
[root@localhost ~]# cd /www/wwwroot/188.188.188.108/digi_resto
[root@localhost digi_resto]#  php artisan key:generate

   INFO  Application key set successfully.

[root@localhost digi_resto]# php artisan storage:link

   INFO  The [public/storage] link has been connected to [storage/app/public].

[root@localhost digi_resto]# php artisan migrate --seed

   INFO  Preparing database.

  Creating migration table .............................................................. 17ms DONE

   INFO  Running migrations.

  2014_10_12_000000_create_users_table .................................................. 84ms DONE
  2014_10_12_100000_create_password_resets_table ........................................ 21ms DONE
  2019_08_19_000000_create_failed_jobs_table ............................................ 21ms DONE
  2019_12_14_000001_create_personal_access_tokens_table ................................. 31ms DONE
  2022_08_04_100654_create_restaurant_table ............................................. 53ms DONE
  2022_08_04_100829_add_restaurant_id_in_user_table .................................... 182ms DONE
  2022_08_04_111506_create_food_categories_table ........................................ 95ms DONE
  2022_08_04_111911_create_food_table .................................................. 149ms DONE
  2022_08_10_103211_add_zip_in_restaurant_table ......................................... 37ms DONE
  2022_08_15_062131_change_food_to_foods_table_name ..................................... 17ms DONE
  2022_08_16_064658_add_q_r_details_fieald_in_restaruants_table ......................... 35ms DONE
  2022_08_22_140522_change_language_to_lang_category_name_in_food_category_table ........ 54ms DONE
  2022_08_22_160632_change_lang_to_lang_name_and_lang_desc_in_foods_table ............... 44ms DONE
  2022_08_23_144821_add_theme_field_in_restaurant ....................................... 34ms DONE
  2022_08_23_155835_create_languages_table .............................................. 28ms DONE
  2022_08_26_142640_add_user_type_field_in_users_table .................................. 30ms DONE
  2022_08_26_152746_create_food_food_category_pivot_table ............................... 92ms DONE
  2022_08_26_154531_remove_food_category_id_in_foods_table .............................. 46ms DONE
  2022_08_29_102505_add_index_field_in_food_categories_table ............................ 19ms DONE
  2022_08_29_103413_add_index_field_in_food_food_category_table ......................... 11ms DONE
  2022_09_06_152331_change_index_to_sort_order_in_categoiry_tabel_and_food_food_category_table  52ms DONE
  2022_09_06_155901_add_sort_name_set_index_in_languages_table .......................... 53ms DONE
  2022_09_20_102410_add_gallary_image_in_foods_table .................................... 19ms DONE
  2022_09_23_114751_add_dark_logo_in_restaurant_table ................................... 34ms DONE

   INFO  Seeding database.

  Database\Seeders\AdminUserAndRestaruantSeeder Success, User Created!........................................ 259ms DONE
  Database\Seeders\DefulatLangeuageSeeder ................................................ 5ms DONE
[root@localhost digi_resto]#

12202209_01.jpg



Installation process.

The following process will be used to install admin dashboard using package manager

1. Server Requirements: https://laravel.com/docs/9.x/deployment#server-requirements

2. Install php package manager Composer : Please install latest version of composer from https://getcomposer.org

3. This project is using Laravel version 9.x. https://laravel.com/docs/9.x

4. Copy laravel folder from themeforest bundle and extract to your suitable directory or folder.

5. Open terminal or command prompt with installation directory/folder.

6. Install PHP dependencies: composer install

7. Create new .env file from copying .env.example

Note:- Fill the database connection details in ".env"
DB_DATABASE=DATABASE_NAME
DB_USERNAME=DATABASE_USERNAME
DB_PASSWORD=DATABASE_PASSWORD

8. Generate laravel app key php artisan key:generate and php artisan storage:link

9. Generate database and admin login php artisan migrate --seed

System default login.

Email: [email protected]
Password: Admin@123#

if you can not to seed datbase ,you can import nullpro.sql
checked by nullpro.cc @newimage
 
Back
Top