Mealing icon indicating copy to clipboard operation
Mealing copied to clipboard

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

Results 5 Mealing issues
Sort by recently updated
recently updated
newest added

This pull request includes changes for migrating from Laravel Mix to Vite outlined in [Migration Guide](https://github.com/laravel/vite-plugin/blob/main/UPGRADE.md#migrating-from-laravel-mix-to-vite) and automated by the [Vite Converter](https://laravelshift.com/convert-laravel-mix-to-vite). **Before merging**, you need to: - Checkout the...

It is impossible to load and display images for recipes.

The category (diner, dessert or so...) is not displayed when you display all recipe details(show.blade.php).

The maximum of ingredient number in a given Recipe is limited to 4. How to change that ? Thank you.