I'd like to install the illuminate/support/messagebag
but can't seem to find a composer address to do this.
Is this still available for Laravel5 and if so, what composer details do I need to use?
I'd like to install the illuminate/support/messagebag
but can't seem to find a composer address to do this.
Is this still available for Laravel5 and if so, what composer details do I need to use?
If you need a general purpouse message package, you can try this one here, if you just need a Flash message bag, you can try this one
EDIT: As I said in the comments, I thought you needed another one. MessageBag is there, wasn't removed. I've done a fresh installation and I got it working. Check my composer.json, there's nothing rare in there, just laravel:
Maybe there's a problem with your installation, but it should be there.