PHP 7.4
laravel 5.1
- move .env.example to .env
- change .env file
- php migrate
- php db:seed
- load flow template fixtures
mysql -u lineblocs -p
use lineblocs;
source sql-backups/flows_templates_2.sql
- run migrations
php artisan tinker
require("./run_migrations.php");