We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 745eed9 commit b470f41Copy full SHA for b470f41
create-a-logo.md
@@ -13,7 +13,7 @@ php <your-app-name> app:install logo
13
Just after installation, if you run `php <your-app-name>` your application will contain
14
a ASCII logo:
15
16
-<img src="https://raw.githubusercontent.com/laravel-zero/docs/master/images/logo.png" class="md:w-4/5 md:mx-auto">
+<img src="https://raw.githubusercontent.com/laravel-zero/docs/master/images/logo.png" class="md:w-4/5 md:mx-auto" >
17
18
This command will install dependencies needed and publishes a config file under `config/logo.php`.
19
0 commit comments