Hi, thanks in advance, Im trying to develop a local package, but Im not able to use the mailable file inside the package
Controller Head:
<?php
namespace Company\Subscription\Http\Controllers\Subscription;
use Illuminate\Support\Facades\Mail;
use Mail\PlanSuspend; (this path is actually vendor\company\subsccription\src\mail\PlanSuspend)
Path to Mailables inside a package
Hi, thanks in advance, Im trying to develop a local package, but Im not able to use the mailable file inside the package
Controller Head:
Controller function:
with everything I try I get Class 'xxxx\PlanSuspend' not found
Can somebody please help me, what is the correct path? I prefer not to publish the mailables to keep it clean