Skip to content

Instantly share code, notes, and snippets.

View alangiacomin's full-sized avatar

Alan Giacomin alangiacomin

View GitHub Profile
@alangiacomin
alangiacomin / Job_AddMyModel.php
Last active May 12, 2025 19:59
LaravelBasePack feedback and refactor
<?php
namespace App\Jobs;
use App\Models\MyModel;
use Illuminate\Contracts\Queue\ShouldQueue;
use Illuminate\Foundation\Bus\Dispatchable;
use Illuminate\Foundation\Queue\Queueable;
use Illuminate\Queue\InteractsWithQueue;
use Illuminate\Queue\SerializesModels;