Skip to content

elfcms/gallery

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Shop package for ELF CMS

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

Installation in an existing project

Install the package ELF CMS Shop

composer require elfcms/gallery

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 Shop

composer require elfcms/gallery

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