Skip to content

Latest commit

 

History

History
68 lines (45 loc) · 2.13 KB

README.md

File metadata and controls

68 lines (45 loc) · 2.13 KB

Laravel Scout Database Driver

Build Status Latest Stable Version Total Downloads Software License

Laravel Scout Database Driver is an example of Laravel application that using Laravel Scout package to search data with Database Driver. You can check these GitHub repository below.

This application has been tested using pestphp.

Requirements

  • Laravel Framework ^8.75
  • PHP ^7.3|^8.0
  • Node.js ^16.14.0
  • NPM ^8.3.1
  • Composer ^2.0
  • MySQL ^8.0.28

Installation

To install this repository in your localhost, run this command below using your terminal.

composer create-project ngodingbang/laravel-scout-database-driver:dev-master

Packagist: https://packagist.org/packages/ngodingbang/laravel-scout-database-driver

Preparing Database

Run this command below to run database migration process.

php artisan migrate

Publish Assets

Run this command below to publish the neccessary assets into "public" folder.

npm install && npm run dev

Testing

Run this command below to run test script using pest.

./vendor/bin/pest
# or
composer test

Changelog

See changelog.md for further information about the changes that happened in this repository.

License

This repository using MIT License (MIT). See license.md for further information.

Author