elfcms/infobox

Installs: 21

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 0

Open Issues: 0

Language:Blade

1.6.2 2024-03-15 14:05 UTC

This package is auto-updated.

Last update: 2024-09-09 08:17:10 UTC


README

You can install the package from scratch or into an existing project

Installation in an existing project

Install the package ELF CMS Infobox

composer require elfcms/infobox

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 Infobox

composer require elfcms/infobox

Go to the /admin page of your project to complete the initial setup