cms
cms copied to clipboard
The core Laravel CMS Composer package
Continuing with what @edalzell started in https://github.com/statamic/cms/pull/6023, merging in what I've implemented in my addon. This PR adds the following: - [x] Adds a `{{ user:profile_form }}` tag that allows...
## Bug Description The static cache file not removed when the queue is run through php artisan queue:work, (or using database queue). After hours of inspection, the is due to...
Closes https://github.com/statamic/cms/issues/6610 - [x] Add replace asset action. - [x] Replace from asset editor.  - [x] Replace from listing.  breaks our Inertia adapter, we use on multiple websites. **Statamic\StaticCaching\Replacers\CsrfTokenReplacer::prepareResponseToCache():Argument 1 ($response) must be of type Illuminate\Http\Response, Illuminate\Http\JsonResponse given, called in /var/www/html/vendor/statamic/cms/src/StaticCaching/Middleware/Cache.php on line...
This PR adds three new modifiers that allow you to manipulate and render bard data in various ways: * `bard_text`: Converts any bard data to an HTML string (excluding sets)...
The `read_time` modifier cannot traverse into sets within Bard fields. Instead, an _Array to string conversion_ error is shown. Statamic 3.2.9 Pro Laravel 8.62.0 PHP 8.0.9 jonassiewertsen/statamic-documentation 1.5.0 webographen/statamic-dynamic-token 1.0.0...
### Bug description Recently i install Laravel telescope and following the steps on [https://laravel.com/docs/9.x/telescope#installation](https://laravel.com/docs/9.x/telescope#installation) But i try submit the form no action recorded on Laravel Telescope. Is there any configuration...
Just noticed this will be needed as part of the Eloquent package models PR seeing as we inherit from this class ~~Edit: moved to draft status as we'll need to...