Cms lara is a cms based on laravel voyager
clone repo :
git clone https://github.com/unabomber87/cms-lara.git
install composer dependencies :
composer install
create .env file with db credentials
generate ciphers key
php artisan key:generate
install voyager :
php artisan voyager:install --with-dummy
add directory permission
sudo chmod -R 777 bootstrap/cache/
sudo chmod -R 777 storage/logs/
sudo chmod -R 777 storage/framework/views/
sudo chmod -R 777 storage/framework/sessions/
sudo chmod -R 777 storage/framework/cache/
visite BASE_URL/001/admin for backoffice
you can login with the following login credentials:
**email:** [email protected]
**password:** password
The cms lara is open-sourced software licensed under the MIT license.