You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-14Lines changed: 4 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,12 +1,11 @@
1
1
# Laravel Blog
2
-
Have you worked with Wordpress? Developers call this package wordpress-like laravel blog.
3
2
4
3
## [Installation Video - Less than 5 Minutes](https://youtu.be/N9NpFUqbftA)
5
4
[](https://youtu.be/N9NpFUqbftA)
6
5
7
6
### Lightweight and Comprehensive
8
7
9
-
Incredible features with a lightweight laravel blog package. I highly recommend it because:
8
+
Incredible features with a lightweight laravel blog package.
10
9
- Quick installation (<3 minutes)
11
10
- It's very easy to extend
12
11
- Included great features out-of-box
@@ -132,7 +131,7 @@ You can see the single version in "single-lang" branch.
132
131
## What/who this package is for:
133
132
134
133
- For websites running Laravel
135
-
-Who wants to have a site blog. This laravel blog gives an easy to use interface to write blog posts/assign categories/manage existing posts
134
+
-Anyone, who wants to have a site blog. This laravel blog gives an easy to use interface to write blog posts/assign categories/manage existing posts
136
135
- Where only admin users can edit/manage the blog (this is not suitable for every user on your site to be able to manage posts)
137
136
- For anyone who likes to add a wordpress-like laravel blog to laravel website
138
137
@@ -201,8 +200,8 @@ Try adding this to config/app.php:
201
200
- Ensure that /public/blog_images (or whatever directory you set it to in the config) is writable by the server
202
201
- You might need to set a higher memory limit, or upload smaller image files. This will depend on your server. I've used it to upload huge (10mb+) jpg images without problem, once the server was set up correctly to handle larger file uploads.
203
202
204
-
## Version History
205
-
-**9.2.x** Stable version of package
203
+
## Version History
204
+
-**9.3.x** Stable version of package
206
205
- 9.0.x Multi-language support beta release
207
206
- 8.0.x Compatibility with Laravel 8
208
207
- 7.3.0 New Admin UI
@@ -212,12 +211,3 @@ Try adding this to config/app.php:
Copy file name to clipboardExpand all lines: src/Models/BinshopsPostTranslation.php
+3-5Lines changed: 3 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,5 @@
1
1
<?php
2
2
3
-
4
3
namespaceBinshopsBlog\Models;
5
4
6
5
useCviebrock\EloquentSluggable\Sluggable;
@@ -199,11 +198,9 @@ protected function check_valid_image_size(string $size = 'medium')
199
198
thrownew \InvalidArgumentException("Invalid image size ($size). BinshopsPost image size should not begin with 'image_'. Remove this from the start of $size. It *should* be in the binshopsblog.image_sizes config though!");
200
199
}
201
200
202
-
203
201
thrownew \InvalidArgumentException("BinshopsPost image size should be 'large','medium','thumbnail' or another field as defined in config/binshopsblog.php. Provided size ($size) is not valid");
204
202
}
205
203
206
-
207
204
/**
208
205
*
209
206
* If $this->seo_title was set, return that.
@@ -219,14 +216,15 @@ public function gen_seo_title()
219
216
}
220
217
return$this->title;
221
218
}
219
+
222
220
/**
223
221
* Returns the public facing URL to view this blog post
Copy file name to clipboardExpand all lines: src/Views/binshopsblog/partials/disqus_comments.blade.php
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -15,4 +15,4 @@
15
15
(d.head||d.body).appendChild(s);
16
16
})();
17
17
</script>
18
-
<noscript>Please enable JavaScript to view the <ahref="https://disqus.com/?ref_noscript">comments powered by Disqus</a>, and run by <ahref='https://binshops.binshops.com/'>BinshopsBlog Laravel Blog package</a></noscript>
18
+
<noscript>Please enable JavaScript to view the <ahref="https://disqus.com/?ref_noscript">comments powered by Disqus</a>, and run by <ahref='https://binshops.com/'>BinshopsBlog Laravel Blog package</a></noscript>
0 commit comments