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

Follow along with how we built this blog using Laravel on YouTube. Read the Readme for more details. Watch it here:

Results 9 laravel-blog-tutorial issues
Sort by recently updated
recently updated
newest added

Just thought of it.. How would you assign tags to categories? for example, If you had a category named Coding, and wanted tags associated with that category, and another category...

Hey, how do you show the filtered tags by tag name, not id in **tags.show**? In the URL it shows ../tags/2/... I'm wanting to show ../tags/coding/... what file needs tweaking?

I find an erroe exception when creating a new post. this is the error ErrorException in Font.php line 78: Array and string offset access syntax with curly braces is deprecated

Looks like those were excluded

We can edit the validate method in `PostController `to ignore a given ID during the unique check for slug (instead using if) ``` public function update(Request $request, $id) { //...

in the views.blog.single.blade.php this ``` @section('title', $titleTag) ``` should be replaced by something like: ``` @section('title', $postTitle) ``` As the blog uses tags, the tag can be confused with the...

There is no vendor folder in your blog project. when i am setting it into my pc it returns a lots of errors.

Ussalaam-Ou-Alaikum And Wishes Curtis, hoping you would be good. I am having a problem after downloading the source code from here : https://github.com/jacurtis/laravel-blog-tutorial/releases/tag/part_40 as i am trying to run :...

You forgot to change the "about me" page.