laravel-cms icon indicating copy to clipboard operation
laravel-cms copied to clipboard

A "plug-and-play" content managing system (CMS) for Laravel

Results 3 laravel-cms issues
Sort by recently updated
recently updated
newest added

Click on the "< Close" button doesn't work. Nothing. No JS error alert in debugger. I use Bootstrap 5. ![Snímka obrazovky 2023-11-13 o 11 36 24](https://github.com/Sinevia/laravel-cms/assets/5807028/ef276f58-8d3b-4972-8971-5875c6ed1117)

When opening url, getting middleware issue https://headsocial.com/images/MqdUxPLQVXQ029P02IGh.png route file Route::group(['prefix' => '/cms-admin'], function () { Route::group(['middleware'=>'adminonly'], function(){ AdvancedRoute::controller('/cms', '\Sinevia\Cms\Http\Controllers\CmsController'); }); }); When i am creating pages, these are not accessible...

Please the below code in Models/Blade.php. To eliminate n + 1 querying situations, you could use some get request before running the loop inside renderBlocks function and remove `self::find($blockID)` part...