Skip to content

Commit 75b57d3

Browse files
authored
Transfer repository to Backstage (#81)
* Change namespaces * Change urls * Trigger workflow * wip * wip * Fix styling --------- Co-authored-by: Baspa <[email protected]>
1 parent b258c84 commit 75b57d3

File tree

76 files changed

+261
-256
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

76 files changed

+261
-256
lines changed

.github/workflows/fix-php-code-style-issues.yml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
name: Fix PHP code style issues
22

3-
on: [push]
3+
on: [pull_request]
4+
5+
permissions:
6+
contents: write
7+
pull-requests: write
48

59
jobs:
610
php-code-styling:
@@ -11,9 +15,10 @@ jobs:
1115
uses: actions/checkout@v4
1216
with:
1317
ref: ${{ github.head_ref }}
18+
token: ${{ secrets.GITHUB_TOKEN }}
1419

1520
- name: Fix PHP code style issues
16-
uses: aglipanci/laravel-pint-action@2.5
21+
uses: aglipanci/laravel-pint-action@v2
1722

1823
- name: Commit changes
1924
uses: stefanzweifel/git-auto-commit-action@v5

CHANGELOG.md

Lines changed: 34 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -4,68 +4,68 @@ All notable changes to `laravel-seo` will be documented in this file.
44

55
## v3.1.0 - 2023-08-17
66

7-
**Full Changelog**: https://github.com/vormkracht10/laravel-seo-scanner/compare/v3.0.0...v3.1.0
7+
**Full Changelog**: https://github.com/backstagephp/laravel-seo-scanner/compare/v3.0.0...v3.1.0
88

99
## v3.0.0 - 2023-08-17
1010

1111
### What's Changed
1212

13-
- Crawl Javascript pages (SPA) by @Baspa in https://github.com/vormkracht10/laravel-seo-scanner/pull/39
13+
- Crawl Javascript pages (SPA) by @Baspa in https://github.com/backstagephp/laravel-seo-scanner/pull/39
1414

15-
**Full Changelog**: https://github.com/vormkracht10/laravel-seo-scanner/compare/v2.6.1...v3.0.0
15+
**Full Changelog**: https://github.com/backstagephp/laravel-seo-scanner/compare/v2.6.1...v3.0.0
1616

1717
## v2.6.1 - 2023-08-04
1818

1919
### What's Changed
2020

21-
- Keyword checks by @Baspa in https://github.com/vormkracht10/laravel-seo-scanner/pull/36
21+
- Keyword checks by @Baspa in https://github.com/backstagephp/laravel-seo-scanner/pull/36
2222

23-
**Full Changelog**: https://github.com/vormkracht10/laravel-seo-scanner/compare/v2.5.0...v2.6.1
23+
**Full Changelog**: https://github.com/backstagephp/laravel-seo-scanner/compare/v2.5.0...v2.6.1
2424

2525
## v2.5.0 - 2023-08-03
2626

2727
### What's Changed
2828

29-
- Remove title check by @Baspa in https://github.com/vormkracht10/laravel-seo-scanner/pull/35
29+
- Remove title check by @Baspa in https://github.com/backstagephp/laravel-seo-scanner/pull/35
3030

31-
**Full Changelog**: https://github.com/vormkracht10/laravel-seo-scanner/compare/v2.4.0...v2.5.0
31+
**Full Changelog**: https://github.com/backstagephp/laravel-seo-scanner/compare/v2.4.0...v2.5.0
3232

3333
## v2.4.0 - 2023-08-03
3434

3535
### What's Changed
3636

37-
- Bump dependabot/fetch-metadata from 1.5.1 to 1.6.0 by @dependabot in https://github.com/vormkracht10/laravel-seo-scanner/pull/34
38-
- Replace cURL with HTTP by @Baspa in https://github.com/vormkracht10/laravel-seo-scanner/pull/33
37+
- Bump dependabot/fetch-metadata from 1.5.1 to 1.6.0 by @dependabot in https://github.com/backstagephp/laravel-seo-scanner/pull/34
38+
- Replace cURL with HTTP by @Baspa in https://github.com/backstagephp/laravel-seo-scanner/pull/33
3939

40-
**Full Changelog**: https://github.com/vormkracht10/laravel-seo-scanner/compare/v2.3.0...v2.4.0
40+
**Full Changelog**: https://github.com/backstagephp/laravel-seo-scanner/compare/v2.3.0...v2.4.0
4141

4242
## v2.3.0 - 2023-07-03
4343

4444
Broken image check now also saves the status in the database.
4545

46-
**Full Changelog**: https://github.com/vormkracht10/laravel-seo-scanner/compare/v2.2.3...v2.3.0
46+
**Full Changelog**: https://github.com/backstagephp/laravel-seo-scanner/compare/v2.2.3...v2.3.0
4747

4848
## v2.2.0 - 2023-05-29
4949

5050
### What's Changed
5151

52-
- Bump dependabot/fetch-metadata from 1.4.0 to 1.5.1 by @dependabot in https://github.com/vormkracht10/laravel-seo-scanner/pull/31
53-
- Bump aglipanci/laravel-pint-action from 2.2.0 to 2.3.0 by @dependabot in https://github.com/vormkracht10/laravel-seo-scanner/pull/32
54-
- [Feature] Domain custom resolve by @markvaneijk in https://github.com/vormkracht10/laravel-seo-scanner/pull/22
52+
- Bump dependabot/fetch-metadata from 1.4.0 to 1.5.1 by @dependabot in https://github.com/backstagephp/laravel-seo-scanner/pull/31
53+
- Bump aglipanci/laravel-pint-action from 2.2.0 to 2.3.0 by @dependabot in https://github.com/backstagephp/laravel-seo-scanner/pull/32
54+
- [Feature] Domain custom resolve by @markvaneijk in https://github.com/backstagephp/laravel-seo-scanner/pull/22
5555

5656
### New Contributors
5757

58-
- @markvaneijk made their first contribution in https://github.com/vormkracht10/laravel-seo-scanner/pull/22
58+
- @markvaneijk made their first contribution in https://github.com/backstagephp/laravel-seo-scanner/pull/22
5959

60-
**Full Changelog**: https://github.com/vormkracht10/laravel-seo-scanner/compare/v2.1.0...v2.2.0
60+
**Full Changelog**: https://github.com/backstagephp/laravel-seo-scanner/compare/v2.1.0...v2.2.0
6161

6262
## v2.1.0 - 2023-05-29
6363

6464
### What's Changed
6565

66-
- Prunable scans by @Baspa in https://github.com/vormkracht10/laravel-seo-scanner/pull/30
66+
- Prunable scans by @Baspa in https://github.com/backstagephp/laravel-seo-scanner/pull/30
6767

68-
**Full Changelog**: https://github.com/vormkracht10/laravel-seo-scanner/compare/v2.0.0...v2.1.0
68+
**Full Changelog**: https://github.com/backstagephp/laravel-seo-scanner/compare/v2.0.0...v2.1.0
6969

7070
## v2.0.0 - 2023-05-26
7171

@@ -81,43 +81,43 @@ If you have scans saved in the database, please ensure you update the failed_che
8181

8282
### What's Changed
8383

84-
- Bump dependabot/fetch-metadata from 1.3.6 to 1.4.0 by @dependabot in https://github.com/vormkracht10/laravel-seo-scanner/pull/27
85-
- Save broken link status code by @Baspa in https://github.com/vormkracht10/laravel-seo-scanner/pull/28
86-
- Reformat to abbrevation to lowercase by @Baspa in https://github.com/vormkracht10/laravel-seo-scanner/pull/29
84+
- Bump dependabot/fetch-metadata from 1.3.6 to 1.4.0 by @dependabot in https://github.com/backstagephp/laravel-seo-scanner/pull/27
85+
- Save broken link status code by @Baspa in https://github.com/backstagephp/laravel-seo-scanner/pull/28
86+
- Reformat to abbrevation to lowercase by @Baspa in https://github.com/backstagephp/laravel-seo-scanner/pull/29
8787

88-
**Full Changelog**: https://github.com/vormkracht10/laravel-seo-scanner/compare/v1.3.0...v2.0.0
88+
**Full Changelog**: https://github.com/backstagephp/laravel-seo-scanner/compare/v1.3.0...v2.0.0
8989

9090
## v1.3.0 - 2023-05-05
9191

9292
### What's Changed
9393

94-
- Bump aglipanci/laravel-pint-action from 2.1.0 to 2.2.0 by @dependabot in https://github.com/vormkracht10/laravel-seo-scanner/pull/25
95-
- Run scan with queued job by @Baspa in https://github.com/vormkracht10/laravel-seo-scanner/pull/26
94+
- Bump aglipanci/laravel-pint-action from 2.1.0 to 2.2.0 by @dependabot in https://github.com/backstagephp/laravel-seo-scanner/pull/25
95+
- Run scan with queued job by @Baspa in https://github.com/backstagephp/laravel-seo-scanner/pull/26
9696

97-
**Full Changelog**: https://github.com/vormkracht10/laravel-seo-scanner/compare/v1.2.0...v1.3.0
97+
**Full Changelog**: https://github.com/backstagephp/laravel-seo-scanner/compare/v1.2.0...v1.3.0
9898

9999
## v1.2.0 - 2023-03-09
100100

101101
### What's Changed
102102

103-
- Adding a new config to disable SSL certificate integrity check by @MuriloChianfa in https://github.com/vormkracht10/laravel-seo-scanner/pull/18
104-
- Bump dependabot/fetch-metadata from 1.3.5 to 1.3.6 by @dependabot in https://github.com/vormkracht10/laravel-seo-scanner/pull/20
105-
- [Feature] Laravel 10 compatibility by @Baspa in https://github.com/vormkracht10/laravel-seo-scanner/pull/24
103+
- Adding a new config to disable SSL certificate integrity check by @MuriloChianfa in https://github.com/backstagephp/laravel-seo-scanner/pull/18
104+
- Bump dependabot/fetch-metadata from 1.3.5 to 1.3.6 by @dependabot in https://github.com/backstagephp/laravel-seo-scanner/pull/20
105+
- [Feature] Laravel 10 compatibility by @Baspa in https://github.com/backstagephp/laravel-seo-scanner/pull/24
106106

107107
### New Contributors
108108

109-
- @MuriloChianfa made their first contribution in https://github.com/vormkracht10/laravel-seo-scanner/pull/18
109+
- @MuriloChianfa made their first contribution in https://github.com/backstagephp/laravel-seo-scanner/pull/18
110110

111-
**Full Changelog**: https://github.com/vormkracht10/laravel-seo-scanner/compare/v1.1.0...v1.2.0
111+
**Full Changelog**: https://github.com/backstagephp/laravel-seo-scanner/compare/v1.1.0...v1.2.0
112112

113113
## v1.1.0 - 2023-01-13
114114

115115
### What's Changed
116116

117-
- Fix Windows tests by removing SSL validation when using `curl()` by @Baspa in https://github.com/vormkracht10/laravel-seo-scanner/pull/16
118-
- Check if a relative url is used when performing broken link checks by @Baspa in https://github.com/vormkracht10/laravel-seo-scanner/pull/17
117+
- Fix Windows tests by removing SSL validation when using `curl()` by @Baspa in https://github.com/backstagephp/laravel-seo-scanner/pull/16
118+
- Check if a relative url is used when performing broken link checks by @Baspa in https://github.com/backstagephp/laravel-seo-scanner/pull/17
119119

120-
**Full Changelog**: https://github.com/vormkracht10/laravel-seo-scanner/compare/v1.0.1...v1.1.0
120+
**Full Changelog**: https://github.com/backstagephp/laravel-seo-scanner/compare/v1.0.1...v1.1.0
121121

122122
## v1.0.0 - 2023-01-06
123123

@@ -134,4 +134,4 @@ If you have scans saved in the database, please ensure you update the failed_che
134134
- Possibility to save results into the database
135135
- Corresponding models to easily retrieve the data
136136

137-
**Full Changelog**: https://github.com/vormkracht10/laravel-seo-scanner/commits/v1.0.0
137+
**Full Changelog**: https://github.com/backstagephp/laravel-seo-scanner/commits/v1.0.0

README.md

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
# Laravel SEO Scanner
22

3-
[![Total Downloads](https://img.shields.io/packagist/dt/vormkracht10/laravel-seo-scanner.svg?style=flat-square)](https://packagist.org/packages/vormkracht10/laravel-seo-scanner)
4-
[![Tests](https://github.com/vormkracht10/laravel-seo-scanner/actions/workflows/run-tests.yml/badge.svg?branch=main)](https://github.com/vormkracht10/laravel-seo-scanner/actions/workflows/run-tests.yml)
5-
[![PHPStan](https://github.com/vormkracht10/laravel-seo-scanner/actions/workflows/phpstan.yml/badge.svg?branch=main)](https://github.com/vormkracht10/laravel-seo-scanner/actions/workflows/phpstan.yml)
6-
![GitHub release (latest by date)](https://img.shields.io/github/v/release/vormkracht10/laravel-seo-scanner)
7-
![Packagist PHP Version Support](https://img.shields.io/packagist/php-v/vormkracht10/laravel-seo-scanner)
8-
[![Latest Version on Packagist](https://img.shields.io/packagist/v/vormkracht10/laravel-seo-scanner.svg?style=flat-square)](https://packagist.org/packages/vormkracht10/laravel-seo-scanner)
3+
[![Total Downloads](https://img.shields.io/packagist/dt/backstagephp/laravel-seo-scanner.svg?style=flat-square)](https://packagist.org/packages/backstagephp/laravel-seo-scanner)
4+
[![Tests](https://github.com/backstagephp/laravel-seo-scanner/actions/workflows/run-tests.yml/badge.svg?branch=main)](https://github.com/backstagephp/laravel-seo-scanner/actions/workflows/run-tests.yml)
5+
[![PHPStan](https://github.com/backstagephp/laravel-seo-scanner/actions/workflows/phpstan.yml/badge.svg?branch=main)](https://github.com/backstagephp/laravel-seo-scanner/actions/workflows/phpstan.yml)
6+
![GitHub release (latest by date)](https://img.shields.io/github/v/release/backstagephp/laravel-seo-scanner)
7+
![Packagist PHP Version Support](https://img.shields.io/packagist/php-v/backstagephp/laravel-seo-scanner)
8+
[![Latest Version on Packagist](https://img.shields.io/packagist/v/backstagephp/laravel-seo-scanner.svg?style=flat-square)](https://packagist.org/packages/backstagephp/laravel-seo-scanner)
99

10-
## Nice to meet you, we're [Vormkracht10](https://vormkracht10.nl)
10+
## Nice to meet you, we're [Backstage](https://backstagephp.com)
1111

1212
Hi! We are a web development agency from Nijmegen in the Netherlands and we use Laravel for everything: advanced websites with a lot of bells and whitles and large web applications.
1313

@@ -57,7 +57,7 @@ Easily configure which routes to scan, exclude or include specific checks or eve
5757
You can install the package via composer:
5858

5959
```bash
60-
composer require vormkracht10/laravel-seo-scanner
60+
composer require backstage/laravel-seo-scanner
6161
```
6262

6363
If you want to scan pages that are rendered using Javascript, for example Vue or React, you need to install Puppeteer. You can install it using the following command:
@@ -85,7 +85,7 @@ php artisan migrate
8585
php artisan vendor:publish --tag="seo-config"
8686
```
8787

88-
Click here to see the [config file](https://github.com/vormkracht10/laravel-seo-scanner/blob/too-long-sentences-check/config/seo.php).
88+
Click here to see the [config file](https://github.com/backstagephp/laravel-seo-scanner/blob/too-long-sentences-check/config/seo.php).
8989

9090
## Available checks
9191

@@ -166,7 +166,7 @@ php artisan seo:scan
166166
If you want to queue the scan and trigger it manually you can dispatch the 'Scan' job:
167167

168168
```php
169-
use Vormkracht10\LaravelSeo\Jobs\Scan;
169+
use Backstage\LaravelSeo\Jobs\Scan;
170170

171171
Scan::dispatch();
172172
```
@@ -176,7 +176,7 @@ Scan::dispatch();
176176
Want to get the score of a specific url? Run the following command:
177177

178178
```bash
179-
php artisan seo:scan-url https://vormkracht10.nl
179+
php artisan seo:scan-url https://backstagephp.com
180180
```
181181

182182
> Note: The command will only check the SEO score of the url and output the score in the CLI. It will not save the score to the database.
@@ -186,7 +186,7 @@ php artisan seo:scan-url https://vormkracht10.nl
186186
If you have an SPA application, you can enable javascript rendering. This will use a headless browser to render the content. To enable javascript rendering, set the `javascript` option to `true` in the config file. You can also enable javascript rendering for a single route by adding the `--javascript` option to the command:
187187

188188
```bash
189-
php artisan seo:scan-url https://vormkracht10.nl --javascript
189+
php artisan seo:scan-url https://backstagephp.com --javascript
190190
```
191191

192192
> Note: This command will use Puppeteer to render the page. Make sure that you have Puppeteer installed on your system. You can install Puppeteer by running the following command: `npm install puppeteer`. **At this moment it's only available when scanning single routes.**
@@ -216,8 +216,8 @@ For example, you have a `BlogPost` model which has a page for each content item:
216216
217217
```php
218218

219-
use Vormkracht10\Seo\Traits\HasSeoScore;
220-
use Vormkracht10\Seo\SeoInterface;
219+
use Backstage\Seo\Traits\HasSeoScore;
220+
use Backstage\Seo\SeoInterface;
221221

222222
class BlogPost extends Model implements SeoInterface
223223
{
@@ -233,7 +233,7 @@ class BlogPost extends Model implements SeoInterface
233233

234234
public function getUrlAttribute(): string
235235
{
236-
return 'https://vormkracht10.nl/' . $this->slug;
236+
return 'https://backstagephp.com/' . $this->slug;
237237
}
238238
}
239239
```
@@ -316,7 +316,7 @@ protected $listen = [
316316
You can retrieve the scans from the database by using the `SeoScan` model. This model is used to save the scans to the database. You can use the `SeoScan` model to retrieve the scans from the database. For example:
317317

318318
```php
319-
use Vormkracht10\Seo\Models\SeoScan;
319+
use Backstage\Seo\Models\SeoScan;
320320

321321
// Get the latest scan
322322
$scan = SeoScan::latest()->first();
@@ -333,7 +333,7 @@ $totalPages = $scan->pages;
333333
You can retrieve the scores from the database by using the `SeoScore` model. This model is used to save the scores to the database. You can use the `SeoScore` model to retrieve the scores from the database. For example:
334334

335335
```php
336-
use Vormkracht10\Seo\Models\SeoScore;
336+
use Backstage\Seo\Models\SeoScore;
337337

338338
// Get the latest score
339339
$score = SeoScore::latest()->first();
@@ -346,8 +346,8 @@ $scan = SeoScan::latest()->with('scores')->first();
346346

347347
You can add your own checks to the package. To do this, you need to create a `check` class in your application.
348348

349-
1. Create a new class in your application which implements the `Vormkracht10\Seo\Interfaces\Check` interface.
350-
2. Add the `Vormkracht10\Seo\Traits\PerformCheck` trait to your class.
349+
1. Create a new class in your application which implements the `Backstage\Seo\Interfaces\Check` interface.
350+
2. Add the `Backstage\Seo\Traits\PerformCheck` trait to your class.
351351
3. Add the base path of your check classes to the `check_paths` array in the config file.
352352

353353
#### Example
@@ -361,8 +361,8 @@ namespace App\Support\Seo\Checks;
361361

362362
use Illuminate\Http\Client\Response;
363363
use Symfony\Component\DomCrawler\Crawler;
364-
use Vormkracht10\Seo\Interfaces\Check;
365-
use Vormkracht10\Seo\Traits\PerformCheck;
364+
use Backstage\Seo\Interfaces\Check;
365+
use Backstage\Seo\Traits\PerformCheck;
366366

367367
class CanonicalCheck implements Check
368368
{
@@ -452,7 +452,7 @@ The config file:
452452
return [
453453
// ...
454454
'check_paths' => [
455-
'Vormkracht10\\Seo\\Checks' => base_path('vendor/vormkracht10/laravel-seo-scanner/src/Checks'),
455+
'Backstage\\Seo\\Checks' => base_path('vendor/backstagephp/laravel-seo-scanner/src/Checks'),
456456
'App\\Support\\Seo\\Checks' => base_path('app/Support/Seo/Checks'),
457457
],
458458
];

composer.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
2-
"name": "vormkracht10/laravel-seo-scanner",
2+
"name": "backstage/laravel-seo-scanner",
33
"description": "The Laravel tool to boost the SEO score of your web pages.",
44
"keywords": [
5-
"vormkracht10",
5+
"backstagephp",
66
"laravel",
77
"laravel-seo-scanner"
88
],
9-
"homepage": "https://github.com/vormkracht10/laravel-seo-scanner",
9+
"homepage": "https://github.com/backstagephp/laravel-seo-scanner",
1010
"license": "MIT",
1111
"authors": [
1212
{
@@ -41,16 +41,16 @@
4141
},
4242
"autoload": {
4343
"psr-4": {
44-
"Vormkracht10\\Seo\\": "src",
45-
"Vormkracht10\\Seo\\Database\\Factories\\": "database/factories"
44+
"Backstage\\Seo\\": "src",
45+
"Backstage\\Seo\\Database\\Factories\\": "database/factories"
4646
},
4747
"files": [
4848
"src/helpers.php"
4949
]
5050
},
5151
"autoload-dev": {
5252
"psr-4": {
53-
"Vormkracht10\\Seo\\Tests\\": "tests"
53+
"Backstage\\Seo\\Tests\\": "tests"
5454
}
5555
},
5656
"scripts": {
@@ -69,10 +69,10 @@
6969
"extra": {
7070
"laravel": {
7171
"providers": [
72-
"Vormkracht10\\Seo\\SeoServiceProvider"
72+
"Backstage\\Seo\\SeoServiceProvider"
7373
],
7474
"aliases": {
75-
"Seo": "Vormkracht10\\Seo\\Facades\\Seo"
75+
"Seo": "Backstage\\Seo\\Facades\\Seo"
7676
}
7777
}
7878
},

config/seo.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
| various methods. Feel free to customize it.
3838
|
3939
| An example of a check class:
40-
| \Vormkracht10\Seo\Checks\Content\BrokenLinkCheck::class
40+
| \Backstage\Seo\Checks\Content\BrokenLinkCheck::class
4141
|
4242
*/
4343
'checks' => ['*'],
@@ -57,7 +57,7 @@
5757
|
5858
*/
5959
'check_paths' => [
60-
'Vormkracht10\\Seo\\Checks' => base_path('vendor/vormkracht10/laravel-seo-scanner/src/Checks'),
60+
'Backstage\\Seo\\Checks' => base_path('vendor/backstagephp/laravel-seo-scanner/src/Checks'),
6161
],
6262

6363
/*
@@ -195,7 +195,7 @@
195195
'status_codes' => [],
196196

197197
// If you wish to skip running, list the URLs in the array below.
198-
// You can use exact match or wildcards to match on beginning of URLs: https://vormkracht10.nl/directory/*
198+
// You can use exact match or wildcards to match on beginning of URLs: https://backstagephp.com/directory/*
199199
'exclude_links' => [
200200
//
201201
],

database/factories/ModelFactory.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22

3-
namespace Vormkracht10\Seo\Database\Factories;
3+
namespace Backstage\Seo\Database\Factories;
44

55
use Illuminate\Database\Eloquent\Factories\Factory;
66

0 commit comments

Comments
 (0)