Home /

Blog

Filtered on: Commands Unset

Blog

My random ramblings

Below you can read various blog posts about Laravel, Vue.js or other techniques. That depends on my mood.

Loading blogposts...

Create migration and controller for make:model using flags

One of the most frequently used commands while building a project is the php artisan make:model command. But did you know you can pass additional flags to quickly generate (RESTful) controllers and a migration file?