IRAYOL is a Wordpress style CMS with easy to install modules, themes, configure menus, among other options.
Here are some related projects
Install my-project with npm
git clone https://github.com/jesusave/irayol.git
cd irayol
composer install
php artisan key:generate
php artisan migrate --seed
php artisan storage:link
http://127.0.0.1:8000
User: admin@admin.com or admin
Pass: 123456