408 commandes partagées

Ta mémoire technique
collaborative

Ne perds plus jamais une commande. Recherche, copie et partage tes solutions techniques en quelques secondes.

CodeBox
408 Commandes
13 Développeurs
99 Technologies

37 résultat(s) pour "make"

Génère un Enum PHP 8.1+ (Laravel 11+).

bash
php artisan make:enum NomEnum

Génère un test unitaire PHPUnit.

bash
php artisan make:test NomTest --unit

Génère un test fonctionnel PHPUnit.

bash
php artisan make:test NomTest

Génère un composant Blade avec sa classe et sa vue.

bash
php artisan make:component NomComponent

Génère un composant Blade sans fichier de vue séparé.

bash
php artisan make:component NomComponent --inline

Affiche l'aide détaillée d'une commande Artisan.

bash
php artisan help make:model

Génère une Notification (email, SMS, etc.).

bash
php artisan make:notification NomNotification