Skip to content

Commit

Permalink
Run initial configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
rawilk committed Dec 13, 2023
1 parent 64ecc1b commit e246073
Show file tree
Hide file tree
Showing 29 changed files with 85 additions and 480 deletions.
2 changes: 1 addition & 1 deletion .github/FUNDING.yml
Original file line number Diff line number Diff line change
@@ -1 +1 @@
github: :author_username
github: rawilk
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ body:
- type: input
id: package
attributes:
label: :package_name Version
label: filament-quill Version
description: Which version of the package are you using?
placeholder: v1.0.0
validations:
Expand Down
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/feature.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
name: Feature Request
description: Propose a new feature for :package_name
description: Propose a new feature for filament-quill
title: "[Feature Request]: "
labels: [feature request]
body:
- type: markdown
attributes:
value: |
Thanks for proposing a new feature for :package_name!
Thanks for proposing a new feature for filament-quill!
- type: textarea
id: feature-description
attributes:
Expand Down
2 changes: 1 addition & 1 deletion .github/SECURITY.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Security Policy

If you discover any security related issues, please email author@domain.com instead of using the issue tracker.
If you discover any security related issues, please email randall@randallwilk.dev instead of using the issue tracker.
10 changes: 10 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,13 @@ updates:
labels:
- "dependencies"
- "composer"

- package-ecosystem: "npm"
directory: "/"
schedule:
interval: "weekly"
commit-message:
prefix: "NPM"
labels:
- "dependencies"
- "npm"
4 changes: 3 additions & 1 deletion .github/workflows/markdown-normalize.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Git checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
ref: ${{ github.head_ref }}

- name: Prettify markdown
uses: creyD/prettier_action@v4.3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:

steps:
- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Setup PHP
uses: shivammathur/setup-php@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/phpstan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
name: phpstan
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Setup PHP
uses: shivammathur/setup-php@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:

steps:
- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 2
ref: ${{ github.head_ref }}
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Changelog

All notable changes to `:package_name` will be documented in this file
All notable changes to `filament-quill` will be documented in this file
2 changes: 1 addition & 1 deletion LICENSE.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) :year :author_name <author@domain.com>
Copyright (c) :year Randall Wilk <randall@randallwilk.dev>

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
38 changes: 14 additions & 24 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,22 +1,12 @@
# :package_name
# filament-quill

[![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)
![Tests](https://github.com/:vendor_slug/:package_slug/workflows/Tests/badge.svg?style=flat-square)
[![Total Downloads](https://img.shields.io/packagist/dt/:vendor_slug/:package_slug.svg?style=flat-square)](https://packagist.org/packages/:vendor_slug/:package_slug)
[![PHP from Packagist](https://img.shields.io/packagist/php-v/:vendor_slug/:package_slug?style=flat-square)](https://packagist.org/packages/:vendor_slug/:package_slug)
[![License](https://img.shields.io/github/license/:vendor_slug/:package_slug?style=flat-square)](https://github.com/:vendor_slug/:package_slug/blob/main/LICENSE.md)
[![Latest Version on Packagist](https://img.shields.io/packagist/v/rawilk/filament-quill.svg?style=flat-square)](https://packagist.org/packages/rawilk/filament-quill)
![Tests](https://github.com/rawilk/filament-quill/workflows/Tests/badge.svg?style=flat-square)
[![Total Downloads](https://img.shields.io/packagist/dt/rawilk/filament-quill.svg?style=flat-square)](https://packagist.org/packages/rawilk/filament-quill)
[![PHP from Packagist](https://img.shields.io/packagist/php-v/rawilk/filament-quill?style=flat-square)](https://packagist.org/packages/rawilk/filament-quill)
[![License](https://img.shields.io/github/license/rawilk/filament-quill?style=flat-square)](https://github.com/rawilk/filament-quill/blob/main/LICENSE.md)

## <!--delete-->

This repo can be used to scaffold a Laravel package. Follow these steps to get started:

1. Press the "Use template" button at the top of this repo to create a new repo with the contents of this skeleton.
2. Run `php ./configure.php` to run the script that will replace all placeholders throughout all the files.
3. Remove this block of text.

---

<!--/delete-->
##

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

Expand All @@ -25,29 +15,29 @@ This is where your description should go. Limit it to a paragraph or two. Consid
You can install the package via composer:

```bash
composer require :vendor_slug/:package_slug
composer require rawilk/filament-quill
```

You can publish and run the migrations with:

```bash
php artisan vendor:publish --tag=":package_slug-migrations"
php artisan vendor:publish --tag="filament-quill-migrations"
php artisan migrate
```

You can publish the config file with:

```bash
php artisan vendor:publish --tag=":package_slug-config"
php artisan vendor:publish --tag="filament-quill-config"
```

You can view the default configuration here: https://github.com/:vendor_slug/:package_slug/blob/main/config/:package_slug.php
You can view the default configuration here: https://github.com/rawilk/filament-quill/blob/main/config/filament-quill.php

## Usage

```php
$skeleton = new VendorName\Skeleton;
echo $skeleton->echoPhrase('Hello, VendorName!');
$filament-quill = new Rawilk\Quill;
echo $filament-quill->echoPhrase('Hello, Rawilk!');
```

## Scripts
Expand Down Expand Up @@ -88,7 +78,7 @@ Please review [my security policy](.github/SECURITY.md) on how to report securit

## Credits

- [:author_name](https://github.com/:author_username)
- [Randall Wilk](https://github.com/rawilk)
- [All Contributors](../../contributors)

## License
Expand Down
1 change: 1 addition & 0 deletions bin/setup.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#!/bin/sh

composer install
npm install
28 changes: 12 additions & 16 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
{
"name": ":vendor_slug/:package_slug",
"description": ":package_description",
"name": "rawilk/filament-quill",
"description": "Quill rich text editor for Filament.",
"keywords": [
":vendor_name",
"rawilk",
"laravel",
":package_slug"
"filament-quill"
],
"homepage": "https://github.com/:vendor_slug/:package_slug",
"homepage": "https://github.com/rawilk/filament-quill",
"license": "MIT",
"authors": [
{
"name": ":author_name",
"email": "author@domain.com",
"name": "Randall Wilk",
"email": "randall@randallwilk.dev",
"role": "Developer"
}
],
Expand All @@ -31,20 +31,19 @@
},
"autoload": {
"psr-4": {
"VendorName\\Skeleton\\": "src/",
"VendorName\\Skeleton\\Database\\Factories\\": "database/factories/"
"Rawilk\\FilamentQuill\\": "src/"
}
},
"autoload-dev": {
"psr-4": {
"VendorName\\Skeleton\\Tests\\": "tests/"
"Rawilk\\FilamentQuill\\Tests\\": "tests/"
}
},
"scripts": {
"post-autoload-dump": [
"@php ./vendor/bin/testbench package:discover --ansi"
],
"clear": "@php vendor/bin/testbench package:purge-skeleton --ansi",
"clear": "@php vendor/bin/testbench package:purge-filament-quill --ansi",
"analyse": "vendor/bin/phpstan analyse",
"test": "vendor/bin/pest",
"test-coverage": "vendor/bin/pest --coverage",
Expand All @@ -59,11 +58,8 @@
"extra": {
"laravel": {
"providers": [
"VendorName\\Skeleton\\SkeletonServiceProvider"
],
"aliases": {
"Skeleton": "Skeleton"
}
"Rawilk\\FilamentQuill\\FilamentQuillServiceProvider"
]
}
},
"minimum-stability": "dev",
Expand Down
File renamed without changes.
Loading

0 comments on commit e246073

Please sign in to comment.