Flynsarmy/laravel-db-blade-compiler

Not available on packagist

henrikmartinsson opened this issue · 2 comments

I found some of your other packages on there but not this one. I don't know if it's intentional or not, but I thought that I'd mention it anyway. Cheers!

Hey, yes this is intentional. I don't have complete confidence in this package so I didn't include it on packagist. If you want to use it add the following to your omposer

"repositories": [
    {
        "type": "vcs",
        "url": "git://github.com/Flynsarmy/laravel-db-blade-compiler.git"
    }
],

Yeah, I added it manually as you described. I've only played around with it for a while but so far it's working like a charm, thanks!