Skip to content

Commit 50efc3d

Browse files
committed
Ran spatie config and tweaked readme;
1 parent 2e8d76e commit 50efc3d

26 files changed

+79
-473
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/:vendor_name/:package_name/discussions/new?category=q-a
4+
url: https://github.com/aelora/laravel-breadcrumbs/discussions/new?category=q-a
55
about: Ask the community for help
66
- name: Request a feature
7-
url: https://github.com/:vendor_name/:package_name/discussions/new?category=ideas
7+
url: https://github.com/aelora/laravel-breadcrumbs/discussions/new?category=ideas
88
about: Share ideas for new features
99
- name: Report a security issue
10-
url: https://github.com/:vendor_name/:package_name/security/policy
10+
url: https://github.com/aelora/laravel-breadcrumbs/security/policy
1111
about: Learn how to notify us for sensitive bugs
1212
- name: Report a bug
13-
url: https://github.com/:vendor_name/:package_name/issues/new
13+
url: https://github.com/aelora/laravel-breadcrumbs/issues/new
1414
about: Report a reproducable bug

.github/dependabot.yml

Lines changed: 0 additions & 12 deletions
This file was deleted.

.github/laravel-breadcrumbs.png

156 KB
Loading

.github/workflows/dependabot-auto-merge.yml

Lines changed: 0 additions & 32 deletions
This file was deleted.

.github/workflows/php-cs-fixer.yml

Lines changed: 0 additions & 23 deletions
This file was deleted.

.github/workflows/phpstan.yml

Lines changed: 0 additions & 26 deletions
This file was deleted.

CHANGELOG.md

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

3-
All notable changes to `:package_name` will be documented in this file.
3+
All notable changes to `laravel-breadcrumbs` will be documented in this file.

LICENSE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) :vendor_name <author@domain.com>
3+
Copyright (c) aelora <ryan@aelora.com>
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

Lines changed: 15 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,19 @@
1+
![](./.github/laravel-breadcrumbs.png)
12

