php - Laravel5 illuminate composer messagebag package -


i'd install illuminate/support/messagebag can't seem find composer address this.

is still available laravel5 , if so, composer details need use?

if need general purpouse message package, can try this 1 here, if need flash message bag, can try this one

edit: said in comments, thought needed one. messagebag there, wasn't removed. i've done fresh installation , got working. check composer.json, there's nothing rare in there, laravel:

"require": {     "php": ">=5.5.9",     "laravel/framework": "5.1.*" }, "require-dev": {     "fzaninotto/faker": "~1.4",     "mockery/mockery": "0.9.*",     "phpunit/phpunit": "~4.0",     "phpspec/phpspec": "~2.1" }, 

maybe there's problem installation, should there.


Comments

Popular posts from this blog

facebook - android ACTION_SEND to share with specific application only -

python - Creating a new virtualenv gives a permissions error -

javascript - cocos2d-js draw circle not instantly -