Skip to content

trannguyenhan/lavalite-cms

 
 

Repository files navigation

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.

About

Multilingual PHP CMS built with Laravel and bootstrap with docker compose

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • PHP 99.0%
  • Other 1.0%