Skip to content
This repository was archived by the owner on Nov 11, 2022. It is now read-only.

Commit c6124ff

Browse files
committed
update the package name
1 parent d1c6567 commit c6124ff

File tree

5 files changed

+13
-13
lines changed

5 files changed

+13
-13
lines changed

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
blank_issues_enabled: false
22
contact_links:
33
- name: Ask a question
4-
url: https://github.com/coderflexx/lara-commands/discussions/new?category=q-a
4+
url: https://github.com/coderflexx/Laracommand/discussions/new?category=q-a
55
about: Ask the community for help
66
- name: Request a feature
7-
url: https://github.com/coderflexx/lara-commands/discussions/new?category=ideas
7+
url: https://github.com/coderflexx/Laracommand/discussions/new?category=ideas
88
about: Share ideas for new features
99
- name: Report a security issue
10-
url: https://github.com/coderflexx/lara-commands/security/policy
10+
url: https://github.com/coderflexx/Laracommand/security/policy
1111
about: Learn how to notify us for sensitive bugs
1212
- name: Report a bug
13-
url: https://github.com/coderflexx/lara-commands/issues/new
13+
url: https://github.com/coderflexx/Laracommand/issues/new
1414
about: Report a reproducable bug

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
All notable changes to `lara-commands` will be documented in this file.
3+
All notable changes to `Laracommand` will be documented in this file.
44

55
## v1.0.0 - 2022-02-05
66

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@
55
</p>
66

77

8-
[![Latest Version on Packagist](https://img.shields.io/packagist/v/coderflex/lara-commands.svg?style=flat-square)](https://packagist.org/packages/coderflex/lara-commands)
9-
[![GitHub Tests Action Status](https://img.shields.io/github/workflow/status/coderflex/lara-commands/run-tests?label=tests)](https://github.com/coderflexx/lara-commands/actions?query=workflow%3Arun-tests+branch%3Amain)
10-
[![GitHub Code Style Action Status](https://img.shields.io/github/workflow/status/coderflex/lara-commands/Check%20&%20fix%20styling?label=code%20style)](https://github.com/coderflexx/lara-commands/actions?query=workflow%3A"Check+%26+fix+styling"+branch%3Amain)
11-
[![Total Downloads](https://img.shields.io/packagist/dt/coderflex/lara-commands.svg?style=flat-square)](https://packagist.org/packages/coderflex/lara-commands)
8+
[![Latest Version on Packagist](https://img.shields.io/packagist/v/coderflex/Laracommand.svg?style=flat-square)](https://packagist.org/packages/coderflex/Laracommand)
9+
[![GitHub Tests Action Status](https://img.shields.io/github/workflow/status/coderflex/Laracommand/run-tests?label=tests)](https://github.com/coderflexx/Laracommand/actions?query=workflow%3Arun-tests+branch%3Amain)
10+
[![GitHub Code Style Action Status](https://img.shields.io/github/workflow/status/coderflex/Laracommand/Check%20&%20fix%20styling?label=code%20style)](https://github.com/coderflexx/Laracommand/actions?query=workflow%3A"Check+%26+fix+styling"+branch%3Amain)
11+
[![Total Downloads](https://img.shields.io/packagist/dt/coderflex/Laracommand.svg?style=flat-square)](https://packagist.org/packages/coderflex/Laracommand)
1212

1313
A Cli tool to save you time, and gives you the power to scaffold all of your models,controllers,commands... at once
1414

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
2-
"name": "coderflex/lara-commands",
2+
"name": "coderflex/laracommand",
33
"description": "Tool to save you time, and scaffold all of your files in one command.",
44
"keywords": [
55
"coderflex",
66
"laravel",
7-
"lara-commands"
7+
"Laracommand"
88
],
9-
"homepage": "https://github.com/coderflexx/lara-commands",
9+
"homepage": "https://github.com/coderflexx/Laracommand",
1010
"license": "MIT",
1111
"authors": [
1212
{

src/LaraCommandsServiceProvider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ public function configurePackage(Package $package): void
1818
* More info: https://github.com/spatie/laravel-package-tools
1919
*/
2020
$package
21-
->name('lara-commands')
21+
->name('Laracommand')
2222
->hasCommands([
2323
ModelMakeCommand::class,
2424
]);

0 commit comments

Comments
 (0)