Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

rspahni's avatar

Life belt for early L5 adopters: Pull in specific composer commit...

.. when your experimental app has blown up, which happens to me twice a day right now:

    "require": {
        "laravel/framework": "dev-master#d6c990f94cfc610a2e2c09b34b923a50ecae7cdc",

[not 5.0#commit-hash as it was posted here somewhere]

0 likes
3 replies
rspahni's avatar

"GitHub" commit I should have put, sorry. Slightly overwhelmed by the fact that QueryBuilder / db remember as well as pagination have vanished since yesterday, until further notice. :)

rspahni's avatar

Only different such that I might start from scratch with my cool custom paginatior that can handle whatever number of pages never showing more than 7 segments incl. ellipses and arrow buttons. 4.2 stable I'm coming !!

Please or to participate in this conversation.