TastyIgniter

(★ 3,735)

:fire: Powerful, yet easy to use, open-source online ordering, table reservation and management system for restaurants

File Explorer

  • .dockerignore
  • .editorconfig
  • .env.example
  • .gitattributes
  • .gitignore
  • .nginx.conf
  • artisan
  • composer.json
  • LICENSE.md
  • package.json
  • phpunit.xml
  • README.md
  • webpack.mix.js

# Installation Guide

php
Prerequisites

Setup Steps

cp .env.example .env

Copy the environment configuration file.

composer install

Install PHP dependency packages.

npm install && npm run dev

Install and build frontend dependencies.

php artisan key:generate

Generate application encryption key.

php artisan migrate

Run database migrations.

php artisan serve

Start the development server.

Key Commands

composer install

Install PHP packages defined in composer.json.

php artisan migrate

Create database tables and apply migrations.

php artisan serve

Start the local development server.

npm run dev

Compile assets for development environment.

You must correctly configure database connection details in the .env file before running.

# Use via CDN

jsDelivr

jsDelivr serves any public GitHub repository as a CDN with zero setup. Pick a version and a file to get a ready-to-paste link and snippet.

// repository documentation