webcityro/larasearch

The easy way to do the "R" in CRUD.

Maintainers

Package info

github.com/webcityro/larasearch

pkg:composer/webcityro/larasearch

Statistics

Installs: 20

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

dev-master 2024-09-11 20:55 UTC

This package is auto-updated.

Last update: 2026-03-12 00:06:14 UTC


README

composer require webcityro/larasearch

php artisan vendor:publish --tag=larasearch-config

php artisan larasearch:make:request --multi FetchUsersRequest

php artisan larasearch:make:query UserQuery --model=Models/User

php artisan larasearch:make:repository UserRepository Models/User

php artisan make:resource UserResource

Add the next line to your service provider's boot method. $this->app->bind(\App\Repositories\Contracts\UserRepositoryContract::class, \App\Repositories\Eloquent\UserRepository::class);