Sending emails has a huge part in most systems. Emails for registration, notifications, information letters, and promotions are only a small part of what we use emails these days. As a developer and huge supporter of the PHP – Laravel eco-system, there are several ways to send an email to one person or group of… Continue reading Send Email or Laravel Queues
Tag: laravel
Laravel Compass Integration
REST assistant for the Laravel framework Laravel Compass is an elegant REST assistant for the Laravel framework that you can use to test API calls and create API documentation. it provides automatically endpoints for GET, POST, PUT/PATCH, DELETE, various auth mechanisms, and other utility endpoints based on Laravel routes in your project. Laravel Compass require PHP… Continue reading Laravel Compass Integration