Search! Closes #38

Squashed commit of the following:

commit edc3e917d710f34c2ac487474db37a8acf2134c9
Author: Jonny Barnes <jonny@jonnybarnes.uk>
Date:   Fri Nov 25 19:51:32 2016 +0000

    Update changelog

commit 78668c68557c4121bf4b8862b76102ac87c81787
Author: Jonny Barnes <jonny@jonnybarnes.uk>
Date:   Fri Nov 25 19:50:39 2016 +0000

    Add the search feature

commit dfe8447dcb236e03a7870f40e53a4276fc06e580
Author: Jonny Barnes <jonny@jonnybarnes.uk>
Date:   Fri Nov 25 19:26:23 2016 +0000

    Add a search form in the footer

commit 626b0124653d9697e1ac6d3424805af41546ba17
Author: Jonny Barnes <jonny@jonnybarnes.uk>
Date:   Fri Nov 25 18:00:38 2016 +0000

    Installing/setting up scout

commit 52d7d7e7e058247fa73963b4dd45aa8649df4b9f
Author: Jonny Barnes <jonny@jonnybarnes.uk>
Date:   Fri Nov 25 17:50:56 2016 +0000

    Add search dependencies
This commit is contained in:
Jonny Barnes 2016-11-25 19:51:42 +00:00
parent eb51253f33
commit b53221a94a
15 changed files with 305 additions and 4 deletions

116
composer.lock generated
View file

@ -4,8 +4,59 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
"This file is @generated automatically"
],
"content-hash": "6109ed77e9efda6af2d9607834c88beb",
"content-hash": "f9c5f3db6efad2ea0d257e1240b1370a",
"packages": [
{
"name": "algolia/algoliasearch-client-php",
"version": "1.11.0",
"source": {
"type": "git",
"url": "https://github.com/algolia/algoliasearch-client-php.git",
"reference": "d4f29a1fe82f3d6361a516276849bd98dd014cc0"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/algolia/algoliasearch-client-php/zipball/d4f29a1fe82f3d6361a516276849bd98dd014cc0",
"reference": "d4f29a1fe82f3d6361a516276849bd98dd014cc0",
"shasum": ""
},
"require": {
"ext-mbstring": "*",
"php": ">=5.3"
},
"require-dev": {
"phpunit/phpunit": "^4.8 || ^5.0",
"satooshi/php-coveralls": "0.6.*"
},
"type": "library",
"autoload": {
"psr-0": {
"AlgoliaSearch": "src/",
"AlgoliaSearch\\Tests": "tests/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Algolia Team",
"email": "contact@algolia.com"
},
{
"name": "Ryan T. Catlin",
"email": "ryan.catlin@gmail.com"
},
{
"name": "Jonathan H. Wage",
"email": "jonwage@gmail.com"
}
],
"description": "Algolia Search API Client for PHP",
"homepage": "https://github.com/algolia/algoliasearch-client-php",
"time": "2016-10-20T11:25:18+00:00"
},
{
"name": "anahkiasen/underscore-php",
"version": "2.0.0",
@ -1658,6 +1709,69 @@
],
"time": "2016-11-21T14:14:16+00:00"
},
{
"name": "laravel/scout",
"version": "v1.1.11",
"source": {
"type": "git",
"url": "https://github.com/laravel/scout.git",
"reference": "69b8835aad9ef907058775a058f19003ac569495"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/laravel/scout/zipball/69b8835aad9ef907058775a058f19003ac569495",
"reference": "69b8835aad9ef907058775a058f19003ac569495",
"shasum": ""
},
"require": {
"illuminate/bus": "~5.3",
"illuminate/contracts": "~5.3",
"illuminate/database": "~5.3",
"illuminate/pagination": "~5.3",
"illuminate/queue": "~5.3",
"illuminate/support": "~5.3",
"php": ">=5.6.4"
},
"require-dev": {
"algolia/algoliasearch-client-php": "^1.10",
"elasticsearch/elasticsearch": "^2.2",
"mockery/mockery": "~0.9",
"phpunit/phpunit": "~5.0"
},
"suggest": {
"algolia/algoliasearch-client-php": "Required to use the Algolia engine (^1.10).",
"elasticsearch/elasticsearch": "Required to use the Elasticsearch engine (^2.2)."
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.0-dev"
}
},
"autoload": {
"psr-4": {
"Laravel\\Scout\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Taylor Otwell",
"email": "taylor@laravel.com"
}
],
"description": "Laravel Scout provides a driver based solution to searching your Eloquent models.",
"keywords": [
"algolia",
"elasticsearch",
"laravel",
"search"
],
"time": "2016-11-21T14:17:34+00:00"
},
{
"name": "lcobucci/jwt",
"version": "3.2.1",