2-
[<img src="https://github-ads.s3.eu-central-1.amazonaws.com/support-ukraine.svg?t=1" />](https://supportukrainenow.org)
3+
# Quick and easy breadcrumbs for Laravel
34

4-
# :package_description
5+
**Note:** This is very much a work in progress and should not be used on any live site.
56

6-
[![Latest Version on Packagist](https://img.shields.io/packagist/v/:vendor_slug/:package_slug.svg?style=flat-square)](https://packagist.org/packages/:vendor_slug/:package_slug)
7-
[![GitHub Tests Action Status](https://img.shields.io/github/workflow/status/:vendor_slug/:package_slug/run-tests?label=tests)](https://github.com/:vendor_slug/:package_slug/actions?query=workflow%3Arun-tests+branch%3Amain)
8-
[![GitHub Code Style Action Status](https://img.shields.io/github/workflow/status/:vendor_slug/:package_slug/Check%20&%20fix%20styling?label=code%20style)](https://github.com/:vendor_slug/:package_slug/actions?query=workflow%3A"Check+%26+fix+styling"+branch%3Amain)
9-
[![Total Downloads](https://img.shields.io/packagist/dt/:vendor_slug/:package_slug.svg?style=flat-square)](https://packagist.org/packages/:vendor_slug/:package_slug)
10-
<!--delete-->
11-
---
12-
This repo can be used to scaffold a Laravel package. Follow these steps to get started:
7+
[![Latest Version on Packagist](https://img.shields.io/packagist/v/aelora/laravel-breadcrumbs.svg?style=flat-square)](https://packagist.org/packages/aelora/laravel-breadcrumbs)
8+
[![GitHub Tests Action Status](https://img.shields.io/github/workflow/status/aelora/laravel-breadcrumbs/run-tests?label=tests)](https://github.com/aelora/laravel-breadcrumbs/actions?query=workflow%3Arun-tests+branch%3Amain)
9+
[![GitHub Code Style Action Status](https://img.shields.io/github/workflow/status/aelora/laravel-breadcrumbs/Check%20&%20fix%20styling?label=code%20style)](https://github.com/aelora/laravel-breadcrumbs/actions?query=workflow%3A"Check+%26+fix+styling"+branch%3Amain)
10+
[![Total Downloads](https://img.shields.io/packagist/dt/aelora/laravel-breadcrumbs.svg?style=flat-square)](https://packagist.org/packages/aelora/laravel-breadcrumbs)
1311

14-
1. Press the "Use this template" button at the top of this repo to create a new repo with the contents of this skeleton.
15-
2. Run "php ./configure.php" to run a script that will replace all placeholders throughout all the files.
16-
3. Have fun creating your package.
17-
4. If you need help creating a package, consider picking up our <a href="https://laravelpackage.training">Laravel Package Training</a> video course.
18-
---
19-
<!--/delete-->
2012
This is where your description should go. Limit it to a paragraph or two. Consider adding a small example.
2113

2214
## Support us
2315

24-
[<img src="https://github-ads.s3.eu-central-1.amazonaws.com/:package_name.jpg?t=1" width="419px" />](https://spatie.be/github-ad-click/:package_name)
16+
[<img src="https://github-ads.s3.eu-central-1.amazonaws.com/laravel-breadcrumbs.jpg?t=1" width="419px" />](https://spatie.be/github-ad-click/laravel-breadcrumbs)
2517

2618
We invest a lot of resources into creating [best in class open source packages](https://spatie.be/open-source). You can support us by [buying one of our paid products](https://spatie.be/open-source/support-us).
2719

@@ -32,20 +24,13 @@ We highly appreciate you sending us a postcard from your hometown, mentioning wh
3224
You can install the package via composer:
3325

3426
```bash
35-
composer require :vendor_slug/:package_slug
36-
```
37-
38-
You can publish and run the migrations with:
39-
40-
```bash
41-
php artisan vendor:publish --tag=":package_slug-migrations"
42-
php artisan migrate
27+
composer require aelora/laravel-breadcrumbs
4328
```
4429

4530
You can publish the config file with:
4631

4732
```bash
48-
php artisan vendor:publish --tag=":package_slug-config"
33+
php artisan vendor:publish --tag="laravel-breadcrumbs-config"
4934
```
5035

5136
This is the contents of the published config file:
@@ -58,14 +43,14 @@ return [
5843
Optionally, you can publish the views using
5944

6045
```bash
61-
php artisan vendor:publish --tag=":package_slug-views"
46+
php artisan vendor:publish --tag="laravel-breadcrumbs-views"
6247
```
6348

6449
## Usage
6550

6651
```php
67-
$variable = new VendorName\Skeleton();
68-
echo $variable->echoPhrase('Hello, VendorName!');
52+
$breadcrumbs = new Aelora\Breadcrumbs();
53+
echo $breadcrumbs->echoPhrase('Hello, Aelora!');
6954
```
7055

7156
## Testing
@@ -80,15 +65,15 @@ Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed re
8065

8166
## Contributing
8267

83-
Please see [CONTRIBUTING](https://github.com/:author_username/.github/blob/main/CONTRIBUTING.md) for details.
68+
Please see [CONTRIBUTING](https://github.com/RyanNutt/.github/blob/main/CONTRIBUTING.md) for details.
8469

8570
## Security Vulnerabilities
8671

8772
Please review [our security policy](../../security/policy) on how to report security vulnerabilities.
8873

8974
## Credits
9075

91-
- [:author_name](https://github.com/:author_username)
76+
- [Ryan Nutt](https://github.com/RyanNutt)
9277
- [All Contributors](../../contributors)
9378

9479
## License

composer.json

Lines changed: 16 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
{
2-
"name": ":vendor_slug/:package_slug",
3-
"description": ":package_description",
2+
"name": "aelora/laravel-breadcrumbs",
3+
"description": "Quick and easy breadcrumbs for Laravel",
44
"keywords": [
5-
":vendor_name",
5+
"aelora",
66
"laravel",
7-
":package_slug"
7+
"laravel-breadcrumbs"
88
],
9-
"homepage": "https://github.com/:vendor_slug/:package_slug",
9+
"homepage": "https://github.com/aelora/laravel-breadcrumbs",
1010
"license": "MIT",
1111
"authors": [
1212
{
13-
"name": ":author_name",
14-
"email": "author@domain.com",
13+
"name": "Ryan Nutt",
14+
"email": "ryan@aelora.com",
1515
"role": "Developer"
1616
}
1717
],
@@ -23,25 +23,21 @@
2323
"require-dev": {
2424
"friendsofphp/php-cs-fixer": "^3.8",
2525
"nunomaduro/collision": "^6.0",
26-
"nunomaduro/larastan": "^2.0.1",
2726
"orchestra/testbench": "^7.0",
2827
"pestphp/pest": "^1.21",
2928
"pestphp/pest-plugin-laravel": "^1.1",
30-
"phpstan/extension-installer": "^1.1",
31-
"phpstan/phpstan-deprecation-rules": "^1.0",
32-
"phpstan/phpstan-phpunit": "^1.0",
3329
"phpunit/phpunit": "^9.5",
3430
"spatie/laravel-ray": "^1.26"
3531
},
3632
"autoload": {
3733
"psr-4": {
38-
"VendorName\\Skeleton\\": "src",
39-
"VendorName\\Skeleton\\Database\\Factories\\": "database/factories"
34+
"Aelora\\Breadcrumbs\\": "src",
35+
"Aelora\\Breadcrumbs\\Database\\Factories\\": "database/factories"
4036
}
4137
},
4238
"autoload-dev": {
4339
"psr-4": {
44-
"VendorName\\Skeleton\\Tests\\": "tests"
40+
"Aelora\\Breadcrumbs\\Tests\\": "tests"
4541
}
4642
},
4743
"scripts": {
@@ -51,15 +47,18 @@
5147
"format": "vendor/bin/php-cs-fixer fix --allow-risky=yes"
5248
},
5349
"config": {
54-
"sort-packages": true
50+
"sort-packages": true,
51+
"allow-plugins": {
52+
"pestphp/pest-plugin": true
53+
}
5554
},
5655
"extra": {
5756
"laravel": {
5857
"providers": [
59-
"VendorName\\Skeleton\\SkeletonServiceProvider"
58+
"Aelora\\Breadcrumbs\\BreadcrumbsServiceProvider"
6059
],
6160
"aliases": {
62-
"Skeleton": "VendorName\\Skeleton\\Facades\\Skeleton"
61+
"Breadcrumbs": "Aelora\\Breadcrumbs\\Facades\\Breadcrumbs"
6362
}
6463
}
6564
},

config/breadcrumbs.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
<?php
2+
// config for Aelora/Breadcrumbs
3+
return [
4+
5+
];

config/skeleton.php

Lines changed: 0 additions & 5 deletions
This file was deleted.

0 commit comments

Comments
 (0)