drewroberts / blog

📝 Laravel package for my opinionated style of adding blog posts to Laravel projects
MIT License
2 stars 4 forks source link

create validation in order to avoid an error calling the blogs factories for external packages #78

Closed wolfrednicolas closed 3 years ago

wolfrednicolas commented 3 years ago

…ies in external packages

drewroberts commented 3 years ago

@wolfrednicolas You have the ability on this repo to make a branch and don't need to create the branch on your own repo

pdbreen commented 3 years ago

@wolfrednicolas @drewroberts - this PR shouldn't be necessary any longer. Layouts are loaded as a real migration - not a data migration, so they will always exist. What was causing this problem was the incorrect namespace which was causing none of the layouts to load. This was fixed in https://github.com/drewroberts/blog/releases/tag/4.4.3