Adrien Foulon
Adrien Foulon
@reinink Why would you Force push on master on a popular repo? You obliterated all the open PRs
It's not currently possible because cookies are not locally stored and updated when set from an http request, this is just a wrapper for tiny cookie, however an implementation is...
Congrats you just converted ```html ``` To ```html ```
Just discovered this and I have to say it looks awesome and I'd love to use it So in the wait of the updated code, I'm giving you some encouragements...
Slightly improved the PR https://github.com/BrainMaestro/composer-git-hooks/pull/146 You can just add in your composer.json meanwhile instead of changing/forking the package ```json { "repositories": [ { "type": "vcs", "url": "https://github.com/Tofandel/composer-git-hooks" } ] }...
I agree, that PR, while great for a new version contains breaking changes, not necessary to support v7, in fact just adding ``` "symfony/http-foundation": "^2.6|^3.0|^4.0|^5.0|^6.0|^v7.0", "symfony/routing": "^2.6|^3.0|^4.0|^5.0|^6.0|^7.0", ``` In composer.json...
@patrickbrouwers You know deprecating laravel version (and even php version) does not require a major version bump with composer, it will still respect semver, that's because composer handles the version...
Yes, copy the original class to an abstract class with a different name Then, in the original file do a `trait_exists` and declare the class extending the abstract either with...
I see thanks, there is still a few remnants of User::class though especially in the `belongsTo` of revisions and roles I have noted 97+ usages of the User class in...
Maybe we should also update the content of the `stubs\blocks\text.blade.php` which is completely different than the actual compiled component which are actually not translatable, don't have a title input and...