coastercms icon indicating copy to clipboard operation
coastercms copied to clipboard

The repository for Coaster CMS (coastercms.org), a full featured, Laravel based Content Management System

Results 21 coastercms issues
Sort by recently updated
recently updated
newest added

After getting back to work today and starting up the project. It told me "access denied" when trying to access the admin panel. And after doing composer install / update...

``` Route::group(['middleware' => ['coaster.admin']], function () { Route::prefix('admin')->group(function () { // Dashboard Route::get('/', [\App\Http\Controllers\DashboardController::class, 'index']) ->name('coaster.admin.dashboard'); // CMS Website Route::get('/cms-website', [\App\Http\Controllers\CmsWebsiteController::class, 'index']) ->name('coaster.admin.cms-website'); }); ``` Those are my routes. The...

I'm trying to install Coaster in Windows 8.1, but when in the setup the database connnection I receive the following error "can't write settings to the .env file, check it...

I can't add and update any input field section in repeater block. How can I do that?

I'm trying to modify the 2017 theme and when I click the select Doc in the Mini Banner I have this 2 errors: `GET http://feather.aviary.com/imaging/v2/editor.js net::ERR_NAME_NOT_RESOLVED dialog.php?type=2&field_id=repeater_2_1_50_custom:60 Uncaught ReferenceError: Aviary...

i try to install coaster with help from: https://www.coastercms.org/docs/developer/install-coaster-cms-windows#php-and-composer but the url for: https://www.webtechgadgetry.com/install-php-7-windows/ is not working. need help in install coaster after bitnami installed on win10, and from there...

help wanted

Hi can you help me how to show from latest to first in blog archive page, What to change heere ?

Installed CoasterCMS via composer today so it is the latest version. PHPUnit is **v6.5.6** Running `phpunit` results in the following error: ``` Warning: is_dir() expects parameter 1 to be a...

The caching is broken when I try CoasterCMS. When editing menu/page, cache is not cleared. The old page still gets displayed on my website. Switching themes does work, and will...