Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 482 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 482 Bytes

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