Joshua Blum

Results 7 issues of Joshua Blum

### Bug description When trying to create an Entry and the CP is set to a site that the collection is not available in you get an empty publish form....

bug
multisite

Closes https://github.com/statamic/docs/issues/1097

Could include things like: - When to switch from flat-file to the Eloquent driver - Handling assets and presets - Using cache tags - Server environments and specs - Redis...

Guides

Introduced by https://github.com/statamic/cms/pull/7582

Missing Documentation

Like doing something like this in our `AppServiceProvider` for Fieldsets: ```php $this->app->singleton(\Statamic\Fields\FieldsetRepository::class, function () { return (new \Statamic\Fields\FieldsetRepository) // define the path here ->setDirectory(resource_path('fieldsets')); }); ``` or this for Blueprints:...

Missing Documentation

### Bug description When you have a code field as a set inside of a bard field and select a different syntax/language than the default and save it, it doesn't...

bard

Add an article to the Knowledge Base/Tips & Tricks section about deploy scripts for services like Forge, Ploi, and similar ones. Apart from regular PHP/Laravel stuff, mentioned Statamic specific things...