Sven
Sven
Installation with Laravel 6: ``` composer require --dev beyondcode/laravel-dump-server:1.3.0 ```
Can confirm.
@hellozach Thank you very much for having a look at this!
I also get an error 403 for all API requests.
I'd love to see this get merged in. Fixes the issue flawlessly.
@xch1029 This solution works well for the visual presentation in the browser but is not visible in the exported file. How can I add (background) styles which are also a...
@xch1029 Okay. Will it be part of v2?
@scmmishra Oh,... Is there any alternative workaround to hook into the export function?
In WordPress, `slug` is stored as `post_name`. You can call it like this: ```php \Corcel\Model\Post::where('post_name', $slug) ``` Most of the time, I use the helper method: ```php $post::slug($slug) ```
@mecevik You can find step-by-step instructions on my blog: https://hofmannsven.com/2021/corcel