Francisco Madeira

Results 6 issues of Francisco Madeira

> Same PR as #1009 but with a rebase, messed up the other PR somehow 🤦 . Hey guys, this PR adds an option to preserve the current url, this...

This PR adds the capability to change the `generalTimezones`. ## Before ```php $timezones = new Timezonelist(); $reflected = new \ReflectionClass($timezones); // @phpstan-ignore-next-line $property = tap($reflected->getProperty('generalTimezones')) ->setAccessible(true) ->setValue($timezones, ['UTC']); return $reflected->getMethod('toArray')->invoke($timezones,...

This PR adds the capibility to handle multiple lines: **Before:** **After:** Cheers, Great job on the series.

This PR adds the capability to have the `spin` function from Laravel Prompts. # New vs Old https://github.com/laravel/installer/assets/823088/53b3c77e-311e-4bfe-8b3b-8c84ffe3e1f6 And of course you can still pass the `-v` and have the...

This PR adds an option to preserve the current url. This is specially useful when there is an **infinite scroll pagination**. ## Before To the infinite scrolls using Inertia we...