Pixelairport was awarded Best Answer+1000 XP
4mos ago
I just found out I can replace core.blade.php with core.md ... that also works.
Pixelairport wrote a reply+100 XP
4mos ago
I just found out I can replace core.blade.php with core.md ... that also works.
Pixelairport started a new conversation+100 XP
4mos ago
I want to structure my coding standards in md files in a composer package. At the moment i create a core.blade.php in my package for boost and this works. Now I want to create a directory /package/resource/markdown/ ... to load files from this directory instead put all in the core.blade.php. Is that possible? Because I dont understand how? I already tried it like in spatie package: https://github.com/spatie/boost-spatie-guidelines/blob/main/resources/boost/guidelines/core.blade.php and also tried it like in filament/blueprint, where its just say:
**Start here**: Read
`/vendor/.../overview.md`