Skip to content

dionisvl/php.laravel.email-builder

Repository files navigation

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

crafting

Чтобы создать фабрики, миграции, модели и ресурсный контроллер выполните:

php artisan make:model Block -a
php artisan make:model Type -a
php artisan make:model Template -a

About

Email and landing page constructor prototype.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published