Sam Berry

Results 47 comments of Sam Berry

@usman-xs4arabia-dev yes it does not have edit, but in database it supports multi lang. Only it should be implemented in panel. If you are interested PRs are welcomed ;)

Hi guys @dappstatus @jmatike , thanks for reporting. I've created a branch named "no-locale-route-support" to add this functionality. Unfortunately Laravel does not support optional prefix in route grouping, and this...

To contribute to this feature try to make PR from this branch: https://github.com/binshops/laravel-blog/tree/no-locale-route-support

Hey @stifler97, I thought that it would be better to familiarize you with this space more. In short, you must be patient. Adding something one month or two months ago...

@t8ysn check my package: https://github.com/vhessam/laravel-blog-package

@Preshiousy1 thanks for your suggestion, yes it causes N+1 query problem. It comes from the translation structure, may be we need a refactor, or going back to the single language...

I tried to monitor queries using this tool: https://github.com/supliu/laravel-query-monitor experiments: 1- call for http://127.0.0.1:8000/blog -> 10 queries used - > 1 post 2- call for http://127.0.0.1:8000/blog -> 12 queries used...

New feature added: https://github.com/binshops/laravel-blog/releases/tag/v9.3.0