Skip to main content

Code Examples of ammannbe/RecipeManager

Discover how to use Laravel's ammannbe/RecipeManager examples.

11 examples

Observers

Files in this example

  • app/Observers/Users/AuthorObserver.php
    • app/Providers/ObserverServiceProvider.php
      • config/app.php
View all examples

Global scopes

Files in this example

  • app/Models/OrderByNameScope.php
    • app/Models/Ingredients/Unit.php
View all examples

Laravel/fortify

Files in this example

  • composer.json
    • app/Actions/Fortify/CreateNewUser.php
      • app/Providers/FortifyServiceProvider.php
View all examples

Policies

Files in this example

  • app/Policies/Ingredients/IngredientGroupPolicy.php
    • app/Providers/AuthServiceProvider.php
      • app/Http/Controllers/Ingredients/IngredientGroupController.php
View all examples

Accessors

Files in this example

  • app/Models/Ingredients/Ingredient.php
    • resources/js/views/Recipe/Ingredient/Ingredient.vue
View all examples

Barryvdh/laravel-dompdf

Files in this example

  • composer.json
    • routes/api.php
      • app/Http/Controllers/Recipes/RecipeController.php
        • resources/views/pdf/recipe.blade.php
View all examples

Service providers

Files in this example

  • app/Providers/QueryLogServiceProvider.php
    • config/app.php
View all examples

Auth sanctum

Files in this example

  • composer.json
    • app/Http/Kernel.php
      • app/Models/Users/User.php
View all examples

Enum

Files in this example

  • database/migrations/2019_12_08_091942_create_recipes_table.php
    • app/Models/Recipes/Recipe.php
      • app/Http/Requests/Recipes/Recipe/Store.php
View all examples

File upload

Files in this example

  • composer.json
    • app/Models/Recipes/Recipe.php
      • app/Http/Controllers/Recipes/RecipePhotoController.php
View all examples

GroupBy

Files in this example

  • app/Http/Controllers/Ingredients/IngredientController.php
View all examples