Merge pull request #943 from MightyBranch/patch-1

Add a dot
This commit is contained in:
Taylor Otwell 2014-10-15 20:19:26 -05:00
commit 0da300f644
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ Once the `workbench` command has been executed, your package will be available w
Once the provider has been registered, you are ready to start developing your package! However, before diving in, you may wish to review the sections below to get more familiar with the package structure and development workflow.
> **Note:** If your service provider cannot be found, run the `php artisan dump-autoload` command from your application's root directory
> **Note:** If your service provider cannot be found, run the `php artisan dump-autoload` command from your application's root directory.
<a name="package-structure"></a>
## Package Structure