TastyIgniter
:fire: Powerful, yet easy to use, open-source online ordering, table reservation and management system for restaurants
File Explorer
- build-release-zip.sh
- pipeline.yml
- release.yml
- Kernel.php
- Handler.php
- Controller.php
- Authenticate.php
- EncryptCookies.php
- PreventRequestsDuringMaintenance.php
- RedirectIfAuthenticated.php
- TrimStrings.php
- TrustHosts.php
- TrustProxies.php
- VerifyCsrfToken.php
- Kernel.php
- User.php
- AppServiceProvider.php
- AuthServiceProvider.php
- BroadcastServiceProvider.php
- EventServiceProvider.php
- RouteServiceProvider.php
- .gitignore
- app.php
- app.php
- auth.php
- broadcasting.php
- cache.php
- cors.php
- database.php
- filesystems.php
- hashing.php
- logging.php
- mail.php
- queue.php
- sanctum.php
- services.php
- session.php
- view.php
- UserFactory.php
- 2014_10_12_000000_create_users_table.php
- 2014_10_12_100000_create_password_resets_table.php
- 2019_08_19_000000_create_failed_jobs_table.php
- 2019_12_14_000001_create_personal_access_tokens_table.php
- DatabaseSeeder.php
- .gitignore
- .gitignore
- auth.php
- pagination.php
- passwords.php
- validation.php
- .gitignore
- .htaccess
- favicon.svg
- index.php
- robots.txt
- app.css
- app.js
- .gitkeep
- api.php
- channels.php
- console.php
- web.php
- .gitignore
- .gitignore
- .gitignore
- .gitignore
- .gitignore
- .gitignore
- .gitignore
- .gitignore
- .gitignore
- .gitignore
- .gitignore
- .gitignore
- ExampleTest.php
- ExampleTest.php
- CreatesApplication.php
- TestCase.php
- .gitignore
- .dockerignore
- .editorconfig
- .env.example
- .gitattributes
- .gitignore
- .nginx.conf
- artisan
- composer.json
- LICENSE.md
- package.json
- phpunit.xml
- README.md
- webpack.mix.js
# Installation Guide
phpPrerequisites
- PHP ^8.3
- Composer latest
- Node.js & NPM latest
- Database (MySQL / MariaDB) latest
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
jsDelivrjsDelivr 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.
Link
Example
// repository documentation
Was this content helpful?
(0 ratings)
