Reading List
Preview Laravel’s migrations with the pretend flag from David Peach RSS feed.
Preview Laravel’s migrations with the pretend flag
Here is the command to preview your Laravel migrations without running them: Laravel’s migrations give us the power to easily version control our database schema creations and updates. In a recent task at work, I needed to find out why a particular migration was failing. This is when I discovered the simple but super-useful flag… Continue reading Preview Laravel’s migrations with the pretend flag