Skip to content

jsuryahyd/php_mysql_search

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Php Mysql search

codeAlong of this videos of codecourse

also to get used to git.

dependencies

  • fzaninotto/Faker clone this repository into create_db folder and run db_filler.php.
  • For part-3, Elastic search, Download the zip, run elastic search.bat. change the jvm options if needed;Then run composer install in the folder containing composer.json. A vendor folder is created with necessary dependencies. require the autoload file require_once('vendor/autoload.php'); Syntax for version - 5 to create a client is $client = Elasticsearch\ClientBuilder::create()->setHosts( ['127.0.0.1:9200'])->build();

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published