Skip to content

Conversation

@elcreator
Copy link

Added popular Laravel IDE stubs generator so IDEs will resolve i.e. \DB to our DB.
It not affects production so
Usage: php artisan ide-helper:generate
once this may be added to run it on every update

"scripts": {
    "post-update-cmd": [
        "Illuminate\\Foundation\\ComposerScripts::postUpdate",
        "@php artisan ide-helper:generate",
        "@php artisan ide-helper:meta"
    ]
},

@Seiger Seiger merged commit 6bc4fb3 into evolution-cms:3.5.x Jan 14, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants