Chris Thompson

Results 10 issues of Chris Thompson

resolves https://github.com/khadegd/laravel-breeze-bootstrap/issues/4

__Description__ If mail is sent from a job that is queued on a driver other than `sync` (i.e. `redis`) then the tenant routes won't have been loaded. --- __Actual behavior__...

I know this isn't exactly a bug report, but I couldn't figure out how to surface this correctly. https://521dimensions.com/open-source/amplitudejs/docs/installation/#option-2-automatic-install-via-npm >Amplitude.js is now available for use! All that's left is initializing...

Bug: Confirmed 🐛

The package's overloading of the `Blueprint` object pummels defined prefixes for the configured connection. This causes migrations to not respect table and index prefix. Reference https://github.com/laravel/framework/blob/8.x/src/Illuminate/Database/Schema/Builder.php#L347

Once my rtorrent install reaches around 1000 torrents, it seems to stop functioning well. I can't add torrents, magnet links that are added remain as the md5 titles/filenames. Stopping and...

Added Laravel 5.8 compatibility. Blades aren't using reverse routing, so we've added that.

MailChimp merge tags use `*|` and `|*` to open and close the tags. When an HTML email is run through the inliner, these come back as `*%7CUNSUB%7C*` https://github.com/tijsverkoyen/CssToInlineStyles/blob/master/example/examples/sumo/index.htm#L6 has an...

Related to laravel/framework#31978, this commit fixes #333 and #332

https://github.com/gazsp/baum/blob/feature/2.0/src/Baum/Providers/BaumServiceProvider.php#L5 is looking for ``` use Baum\Console\BaumCommand; ``` Which isn't part of the repo.

The Livewire column type doesn't have the `HasTitleCallback` trait, so you can't use `->title()`. ### All Submissions: * [x] Have you followed the guidelines in our Contributing document? * [x]...