Skip to content

Latest commit

 

History

History
15 lines (15 loc) · 916 Bytes

readme.md

File metadata and controls

15 lines (15 loc) · 916 Bytes

Laravel 5.4 Blog with basic Elasticsearch properties

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.

Getting Started

These installations will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

  • install composer
  • install mysql locally
  • install elasticsearh

Some Descriptions

  • 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...