Skip to content

Instantly share code, notes, and snippets.

View cg0012's full-sized avatar

CG cg0012

  • Oklahoma USA
View GitHub Profile
// https://forum.laravel-livewire.com/t/open-modal-based-on-url
namespace App\Http\Livewire;
use App\Models\Product;
use Livewire\Component;
use Livewire\WithPagination;
use Illuminate\Database\Eloquent\Builder;
@cg0012
cg0012 / Cart
Last active May 5, 2021 05:04
Livewire Forum Help
{{-- https://forum.laravel-livewire.com/t/simple-wire-click-not-working/4318 --}}
<div>
<div>
<h1 class="text-center text-green-500 text-7xl">Votre panier</h1>
</div>
<div class="flex justify-center my-6">