Skip to content

thienhv-dev/fast_food

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Fast food management

Laravel 7.x

Quick Start

  • Install the package through Composer.
  • Clone this repository and install the dependencies.
    git clone https://github.com/thienhv-dev/fast_food.git
    cd src/
    composer install && composer update
  • Run the command below to initialize. Do not forget to configure your .env file.
    cp .env.example => .env
  • Add composer.json
    "autoload": {
        "files": [
        "app/Helpers/function.php"
        ]  

    composer dump-autoload
  • Run Sql (Sql - trigger)
    php artisan migrate
    or
    import file sql/*.sql
  • Finally, serve the application.
    php artisan serve

Screenshots

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors