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.
git clone https://github.com/JustinByrne/Mealing.git
composer install
cp .env.example .env
php artisan key:generate
php artisan storage:link
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: admin@example.com
password: password
It is advised that these details are changed straight after installation.