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

Hello! I want to get all categories by locale. I try to ```php $categories = BinshopsCategoryTranslation::whereHas('language', function($q){ $q->where('locale', app()->getLocale()); })->get(); ``` And get error ``` SQLSTATE[42S22]: Column not found: 1054...

custom

Hi, I'm not sure if this will even work with Laravel 9.X but I'm getting an error when running `php artisan:migrate` after install and copying vendor files which looks like...

waiting for review

Admin all posts - should not be retrieved based on language_id, only all posts should be returned. Because I have posts in different languages ​​and I can only see the...

Hi, wysiwyg should be able to upload images between content, if you can, please add it :)

The pull request titled "removing old eloquent-sluggable version Incompatible with php8 and Laravel 11" proposes changes to address compatibility issues with PHP 8 and Laravel 11 by removing an outdated...

I hope you're doing well. I'm currently upgrading my project to Laravel 11 with PHP 8.2 and I'm using the binshops/laravel-blog package. However, I'm encountering compatibility issues during the installation....