laravel-embed icon indicating copy to clipboard operation
laravel-embed copied to clipboard

Effortless responsive embeds for videos, slideshows and more.

Results 2 laravel-embed issues
Sort by recently updated
recently updated
newest added

This is an automated pull request from [Shift](https://laravelshift.com) to update your package code and dependencies to be compatible with Laravel 11.x. **Before merging**, you need to: - Checkout the `l11-compatibility`...

In `ValueObjects/Url.php __construct` you are throwing InvalidArgumentException but your `try new Url($value)` in `Rules/EmbeddableUrl.php` is catching ServiceNotFoundException so the exception is thrown.