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.
- Host: GitHub
- URL: https://github.com/dionisvl/php.laravel.email-builder
- Owner: dionisvl
- Created: 2020-03-08T17:37:46.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2025-01-31T16:24:38.000Z (over 1 year ago)
- Last Synced: 2025-03-26T18:19:43.998Z (over 1 year ago)
- Topics: email-builder, html-page-constructor, laravel
- Language: PHP
- Homepage:
- Size: 156 KB
- Stars: 6
- Watchers: 0
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```