Paulund
2017-11-15 #resources

Laravel Interactive Make

Found this useful Laravel package which works you through the Laravel artisan make command. Using this package you can easily generate the commands for. - Auth

  • Controller
  • Command
  • Event
  • Job
  • Listener
  • Mail
  • Middleware
  • Migration
  • Model
  • Notification
  • Policy
  • Provider
  • Request
  • Seeder
  • Test

When you select a command you want to generate the package will walk you through the command and setup additional options for the different commands. This can be very useful if you're just getting started with Laravel development and want to know what things are capable from the different commands. Laravel Interactive make