Skip to content

Commit d84050d

Browse files
STARDEV06enka1504
authored andcommitted
update shark readme
1 parent 4a6b030 commit d84050d

6 files changed

Lines changed: 17 additions & 17 deletions

File tree

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,31 @@
11
# SHARK: Shopify app rapid-development kit
22

3-
![Tests](https://github.com/niveshsaharan/shark/workflows/Tests/badge.svg)
3+
![Tests](https://github.com/enka1504/shark/workflows/Tests/badge.svg)
44
[![Shark](https://img.shields.io/endpoint?url=https://dashboard.cypress.io/badge/count/47ezsk/master&style=flat&logo=cypress)](https://dashboard.cypress.io/projects/cm138z/runs)
55

6-
76
I am building this as starting point for all my future Shopify apps
87

98
## Installation
109

1110
You can clone the repository:
1211

1312
```bash
14-
git clone https://github.com/niveshsaharan/shark.git
13+
git clone https://github.com/enka1504/shark.git
1514
```
1615

17-
Or [Use this template](https://github.com/niveshsaharan/shark/generate) to generate a project directly from this template.
16+
Or [Use this template](https://github.com/enka1504/shark/generate) to generate a project directly from this template.
1817

1918
## Setup
19+
2020
1. Clone/Use this template
2121
1. Run `composer install`
2222
1. Run `npm install`
2323
1. Run `npm run dev`
2424
1. Run `php artisan migrate`
2525

26-
2726
## Admin
28-
Laravel Nova is used to build the admin panel so if you need to use it, you must have a valid licence for Laravel Nova. If you don't have it, you can get it by visiting https://nova.laravel.com
27+
28+
Laravel Nova is used to build the admin panel so if you need to use it, you must have a valid licence for Laravel Nova. If you don't have it, you can get it by visiting https://nova.laravel.com
2929

3030
Once you have the licence, you can run following command to install it:
3131

@@ -41,7 +41,7 @@ php artisan shark:admin:user
4141

4242
## Testing
4343

44-
``` bash
44+
```bash
4545
composer test
4646
```
4747

@@ -59,7 +59,7 @@ If you discover any security related issues, please email hey@nive.sh instead of
5959

6060
## Credits
6161

62-
- [Nivesh Saharan](https://github.com/niveshsaharan)
62+
- [Nivesh Saharan](https://github.com/enka1504)
6363

6464
## License
6565

app/Console/Commands/InstallAdminCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ class InstallAdminCommand extends Command
2929
'laravel/nova' => '~3.0',
3030
'kabbouchi/nova-impersonate' => '^1.3',
3131
'epartment/nova-dependency-container' => '^1.2',
32-
'niveshsaharan/novalinkresource' => '^1.0',
32+
'enka1504/novalinkresource' => '^1.0',
3333
'spatie/nova-backup-tool' => '^4.0',
3434
'kabbouchi/nova-logs-tool' => '^0.3.0',
3535
'kreitje/nova-horizon-stats' => '^0.3.0',

app/Providers/NovaServiceProvider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
use Illuminate\Support\Facades\Hash;
99
use Laravel\Nova\Nova;
1010
use Laravel\Nova\NovaApplicationServiceProvider;
11-
use NiveshSaharan\NovaLinkResource\NovaLinkResource;
11+
use enka1504\NovaLinkResource\NovaLinkResource;
1212

1313
class NovaServiceProvider extends NovaApplicationServiceProvider
1414
{

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@
9090
"repositories": [
9191
{
9292
"type": "vcs",
93-
"url": "git@github.com:niveshsaharan/laravel-model-settings.git"
93+
"url": "git@github.com:enka1504/laravel-model-settings.git"
9494
}
9595
]
9696
}

composer.lock

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<p class="mt-8 text-center text-xs text-80">
2-
<a href="https://github.com/niveshsaharan/shark" target="_blank" class="text-primary dim no-underline">Shark</a>
2+
<a href="https://github.com/enka1504/shark" target="_blank" class="text-primary dim no-underline">Shark</a>
33
<span class="px-1">&middot;</span>
44
&copy; {{ date('Y') }} <a href="https://twitter.com/nivesh_saharan" class="text-primary dim no-underline" target="_blank">Nivesh Saharan</a>
55
</p>

0 commit comments

Comments
 (0)