grundmanis / laracms-content
Laracms content module
Installs: 182
Dependents: 1
Suggesters: 0
Security: 0
Stars: 3
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/grundmanis/laracms-content
Requires
- dimsav/laravel-translatable: >=8.0
- grundmanis/laracms: @dev
This package is auto-updated.
Last update: 2025-10-07 06:31:02 UTC
README
This is a Laracms module. It allows to use translated texts directly from database in your blade files and manage them in laracms dashboard.
How to use
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)
Installation
Run
composer require grundmanis/laracms-content
and run migration:
php artisan migrate