Page icon indicating copy to clipboard operation
Page copied to clipboard

Laravel package that add multilingual page functionality for lavalite cms.

Results 2 Page issues
Sort by recently updated
recently updated
newest added

``` at packages/litecms/page/routes/web.php:10 6▕ }); 7▕ // Public routes for pages 8▕ Route::get('/{slug}.html', 'PagePublicController@getPage'); 9▕ ➜ 10▕ if (Trans::isMultilingual()) { 11▕ Route::group( 12▕ [ 13▕ 'prefix' => '{trans}', 14▕ 'where'...

Can you please add PHP 8.0 in your composer.json file?