Download the PHP package vikramsra/email-log-to-db without Composer

On this page you can find all versions of the php package vikramsra/email-log-to-db. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package email-log-to-db

Email Log to Database - Laravel Plugin

A Laravel plugin to log email information to a database table and provide a user interface for viewing, filtering, and managing email logs. This plugin is intended to help developers keep track of emails sent through their application.

Features

Installation

Step 1: Install the Package

Clone or install this package into your plugins directory. Alternatively, you can add it to your composer.json as a local package:

Step 2: Add Service Provider

Add the EmailLogServiceProvider to your bootstrap/providers.php file or in your composer.json to automatically register the provider:

Register in bootstrap/providers.php

Step 3: Run Migrations

This package includes a migration to create the email_logs table. Run the migration using:

Usage

Step 1: Log Emails

The package will automatically log emails sent from your Laravel application. No further configuration is needed.

Step 2: View Email Logs

You can access the email logs in your Laravel application by visiting /email-logs.

The logs are presented in a user-friendly table with the following features:

Step 3: Overriding Views

If you need to customize the views, simply create corresponding Blade files in your main Laravel application at resources/views/vendor/emailLogs/.

For example:

Laravel will automatically prioritize these views over the package-provided ones.

Available Routes

Customization

Overriding the Default Views

The package provides a default UI to manage the email logs. If you want to modify the views to fit your application's style, you can override them without publishing:

Requirements

Contributing

If you would like to contribute, please open a pull request or an issue in the repository. Contributions are always welcome!

License

This package is open-source software licensed under the MIT license.


All versions of email-log-to-db with dependencies

PHP Build Version
Package Version
Requires php Version ^8.2
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package vikramsra/email-log-to-db contains the following files

Loading the files please wait ....