Currently seeking new career opportunities in web development, particularly with Laravel, Hire Me
Laravel Sent Emails

Install

You can install the package via composer:

composer require dcblogdev/laravel-sent-emails

Migration

You can publish the migration with:

php artisan vendor:publish --provider="Dcblogdev\LaravelSentEmails\SentEmailsServiceProvider" --tag="migrations"

After the migration has been published you can the tables by running the migration:

php artisan migrate

Config

You can publish the config with:

php artisan vendor:publish --provider="Dcblogdev\LaravelSentEmails\SentEmailsServiceProvider" --tag="config"

After the config has been published you can change the route path for sentemails from /sentemails to anything you like such as /admin/sentemails:

'routepath' => 'sentemails'

Views

You can publish the view with:

php artisan vendor:publish --provider="Dcblogdev\LaravelSentEmails\SentEmailsServiceProvider" --tag="views"

The views will be published to resources/views/vendor/sentemails

You can change the views to match your theme if desired.

Laravel Modules Your Logo Your Logo Your Logo

Become a sponsor

Help support the blog so that I can continue creating new content!

Sponsor

My Latest Book

Modular Laravel Book - Laravel: The Modular way

Learn how to build modular applications with Laravel Find out more

Subscribe to my newsletter

Subscribe and get my books and product announcements.

Learn Laravel with Laracasts

Faster Laravel Hosting

© 2006 - 2024 DC Blog. All code MIT license. All rights reserved.