Product listings from users
database/seeders/ProductSeeder.php
file and run the seeder command to add to the database.
.env
file and add ADMIN_EMAIL=your_email@gmail.com
to the .env
file.subscribed
and ordered
scopes from the Product
model and used in the Products
livewire component.
\App\Http\Middleware\HasOrderForProduct::class
and for subscription use \App\Http\Middleware\HasSubscriptionForProduct::class
middleware.