Skip to content

Commit c43072c

Browse files
committed
wip
2 parents 09415ed + 7dc74db commit c43072c

File tree

4 files changed

+31
-12
lines changed

4 files changed

+31
-12
lines changed

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 7 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,8 @@
1-
blank_issues_enabled: false
1+
blank_issues_enabled: true
22
contact_links:
3-
- name: Ask a question
4-
url: https://github.com/spatie/laravel-url-ai-transformer/discussions/new?category=q-a
5-
about: Ask the community for help
6-
- name: Request a feature
7-
url: https://github.com/spatie/laravel-url-ai-transformer/discussions/new?category=ideas
8-
about: Share ideas for new features
9-
- name: Report a security issue
10-
url: https://github.com/spatie/laravel-url-ai-transformer/security/policy
11-
about: Learn how to notify us for sensitive bugs
3+
- name: Feature Request
4+
url: https://github.com/spatie/laravel-url-ai-transformer/discussions/new?category=ideas
5+
about: Share ideas for new features
6+
- name: Ask a Question
7+
url: https://github.com/spatie/laravel-url-ai-transformer/discussions/new?category=q-a
8+
about: Ask the community for help

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
22

33
All notable changes to `laravel-url-ai-transformer` will be documented in this file.
44

5+
## 1.0.1 - 2025-08-26
6+
7+
### What's Changed
8+
9+
* Update prism-php/prism requirement from ^0.85.0 to ^0.86.0 by @dependabot[bot] in https://github.com/spatie/laravel-url-ai-transformer/pull/1
10+
11+
### New Contributors
12+
13+
* @dependabot[bot] made their first contribution in https://github.com/spatie/laravel-url-ai-transformer/pull/1
14+
15+
**Full Changelog**: https://github.com/spatie/laravel-url-ai-transformer/compare/1.0.0...1.0.1
16+
517
## 1.0.0 - 2025-08-24
618

719
**Full Changelog**: https://github.com/spatie/laravel-url-ai-transformer/compare/0.0.1...1.0.0

README.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,19 @@
1-
# Transform URLs and their content using AI
1+
<div align="left">
2+
<a href="https://spatie.be/open-source?utm_source=github&utm_medium=banner&utm_campaign=laravel-url-ai-transformer">
3+
<picture>
4+
<source media="(prefers-color-scheme: dark)" srcset="https://spatie.be/packages/header/laravel-url-ai-transformer/html/dark.webp?1756452689">
5+
<img alt="Logo for laravel-permission" src="https://spatie.be/packages/header/laravel-url-ai-transformer/html/light.webp?1756452689">
6+
</picture>
7+
</a>
8+
9+
<h1>Transform URLs and their content using AI</h1>
210

311
[![Latest Version on Packagist](https://img.shields.io/packagist/v/spatie/laravel-url-ai-transformer.svg?style=flat-square)](https://packagist.org/packages/spatie/laravel-url-ai-transformer)
412
[![GitHub Tests Action Status](https://img.shields.io/github/actions/workflow/status/spatie/laravel-url-ai-transformer/run-tests.yml?branch=main&label=tests&style=flat-square)](https://github.com/spatie/laravel-url-ai-transformer/actions?query=workflow%3Arun-tests+branch%3Amain)
513
[![GitHub Code Style Action Status](https://img.shields.io/github/actions/workflow/status/spatie/laravel-url-ai-transformer/fix-php-code-style-issues.yml?branch=main&label=code%20style&style=flat-square)](https://github.com/spatie/laravel-url-ai-transformer/actions?query=workflow%3A"Fix+PHP+code+style+issues"+branch%3Amain)
614
[![Total Downloads](https://img.shields.io/packagist/dt/spatie/laravel-url-ai-transformer.svg?style=flat-square)](https://packagist.org/packages/spatie/laravel-url-ai-transformer)
15+
16+
</div>
717

818
Using this package, you can transform URLs and their content using AI. Whether you want to extract structured data, generate summaries, create image, or apply custom AI transformations to web content - this package can do it.
919

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"require": {
1919
"php": "^8.4",
2020
"illuminate/contracts": "^12.0|^11.0",
21-
"prism-php/prism": "^0.86.0",
21+
"prism-php/prism": "^0.89.0",
2222
"spatie/laravel-package-tools": "^1.92.7"
2323
},
2424
"require-dev": {

0 commit comments

Comments
 (0)