Vincent Garnier

Results 8 comments of Vincent Garnier

https://github.com/FriendsOfPHP could be a good place for this project

I think it's not within the scope of this package; use [Propaganistas/Laravel-Phone](https://github.com/Propaganistas/Laravel-Phone) instead which does this just fine

They were taken from several sources but I do not remember which ones. And I did not notice that ... oops But more generally this package is quite old and...

It's a good idea, it always bothered me to have to install the package when it's only used once. We will think about it.

@godismyjudge95 I don't think this really answers the initial request which was, if I understood correctly, that the package could generate a migration with the up() and down() methods so...

Unfortunately [Laravel 11 removes the use of DBAL](https://laravel.com/docs/11.x/upgrade#doctrine-dbal-removal). However this package uses several methods listed. This requires a major refactoring and therefore a major release.

Please use v3.0.0 for Laravel 11 and v4.0.0 for Laravel 12

@tagliala I confirm that there is an override of the `data-prefix` attribute value. According to documentation [Changing Icons by Changing Classes](https://fontawesome.com/v6/docs/web/use-with/jquery#changing-icons-by-changing-classes) With this simple example: ```html Open up document.addEventListener('DOMContentLoaded', function...