Options, can be converted to a Laravel validation rule: $request->validate([ // ['in:frodo,sam,merry,pippin'] 'hobbit' => Options::forEnum(Hobbit::class)->toValidationRule() ]); When options are nullable, the validation rule automatically will become nullable: $request->validate([ //...
An example from the readme illustrates how this package can help ease working with select options in Laravel applications. Given an enum, you can use this package to build options: enumHobbit:string { caseFrodo='frodo'; caseSam='sam'; ...
A simple blog editing system made with Laravel + Tailwind CSS and Alpine.js - feat(roles): create enum UserRole and Arrayable interface · fedesoriadev/laravel-blog-app@5571fad
Generate a Laravel CRUD (Create, Read, Update, Delete) in 5 minutes. Are you building your App on Laravel? That's a great choice🎉. You must be planning an Admin panel for it. Well, if you're building one... Karan Datwani Published on 21 April 2024 ...
c31566602 fix(laravel): api_doc route regex ebc61d59d fix(laravel): entrypoint serialization (#6541) # Features 03357fb90 feat(laravel): supports more Eloquent types (#6544) 05e75be83 feat(doctrine): add new filter for filtering an entity using PHP backed enum, resolves #6506 (#6547) ...
What's New in Laravel 9 Laravel 9 is here, and along with it comes a wide array of useful new features and tweaks. This includes an improved accessor/mutator API, better support for Enum casting, forced scope bindings, a new database engine for Laravel Scout, and so...
What's New in Laravel 9 Laravel 9 is here, and along with it comes a wide array of useful new features and tweaks. This includes an improved accessor/mutator API, better support for Enum casting, forced scope bindings, a new database engine for Laravel Scout, and so much more.If ...
17c916c3a fix(symfony): BackedEnumProvider typo fix (#6769) 216d9ccaa fix(serializer): fetch type on normalization error when possible (#6761) 2f967d934 fix(doctrine): throw an exception when a filter is not found in a parameter (#6767) 6c9b508b0 fix(laravel): remove link header ...
This enables your existing PHP CLI app built with something like Laravel Zero to be truly portable as the end user will no longer need PHP to be installed to run your application. Requirements Haulable currently only runs on MacOS/Linux; however, it will package your CLI for Windows. Your ...
Toolkit to quickly build powerful mobile-friendly CRUD (create/read/update/delete) interfaces for PHP, Laravel, and Codeigniter apps. Works with MySQL and other databases. - skyronic/crudkit