laravel-blog icon indicating copy to clipboard operation
laravel-blog copied to clipboard

Laravel Blog Package/ Laravel CMS. Easiest way to add a blogging system to your Laravel website. Laravel Blog.

Results 26 laravel-blog issues
Sort by recently updated
recently updated
newest added

change 'hasOne' to 'belongsTo' in 'language' method, class BinshopsPostTranslation

There are a number of lazy loading issues across the package that start to arise once I have added more than one post, you are calling model relationships within views...

enhancement

With this fix now we can update the posted_at column, feel free to improve this code please.

enhancement
waiting for review
open for contribution

My website uses 3 languages. Default: www.domainname (calls the english version) English: www.domainname/en German: www.domainname/de French: www.domainname/fr I want my blog to display only english posts, no matter what language...

new feature
open for contribution

I can see there is an option to add multi lingual categories but while editing I'm only getting the single language category. Is there any way which I'm not getting...

new feature

When I unpublish a post and try to access it via url, the code breaks on `$categories = $blogPost->post->categories()->with([ 'categoryTranslations' => function ($query) use ($request) { $query->where("lang_id", '=', $request->get("lang_id")); }...

waiting for review

Hi, Version 9.2.x Laravel v8.78.1 (PHP v8.0.10) 1. Post publish to PL: `ErrorException Attempt to read property "slug" on null (View: \www\blog\vendor\binshops\laravel-blog\src\Views\binshopsblog_admin\posts\edit_post.blade.php) http://blog.test/blog_admin/edit_post/1 ` 2. Does not display posts and...

waiting for review

New Features: Admin can add custom fields. Admin can define field type of custom field Admin can add additional validation rules Admin can add categories to fields. Fields which have...

under review
new feature

Not showing cats and posts in Russian. But in counter they are have. ![123](https://user-images.githubusercontent.com/20460299/221349259-f3d41f10-b258-429d-9d84-311be2279b17.png)

bug