Skip to content

Commit

Permalink
Fix: Description
Browse files Browse the repository at this point in the history
  • Loading branch information
localheinz committed Jul 31, 2023
1 parent 7084114 commit 6cd5b5b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 15 deletions.
2 changes: 1 addition & 1 deletion .github/settings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ repository:
archived: false
default_branch: "main"
delete_branch_on_merge: true
description: ":octocat: + :ledger: Provides a GitHub template repository for a PHP package, using GitHub Actions."
description: ":octocat: + :ledger: Provides a GitHub template repository for a Laravel application, using GitHub Actions."
enable_automated_security_fixes: true
enable_vulnerability_alerts: true
has_discussions: false
Expand Down
14 changes: 1 addition & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,19 +12,7 @@
[![Total Downloads](https://poser.pugx.org/ergebnis/laravel-application-template/downloads)](https://packagist.org/packages/ergebnis/laravel-application-template)
[![Monthly Downloads](http://poser.pugx.org/ergebnis/laravel-application-template/d/monthly)](https://packagist.org/packages/ergebnis/laravel-application-template)

## Installation

:bulb: This is a great place for showing how to install the package, see below:

Run

```sh
composer require ergebnis/laravel-application-template
```

## Usage

:bulb: This is a great place for showing a few usage examples!
Provides a [GitHub template repository](https://docs.github.com/en/repositories/creating-and-managing-repositories/creating-a-repository-from-a-template) for a [Laravel](https://laravel.com) application, using [GitHub Actions]https://docs.github.com/en/actions.

## Changelog

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "laravel/laravel",
"description": "The skeleton application for the Laravel framework.",
"description": "Provides a GitHub template repository for a Laravel application, using GitHub Actions.",
"license": "MIT",
"type": "project",
"keywords": [
Expand Down

0 comments on commit 6cd5b5b

Please sign in to comment.