Criar tabelas com o artisan:migrate php artisan migrate:make create_filmes_table --table=filmes --create /app/database/migrations/xxx_create_filmes_table.php <?php use Illuminate\Database\Schema\Blueprint;