Laravel 8 Stub Customization

9,979 Views When we use Laravel artisan command to generate controller, model, factory, migration etc then we can see we get a code skeleton of each associated class or file. That well written code skeleton called as Laravel stub. Laravel … Read more

Send Mail with PDF Attachment in Laravel 8

8,502 Views Sending Emails is a commonly used functionality in every application. Sometimes we send with some attachment or some times without any attachment. Inside this article we will see the concept of send mail with pdf attachment in laravel … Read more