Download the PHP package jeremykenedy/laravel-email-database-log without Composer
On this page you can find all versions of the php package jeremykenedy/laravel-email-database-log. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download jeremykenedy/laravel-email-database-log
More information about jeremykenedy/laravel-email-database-log
Files in jeremykenedy/laravel-email-database-log
Download jeremykenedy/laravel-email-database-log
More information about jeremykenedy/laravel-email-database-log
Files in jeremykenedy/laravel-email-database-log
Vendor jeremykenedy
Package laravel-email-database-log
Short Description A database logger for all outgoing emails sent by your Laravel application.
License MIT
Package laravel-email-database-log
Short Description A database logger for all outgoing emails sent by your Laravel application.
License MIT
Please rate this library. Is it a good library?
Informations about the package laravel-email-database-log
Laravel Email Database Log
A database logger for all outgoing emails sent by your Laravel application.
Table of contents
- Requirements
- Installation Instructions
- Publish All Assets
- Usage
- File Tree
- License
Requirements
Installation Instructions
-
From your projects root folder in terminal run:
- Register the package
-
Laravel 5.5 and up Uses package auto discovery feature, no need to edit the
config/app.php
file. - Laravel 5.4 and below
Register the package with laravel in
config/app.php
underproviders
with the following:
-
Publish the packages migration files by running the following from your projects root folder:
- From your projects root folder in terminal run the migration:
Usage
After installation, any email sent by your application will be logged to email_log
table in the site's database.
File Tree
- Tree command can be installed using brew:
brew install tree
- File tree generated using command
tree -a -I '.git|node_modules|vendor|storage|tests'
License
Laravel Email Database Log is licensed under the MIT license. Enjoy!
All versions of laravel-email-database-log with dependencies
PHP Build Version
Package Version
Requires
php Version
^8.0.2|^8.1|^8.2
illuminate/support Version ^8.5|^9.0|^10.0
doctrine/dbal Version ^3.6
nesbot/carbon Version ^2.66
illuminate/support Version ^8.5|^9.0|^10.0
doctrine/dbal Version ^3.6
nesbot/carbon Version ^2.66
The package jeremykenedy/laravel-email-database-log contains the following files
Loading the files please wait ....