laravel-blog
laravel-blog copied to clipboard
Laravel Blog Package/ Laravel CMS. Easiest way to add a blogging system to your Laravel website. Laravel Blog.
My previous fixed failed after the $posts variable was renamed to $post_translations, this fixes that.
Steps to recreate error: 1. Go to /en/blog 2. Type text in input search which will return results 3. Click Search 4. Receive ERROR " "Class "BinshopsBlogModelsBinshopsPostTranslation" not found" Please...
Please give me more instruction on how to use the package such as: Load package Use package Make Routes package: /blog_admin/setup, /blog_admin, /en/blog Make View package etc... Thanks
Getting the error 401 when trying to comment as a normal user on the blog post
The $post variable in full post detail view is of class PostTranslation, $post->author doesn't exist. On the other hand, $post->post->author is what was probably meant
now the search results will be numbered like 1,2,3,... instead of 1, 3, 7, 15,... dumb mistake, simple fix :)
### Discussed in https://github.com/binshops/laravel-blog/discussions/100 Originally posted by **aliraza170** May 18, 2023 Hi, blogs are being added without pagination what do you suggest should we use the laravel default pagination in...
Hey, The website I'm building is not by default translated to English (although it has an English translation). So initially I went to `...\config\binshopsblog.php` and changed `default_language` to the language...
I think this would be important to have since the purpose of a lot of blog posts is to get more organic search traffic. Here's an article to reference the...