laravel-cms
laravel-cms copied to clipboard
A "plug-and-play" content managing system (CMS) for Laravel
Click on the "< Close" button doesn't work. Nothing. No JS error alert in debugger. I use Bootstrap 5. 
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...