My first laravel app for production was a website for a financial service company. Just a website, it wasn't meant to manage their processes, even though I made provisions for job posting and applications among other things. Sooner or later in building the website, I noticed the migration files is growing larger than what I wanted in a single folder.
Quickly I started my second project which turns out to be a relatively big utility application.
This single command will create a table with the name “tablenames” inside the admin folder in the migrations folder.