Tutorials for enum
- 
    
                    -front_list.jpg) · 13 min read · premium · 13 min read · premiumEloquent Performance: Enum VS Int/Tinyint and SoftDeletes
- 
    
                    ;-(14)-front_list.jpg) · 1 min read · 1 min readLaravel Enum in DB: How to Add New or Modify Old Values
- 
    
         January 25, 2022 · 9:35 mins January 25, 2022 · 9:35 minsVideo: Enum PHP 8.1 Classes in Laravel: Practical Example
- 
    
         July 04, 2024 · 8:52 mins July 04, 2024 · 8:52 minsVideo: Eloquent Where ENUM vs Int Foreign Key: Speed Benchmark
- 
    
         October 22, 2021 · 3:36 mins October 22, 2021 · 3:36 minsVideo: Why I Don't Like ENUMs in Database
- 
    
          Package: BenSampo/laravel-enumSimple, extensible and powerful enumeration implementation for Laravel 
- 
    
          Code example: ammannbe/RecipeManagerFiles in the example- 
                    database/migrations/2019_12_08_091942_create_recipes_table.php
- 
                    app/Models/Recipes/Recipe.php
- 
                    app/Http/Requests/Recipes/Recipe/Store.php
 
- 
                    
- 
    
          Code example: spatie/spatie.beFiles in the example- 
                    composer.json
- 
                    app/Models/Enums/TechnologyType.php
- 
                    app/Models/Technology.php
- 
                    app/Nova/Technology.php
 
- 
                    
- 
    
          Code example: Astrotomic/opendor.meFiles in the example- 
                    composer.json
- 
                    app/Enums/BlockReason.php
- 
                    app/Filament/Resources/OrganizationResource.php
 
- 
                    
- 
    
         July 29, 2024 · 3:05 mins July 29, 2024 · 3:05 minsVideo: Laravel: Route ENUM Binding Example
- 
    
         December 18, 2024 · 2:55 mins December 18, 2024 · 2:55 minsVideo: PHP Enum with Laravel Exceptions: Practical Example
- 
    
         February 10, 2025 · 2:32 mins February 10, 2025 · 2:32 minsVideo: PHP Enum with Custom Method: Creative Example
- 
    
          Code example: area17/twillFiles in the example- 
                    composer.json
- 
                    src/Models/Enums/UserRole.php
- 
                    src/Models/User.php
- 
                    src/Http/Controllers/Admin/UserController.php
 
- 
                    
- 
    
          Code example: firefly-iii/firefly-iiiFiles in the example- 
                    app/Enums/ClauseType.php
- 
                    app/Api/V1/Requests/Data/Bulk/TransactionRequest.php
 
- 
                    
- 
    
          Code example: mateusjatenee/crypto-trackerFiles in the example- 
                    app/Models/Account.php
- 
                    app/Http/Livewire/AccountsTable.php
- 
                    app/Enums/AccountType.php
 
- 
                    
- 
    
          Code example: MdMostaFizurRahaman/ecommerceFiles in the example- 
                    composer.json
- 
                    app/Enums/AddressType.php
- 
                    app/Models/Delivery.php
 
- 
                    
- 
    
          Code example: caneara/tipseaFiles in the example- 
                    app/Enums/NotificationType.php
- 
                    app/Models/Notification.php
- 
                    app/Actions/Like/StoreAction.php
 
- 
                    
- 
    
          Code example: protonemedia/eddy-server-managementFiles in the example- 
                    app/Server/Software.php
- 
                    app/Http/Controllers/SoftwareController.php
 
- 
                    
- 
    
          Code example: unopim/unopimFiles in the example- 
                    packages/Webkul/DataGrid/src/Enums/ColumnTypeEnum.php
- 
                    packages/Webkul/DataGrid/src/Column.php
 
- 
                    
-front_list.jpg) 
                        -front_list.jpg) 
                        -front_list.jpg)