Laravel Packages

Interactive Make Command

Published
Interactive Make Command image

The Interactive Make Command is a new package by Laracademy that allows you to get interactive questions after running php artisan make.

On the project page they have created this animated Gif which gives a great overview of how the package works:

For more information check out the project page on Github and you can install it easily through composer:

composer require laracademy/interactive-make

Then add its service provider to the config/app.php:

Laracademy\Commands\MakeServiceProvider::class,

Finally, run php artisan make to get a list of the commands available.

Eric L. Barnes photo

Eric is the creator of Laravel News and has been covering Laravel since 2012.

Sponsored

acquaintsoft logo
Acquaint Softtech

Hire Laravel developers with AI expertise at $20/hr. Get started in 48 hours.

Visit Acquaint Softtech

The latest

View all →
Laravel Auditor Audits Your App With Your Own AI Agent image

Laravel Auditor Audits Your App With Your Own AI Agent

Read article
A simple form builder that stays out of your way image

A simple form builder that stays out of your way

Read article
Laravel AI: Trace Agent Runs With Lifecycle Events image

Laravel AI: Trace Agent Runs With Lifecycle Events

Read article
Laravel AI: Get Raw HTTP Responses and Rate Limits image

Laravel AI: Get Raw HTTP Responses and Rate Limits

Read article
Agent Run Observability in Laravel AI SDK 0.11 image

Agent Run Observability in Laravel AI SDK 0.11

Read article
Debounced Queued Event Listeners in Laravel image

Debounced Queued Event Listeners in Laravel

Read article