Skip to content

Commit 68dae58

Browse files
committed
Update package name
1 parent 5463ac1 commit 68dae58

File tree

4 files changed

+12
-12
lines changed

4 files changed

+12
-12
lines changed

.github/ISSUE_TEMPLATE/config.yml

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

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# Changelog
22

3-
All notable changes to `data-extractor` will be documented in this file.
3+
All notable changes to `laravel-data-extractor` will be documented in this file.
44

55
## 0.0.2 - 2025-07-07
66

7-
**Full Changelog**: https://github.com/naimsolong/data-extractor/compare/0.0.1...0.0.2
7+
**Full Changelog**: https://github.com/naimsolong/laravel-data-extractor/compare/0.0.1...0.0.2
88

99
1. First draft of extract data command
1010

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# A data extractor based on models and it's relationship
22

3-
[![Latest Version on Packagist](https://img.shields.io/packagist/v/naimsolong/data-extractor.svg?style=flat-square)](https://packagist.org/packages/naimsolong/data-extractor)
4-
[![GitHub Tests Action Status](https://img.shields.io/github/actions/workflow/status/naimsolong/data-extractor/run-tests.yml?branch=main&label=tests&style=flat-square)](https://github.com/naimsolong/data-extractor/actions?query=workflow%3Arun-tests+branch%3Amain)
5-
[![GitHub Code Style Action Status](https://img.shields.io/github/actions/workflow/status/naimsolong/data-extractor/fix-php-code-style-issues.yml?branch=main&label=code%20style&style=flat-square)](https://github.com/naimsolong/data-extractor/actions?query=workflow%3A"Fix+PHP+code+style+issues"+branch%3Amain)
6-
[![Total Downloads](https://img.shields.io/packagist/dt/naimsolong/data-extractor.svg?style=flat-square)](https://packagist.org/packages/naimsolong/data-extractor)
3+
[![Latest Version on Packagist](https://img.shields.io/packagist/v/naimsolong/laravel-data-extractor.svg?style=flat-square)](https://packagist.org/packages/naimsolong/laravel-data-extractor)
4+
[![GitHub Tests Action Status](https://img.shields.io/github/actions/workflow/status/naimsolong/laravel-data-extractor/run-tests.yml?branch=main&label=tests&style=flat-square)](https://github.com/naimsolong/laravel-data-extractor/actions?query=workflow%3Arun-tests+branch%3Amain)
5+
[![GitHub Code Style Action Status](https://img.shields.io/github/actions/workflow/status/naimsolong/laravel-data-extractor/fix-php-code-style-issues.yml?branch=main&label=code%20style&style=flat-square)](https://github.com/naimsolong/laravel-data-extractor/actions?query=workflow%3A"Fix+PHP+code+style+issues"+branch%3Amain)
6+
[![Total Downloads](https://img.shields.io/packagist/dt/naimsolong/laravel-data-extractor.svg?style=flat-square)](https://packagist.org/packages/naimsolong/laravel-data-extractor)
77

88
This is where your description should go. Limit it to a paragraph or two. Consider adding a small example.
99

@@ -20,7 +20,7 @@ We highly appreciate you sending us a postcard from your hometown, mentioning wh
2020
You can install the package via composer:
2121

2222
```bash
23-
composer require naimsolong/data-extractor
23+
composer require naimsolong/laravel-data-extractor
2424
```
2525

2626
You can publish and run the migrations with:

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
2-
"name": "naimsolong/data-extractor",
2+
"name": "naimsolong/laravel-data-extractor",
33
"description": "A data extractor based on models and it's relationship",
44
"keywords": [
55
"Amirul Naim",
66
"laravel",
77
"data-extractor"
88
],
9-
"homepage": "https://github.com/naimsolong/data-extractor",
9+
"homepage": "https://github.com/naimsolong/laravel-data-extractor",
1010
"license": "MIT",
1111
"authors": [
1212
{

0 commit comments

Comments
 (0)