ziming

Results 35 issues of ziming

An initial setup of rector, this is different from my other PR. My Other PR is more of a github action that run the downgrade rule on new PRs and...

Priority: COULD

Just a github action that run Rector on pull requests and point out where need to be downgraded to PHP 7.3 (the minimum PHP version Laravel 8 supports) and how....

Priority: COULD

## WHY ### BEFORE - What was wrong? What was happening before this PR? Backpack\CRUD\app\Http\Controllers\Auth\RegisterController has a min password length of 6 Backpack\CRUD\app\Library\Auth\ResetsPasswords.php has a min password length of 8...

Priority: COULD

## WHY ### BEFORE - What was wrong? What was happening before this PR? If the file is stored in a private S3 or private S3 compatible bucket, the image...

Minor Bug

I think this project can benefit from some static analysis with Larastan. It's quick and easy free "tests"after all https://github.com/nunomaduro/larastan Copied the code from https://github.com/spatie/package-skeleton-laravel with a little modification in...

Priority: SHOULD
Priority: COULD
next-version

Currently temporary() takes in a Carbon, to prevent expiry we have to be quite generous with the expiry datetime like 5 minutes. Wonder if it can be implemented more like...

It can be very helpful to easily get the currentStepIndex from the $wizard variable in our blade view. where we can do things like ```blade {{-- go previous step --}}...

It will be great if there is a prepareForValidation() method just like in Form Request. Will be helpful for checkbox fields especially. Where we want to do a $this->boolean('checkbox_field') I...

Hi there, Thanks for creating this excellent package. I tried to follow the tutorial at https://dev.to/area17/getting-started-with-blast-storybook-for-laravel-blade-c5c but encountered difficulties. Steps I tried: - composer require area17/blast - php artisan blast:launch...

When a Livewire component class has a mount method. Telescope toolbar stops working. Pasting the error log here below: htmlspecialchars() expects parameter 1 to be string, array given (View: /path-to-my-app/vendor/fruitcake/laravel-telescope-toolbar/resources/views/collectors/request.blade.php)...