• Stars
    star
    103
  • Rank 331,892 (Top 7 %)
  • Language
    PHP
  • License
    MIT License
  • Created almost 4 years ago
  • Updated about 2 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Simple application to generate weekly menus while providing list of ingredients for each meal to build a shopping list. WIP

Mealing

laravel tests workflow GitHub

A simple Laravel application to allow users to add recipes, and create generated menus for a week. With the menu this can also produce a list of all ingredients needed for the week of recipes that can be used as a shopping list.

Installation

  1. Download the latest release
    • git clone https://github.com/JustinByrne/Mealing.git
  2. Within the new directory run the following
    1. composer install
    2. cp .env.example .env
    3. php artisan key:generate
    4. php artisan storage:link
    5. php artisan migrate

During the installation process an admin account is created, this account has all permissions by default and any new ones as they are created.

email: [email protected]
password: password

It is advised that these details are changed straight after installation.