Skip to content

Commit

Permalink
Added installer name and fix vendor linguist.
Browse files Browse the repository at this point in the history
Signed-off-by: Joshua Parker <[email protected]>
  • Loading branch information
nomadicjosh committed Dec 12, 2024
1 parent 77b9ef1 commit 2ac9267
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
8 changes: 8 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
assets/* linguist-vendored
*.html linguist-detectable=false
*.js linguist-detectable=false
*.css linguist-detectable=false
*.less linguist-detectable=false

# Configure diff output for .php and .phar files.
*.php diff=php
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,13 @@ Adds a backend admin bar to a Devflow site.
* English
* Spanish

## Git Clone Installation
## Composer Installation (Recommended for Devflow version 1.1.0 +)
1. Start a new shell session.
2. In the root of your install, run the following command ```composer require getdevflow/adminbar```.

## Git Clone Installation (Recommended for Devflow version 1.0.0)
1. Start a shell session and navigate to ```public/plugins``` folder.
2. Run the following command: ```git clone https://github.com/getdevflow/AdminBar.git AdminBar```.
2. Run the following command: ```git clone https://github.com/getdevflow/AdminBar.git adminbar```.

## Changelog

Expand Down
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
"oomphinc/composer-installers-extender": "^2.0"
},
"extra": {
"installer-name": "AdminBar",
"installer-types": ["devflow-plugin"]
},
"minimum-stability": "stable",
Expand Down

0 comments on commit 2ac9267

Please sign in to comment.