New in Laravel. Probably a silly question. I had setup database like this:
\'mysql\' => [ \'driver\' => \'mysql\', \'host\' => env(\
The migrations will be created without a prefix. After running php artisan migrate you should see tables with prefixes
php artisan migrate