Skip to content

Latest commit

 

History

History
44 lines (27 loc) · 1.35 KB

readme.md

File metadata and controls

44 lines (27 loc) · 1.35 KB

Lavalite

Build Status StyleCI License: MIT

This is an open source of Content Management System developed with Laravel framework.

Screen

Documentation

Visit Documentation section in the website

System Requirements & Installation

Visit Installation section in the documentation for the details

Demo

Content Management System https://lavalite.org/demo.html

Products https://lavalite.org/products.html

License

The Lavalite CMS is open-sourced software licensed under the MIT license.

Run

Install vendor and gen key:

docker-compose exec app composer update
docker-compose exec app php artisan key:generate

Run migrate and seeder:

docker-compose exec app php artisan migrate
docker-compose exec app php artisan db:seed

Access to localhost:8005/admin and enter username/email is admin@lavalite.org and password is admin@lavalite to login to admin dashboard.