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

https://github.com/dionisvl/php.laravel.email-builder

Email and landing page constructor prototype.
https://github.com/dionisvl/php.laravel.email-builder

email-builder html-page-constructor laravel

Last synced: over 1 year ago
JSON representation

Email and landing page constructor prototype.

Awesome Lists containing this project

README

          

## Laravel Email
#### install
- git clone THIS_REPO
- composer update
- cp .env.example .env
- php artisan key:generate
- craate empty database
- php artisan migrate
- php artisan storage:link

### Constructor blocks crafting
```
php artisan make:model Block -a
php artisan make:model Type -a
php artisan make:model Template -a
```