Harrison R
Harrison R
Same problem here
> > Hey everyone, > > When opening the modal with JavaScript, please use the `modal.hide();` method by manually adding the event listener to the close button. > > The...
> Hi guys. > > Coming from bootstrap modals (pure HTML and Vue), this seems hacky. If I initialize the modal via JS, and toggle it via JS, and then...
All good I think actually, I changed ``` match ($this->driver()) { 'mariadb', 'mysql' => $table->char('key_hash', 16)->charset('binary')->virtualAs('unhex(md5(`key`))'), 'pgsql' => $table->uuid('key_hash')->storedAs('md5("key")::uuid'), 'sqlite' => $table->string('key_hash'), }; ``` to: ``` $table->string('key_hash'); ```
I've opened a pull request for this. Got it working on my Laravel 12 install.
I had the same issue. I've forked this project to rebuild it to get rid of this issue so I might publish it if you need it. Plus a few...
> After searching for too long, I decided to create a package myself since none met my requirements. Feel free to check it out here: https://github.com/200-0K/larasub > > Note: _It's...
> > Nice, does it have the ability to set features to not reset? ie if I wanted a user to have 1 domain, the usage never resets unless its...
> > > > Nice, does it have the ability to set features to not reset? ie if I wanted a user to have 1 domain, the usage never resets...
> > > > Nice, does it have the ability to set features to not reset? ie if I wanted a user to have 1 domain, the usage never resets...