-
Ich konnte mich mit einem schwachen Passwort wie `0123456890` registrieren, weil Laravel nur acht Zeichen verlangte.
Wir können das besser.
@stevenobird Kannst du bitte einmal anschauen, ob eine […
-
I've tried integrating this with Fortify / Jetstream on my login page.
Below is in my FortifyServiceProvider
`
Fortify::authenticateUsing(function (Request $request) {
$user = User…
-
`Rule::enum` ignores `only` or `except` methods, which allows you to limit which enum values are allowed.
https://laravel.com/docs/master/validation#rule-enum
I've updated to latest version `0.1…
-
- Laravel Version:11.30.0
- PHP Version: 8.2.25
- Blueprint Version: ^2.10
- Platform: Linux
### Issue: When I created the request file, it was successfully made with the correct name, but i…
-
**✏️ Describe the bug**
If you make a property of a Data of type `bool`, then the Required auto rule will not be applied to it.
**↪️ To Reproduce**
```php
use Illuminate\Validation\ValidationE…
-
Some nice feature we may consider it.
https://laravel-news.com/2014/08/new-laravel-4-3-features/
Scheduler
https://laravel-news.com/2014/11/laravel-5-scheduler/
Attribute Casting
http://laravel.com/…
-
![image](https://github.com/open-admin-org/open-admin/assets/67356375/cbb0c4fd-20b3-4df3-821b-cea76d90c9e6)
**Describe the bug**
There is no red border displayed on the required SELECT DROPDOW…
-
# Tutorial : Multi Page / Step Form in Laravel with Validation | 5 Balloons
[https://5balloons.info/multi-page-step-form-in-laravel-with-validation/](https://5balloons.info/multi-page-step-form-in-…
-
# New invokable rule objects in Laravel 9.x — Amit Merchant — A blog on PHP, JavaScript, and more
Validating incoming HTTP requests is an integral part of any robust web application and if you work w…
-
The old Laravel (getUploadMaxFilesize();
$validationRules = ['sizebetween' => "between:0,${maxFilesize}"];
if ($fileTypes = $this->getAcceptedFileTypes()) {
…