elfcms / search
This package is abandoned and no longer maintained.
No replacement package was suggested.
0.1.1
2023-07-09 10:18 UTC
Requires
- php: ^8.0
- elfcms/basic: ^1.4.3
This package is auto-updated.
Last update: 2024-02-06 07:02:27 UTC
README
You can install the package from scratch or into an existing project
Installation in an existing project
Install the package ELF CMS Search
composer require elfcms/search
Installation from scratch
Create a new Laravel project
composer create-project laravel/laravel your-project-name
Set up a database connection in a file .env
DB_DATABASE=dbname
DB_USERNAME=dbuser
DB_PASSWORD=dbpassword
Install the package ELF CMS Search
composer require elfcms/search
Go to the /admin page of your project to complete the initial setup