https://github.com/ngodingbang/laravel-scout-database-driver
Example of Laravel Application using Laravel Scout package with Database Driver.
https://github.com/ngodingbang/laravel-scout-database-driver
Last synced: 4 months ago
JSON representation
Example of Laravel Application using Laravel Scout package with Database Driver.
- Host: GitHub
- URL: https://github.com/ngodingbang/laravel-scout-database-driver
- Owner: ngodingbang
- License: mit
- Created: 2022-02-26T08:27:56.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-02-26T13:22:03.000Z (over 4 years ago)
- Last Synced: 2025-02-25T08:37:49.984Z (over 1 year ago)
- Language: SCSS
- Size: 1.41 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Laravel Scout Database Driver
[](https://github.com/ngodingbang/laravel-scout-database-driver/actions)
[](https://packagist.org/packages/ngodingbang/laravel-stisla-starter)
[](https://packagist.org/packages/ngodingbang/laravel-stisla-starter)
[](https://packagist.org/packages/ngodingbang/laravel-stisla-starter)
**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](https://pestphp.com).
## 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.
```bash
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.
```bash
php artisan migrate
```
## Publish Assets
Run this command below to publish the neccessary assets into "public" folder.
```bash
npm install && npm run dev
```
## Testing
Run this command below to run test script using [pest](https://pestphp.com/).
```bash
./vendor/bin/pest
# or
composer test
```
## Changelog
See [`changelog.md`](CHANGELOG.md) for further information about the changes that happened in this repository.
## License
This repository using MIT License (MIT). See [`license.md`](LICENSE.md) for further information.
## Author
- [Septianata Rizky Pratama](https://github.com/ngodingbang)