An open API service indexing awesome lists of open source software.

https://github.com/eliyas5044/laravel-email


https://github.com/eliyas5044/laravel-email

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

## Laravel Email

After clone or download the project, cd into project folder and run these commands:

```
composer install
```
```
cp .env.example .env
```
```
php artisan key:generate
```

Change database credentials and run migrate command and seed database with dummy emails.

```
php artisan migrate --seed
```

> Run server to test

```
php artisan serve
```

Note: You may need to update email configuration in `.env` file.