Skip to content

pillar-chan/TastyIgniter

 
 

Repository files navigation

TastyIgniter 🔥

Packagist Build Status License

TastyIgniter is a free open source restaurant ordering and management system. TastyIgniter provides a professional and reliable platform for restaurants wanting to offer online ordering to their customers.

Installation

TastyIgniter v3 (uses Laravel PHP framework) is currently in beta and should not be used in production. Join the Dev Team to follow along with our progress. See branch 2.1.x for a stable version.

Wizard Installation

  1. Download and unzip the setup archive file into an empty directory on your server.
  2. Create a MySQL user database for TastyIgniter.
  3. Extract and upload the setup archive contents to your server. Normally the setup.php file will be at your root.
  4. Grant write permissions on the setup directory, its subdirectories and files.
  5. Run the TastyIgniter setup script by accessing setup.php in your web browser. Example, http://example.com/setup.php or http://example.com/folder/setup.php
  6. Follow all onscreen instructions and make sure all installation requirements are checked.

Manual Installation

composer create-project tastyigniter/tastyigniter .

After running the above command, run the install command

php artisan igniter:install

The install command will guide you through the process of setting up TastyIgniter for the first time. It will ask for the database configuration, application URL and administrator details.

Read the Installation Guide for more information.

Community and Support

Contributing

TastyIgniter is open-source and we would love your help building it! Please read the Contributing Guidelines to learn how you can help.

Credits

  • Laravel - Open source full-stack framework.
  • october/rain - OctoberCMS foundation library
  • Bootstrap 4 - Open source front end framework.
  • Samuel Adepoyigi
  • All Contributors

License

Starting with version 3.0.0 TastyIgniter is licensed under the The MIT License (MIT). Older versions were GPL-licensed.

About

Open Source Restaurant Online Ordering, Table Reservation and Management System

Resources

License

Contributing

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • PHP 70.3%
  • CSS 21.9%
  • JavaScript 7.6%
  • Other 0.2%