Skip to content

Commit

Permalink
fixed typo (laravel#6913)
Browse files Browse the repository at this point in the history
  • Loading branch information
salmanarshad321 authored Mar 15, 2021
1 parent f3f5a24 commit 61176b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion artisan.md
Original file line number Diff line number Diff line change
Expand Up @@ -590,7 +590,7 @@ If you would like to call another console command and suppress all of its output
<a name="stub-customization"></a>
## Stub Customization

The Artisan console's `make` commands are used to create a variety of classes, such as controllers, jobs, migrations, and tests. These classes are generated using "stub" files that are populated with values based on your input. However, you may want to to make small changes to files generated by Artisan. To accomplish this, you may use the `stub:publish` command to publish the most common stubs to your application so that you can customize them:
The Artisan console's `make` commands are used to create a variety of classes, such as controllers, jobs, migrations, and tests. These classes are generated using "stub" files that are populated with values based on your input. However, you may want to make small changes to files generated by Artisan. To accomplish this, you may use the `stub:publish` command to publish the most common stubs to your application so that you can customize them:

php artisan stub:publish

Expand Down

0 comments on commit 61176b5

Please sign in to comment.