ngodingbang / laravel-scout-database-driver
Example of Laravel Application using Laravel Scout package with Database Driver.
Installs: 0
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Language:SCSS
Type:project
Requires
- php: ^8.0
- fruitcake/laravel-cors: ^2.0
- guzzlehttp/guzzle: ^7.0.1
- laravel/framework: ^8.75
- laravel/sanctum: ^2.11
- laravel/scout: ^9.4
- laravel/tinker: ^2.5
Requires (Dev)
- barryvdh/laravel-debugbar: ^3.6
- facade/ignition: ^2.5
- fakerphp/faker: ^1.9.1
- laravel-lang/lang: ^10.4
- laravel/sail: ^1.0.1
- mockery/mockery: ^1.4.4
- nunomaduro/collision: ^5.10
- pestphp/pest: ^1.21
- pestphp/pest-plugin-laravel: ^1.2
- phpunit/phpunit: ^9.5.10
This package is auto-updated.
Last update: 2025-03-26 20:19:11 UTC
README
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.
- Laravel Framework (https://github.com/laravel/laravel)
- Laravel Scout (https://github.com/laravel/scout)
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.