This is an open source of Content Management System developed with Laravel framework.
Visit Documentation section in the website
Visit Installation section in the documentation for the details
Content Management System https://lavalite.org/demo.html
Products https://lavalite.org/products.html
The Lavalite CMS is open-sourced software licensed under the MIT license.
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.