Elliot

Results 13 issues of Elliot

This is fantastic. Would be useful to have the auth routes for Register / Login / Forgotten Password as per the laravel preset for Tailwind. I might submit a PR...

enhancement

With [Pipe Dream](https://github.com/pipe-dream/laravel-create) you can sketch out your models and use these file factories to create Laravel App files or Laravel Nova files: https://github.com/topics/pipe-dream-file-factory It would be incredible if there...

I can only get the marker to be on the correct spot by adding: ``` .mapboxgl-marker { position: absolute; top: 0; } ``` I wonder if I'm doing something wrong...

I'm not sure if a Feature Request or already possible. I'm designing my DB schema using the rather good [Laravel Schematics](https://github.com/mtolhuys/laravel-schematics) package. Is there a way to hand off to...

On smaller screens the container increases in size, but the map does not. It seems the map canvas width and height is generated and injected into the dom element. eg....

I've been using Laravel Query Detector alongside the great barryvdh/laravel-debugbar package: https://github.com/beyondcode/laravel-query-detector I also use Telescope and thought likely better to Use Telescope and Telescope Toolbar ongoing but really miss...

Just an FYI I was unable to compile due to an error generated once I installed Nova... ``` WARNING in ./resources/lang/vendor/nova/en.json Module parse failed: Unexpected token m in JSON at...

Using PHPStan with FlexiblePresenter and getting: `Access to an undefined property App\Presenters\UserPresenter::$id.` Wondering how best to handle this and should we be explicitly defining properties within the presenter class?

I have two password fields. The second is a confirmation that the password matches the first. I need to: 1. check score is strong on first field only & 2....

- Root composer.json requires outl1ne/nova-tailwind, it could not be found in any version, there may be a typo in the package name.