Ta mémoire technique
collaborative
Ne perds plus jamais une commande. Recherche, copie et partage tes solutions techniques en quelques secondes.
Génère un test unitaire PHPUnit.
php artisan make:test NomTest --unit
Génère un composant Blade avec sa classe et sa vue.
php artisan make:component NomComponent
Génère un composant Blade sans fichier de vue séparé.
php artisan make:component NomComponent --inline
Affiche l'aide détaillée d'une commande Artisan.
php artisan help make:model
Génère un Model et sa migration associée.
php artisan make:model NomModel -m
Génère une migration pour modifier une table existante.
php artisan make:migration add_colonne_to_table_table --table=table
Top commandes
Explorer par technologie
Des commandes à partager ?
Rejoins la communauté et partage tes solutions avec d'autres développeurs.
Créer mon compte