grundmanis/laracms-content is a Laravel package for laracms content module.
It currently has 3 GitHub stars and 182 downloads on Packagist.
Install it with composer require grundmanis/laracms-content.
Discover more Laravel packages by grundmanis
or browse all Laravel packages to compare alternatives.
Last updated
This is a Laracms module. It allows to use translated texts directly from database in your blade files and manage them in laracms dashboard.

Click on "content" menu point or go to yourhost.com/laracms/content/, create a new content with unique slug and translated values,
then in blade files, use Content::get($slug, $locale = null) or helper content($slug, $locale = null)
Run
composer require grundmanis/laracms-content
and run migration:
php artisan migrate