457 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
457 Commandes
26 Développeurs
99 Technologies

36 résultat(s) pour "make"

Génère un Eloquent Scope réutilisable.

bash
php artisan make:scope NomScope

Génère une classe Event.

bash
php artisan make:event NomEvent

Génère un Middleware.

bash
php artisan make:middleware NomMiddleware

Génère une Factory liée à un Model.

bash
php artisan make:factory NomFactory --model=NomModel

Génère un Eloquent Model.

bash
php artisan make:model NomModel

Génère un Observer pour les événements Eloquent.

bash
php artisan make:observer NomObserver --model=NomModel

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

bash
php artisan make:component NomComponent --inline

Génère un test unitaire PHPUnit.

bash
php artisan make:test NomTest --unit

Génère une migration pour modifier une table existante.

bash
php artisan make:migration add_colonne_to_table_table --table=table

Génère une classe Exception personnalisée.

bash
php artisan make:exception NomException

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

bash
php artisan help make:model

Génère un Controller sans les méthodes create et edit.

bash
php artisan make:controller Api/NomController --api

Génère un canal de broadcasting.

bash
php artisan make:channel NomChannel

Génère une Policy d'autorisation liée à un Model.

bash
php artisan make:policy NomPolicy --model=NomModel

Génère un Form Request pour la validation.

bash
php artisan make:request NomRequest
Simple et rapide

Comment ça marche ?

CodeBox centralise les commandes techniques partagées par la communauté. Cherche, copie, contribue — tout en quelques secondes.

01
Recherche une commande

Tape un mot-clé, filtre par technologie (Docker, Git, Laravel…) et trouve instantanément la commande dont tu as besoin.

02
Copie en un clic

Un bouton "Copier" sur chaque commande. Pas de sélection manuelle, pas d'erreur — directement dans ton terminal.

03
Partage tes solutions

Crée un compte gratuit et soumets tes commandes. Elles sont vérifiées puis publiées pour toute la communauté.

Rejoindre CodeBox gratuitement Gratuit · Sans carte bancaire · En 30 secondes