This is a sample blog website building with Laravel 5.4. You are able to add, delete or update a content on your Blog, on your local database. Moreover these actions simultaneously modify your own elasticsearch server. Lastly You can search a "full word" on search bar, then you will see the elasticsearch server's return.
These installations will get you a copy of the project up and running on your local machine for development and testing purposes.
- install composer
- install mysql locally
- install elasticsearh
- PostsController.php our controller file. You can see all function in this file(search, updatePost ..)
- You can compare versions in composer.json
- ...will be added...