Wednesday, 15 February 2017

Run Redis, Mongod, rabitmq, elasticsearch on Ubuntu 16.04

1. redis-server, redis-cli;
2. systemctl start mongod
systemctl status mongod
3. Rabbitmq: http://127.0.0.1:15672/#/
4. elasticsearch
https://www.elastic.co/guide/en/elasticsearch/reference/1.7/_installation.html

cd elasticsearch-1.7.6/bin


./elasticsearch 

Sunday, 12 February 2017

Call to undefined method Illuminate \ Foundation \ Application ::bindShared()

Call to undefined method Illuminate \ Foundation \ Application ::bindShared()


To Fix this remove the outdated package "illuminate/html": "^5.0" and replace with new Laravel collective package as shown below
Đối vớ laravel 5.4
 "laravelcollective/html": "5.3.*"