Laravel - Create Blog and Admin Panel | Show Posts by Tag and Category #18

preview_player
Показать описание
Create Best Blog and Admin Panel with Laravel. Show posts according to tag or category

--- FOLLOW ME ---

Subscribe for New Releases!

(ask me questions!)

--- QUESTIONS? ---

Leave a comment below and I or someone else can help you.
For quick questions you may also want to ask me on Twitter, I respond almost immediately.

Thanks for all your support!

LARAVEL 5.4 Tutorial | Cara Instal LARAVEL 5,4 dari awal Part 1 | Bitfumes

Laravel 5.4 Tutorial | Come installare laravel 5,4 da zero Parte 1 | Bitfumes

-~-~~-~~~-~~-~-
Please watch: "Laravel 5.4 Tutorial | Email From Server (Godaddy) #3 | Part 26 | Bitfumes"
-~-~~-~~~-~~-~-
Рекомендации по теме
Комментарии
Автор

I can't thank you enough for these wonderful tuts...
Observation, you skipped the anchor part in the post view i.e
<a href="{{ route('category', $category->slug) }}">... and
<a href="{{ route('tag', $tag->slug) }}">...
Regards.

uniqueayo
Автор

Thanks a lot, i've searching for it and don't get any clue, but your video show up and it answer my problems

ChrisDionisius
Автор

hi brother, i have facing problem in post.blade.php page you used category and and tag bind with anchor tag i also did that but when i click in tag or category it's stay me in post.blade.php page not show any category wise information .what happen with my code?

azizurrahmanjibon
Автор

Please help am now getting this error 1054 Unknown column 'category_posts.tag_id' in 'on clause' (SQL: select count(*) as aggregate from `tags` inner join `category_posts` on `tags`.`id` = `category_posts`.`tag_id` where = 1)

bilallsuraj
Автор

can we return anything insted of slug?

sonalishelar
Автор

i have an error in routing am not using resource.what is the route of tag and category in post page

shoaibmaqsood
Автор

Hello Sathark I get this error No query results for model [App\Model\User\category]. When am trying to get post by category. Pleass help

bilallsuraj
Автор

Hello, Sarthak. I'm using Laravel translatable 3rd party package and route binding is not working properly using getRouteKeyName. Is there any other solution to show the posts according to category?

trancevision
Автор

What will be the href=" route(' ')" for category and tag of this tutorial

bishwajitpaul
Автор

Hey Swarthak! You have made the query that grab all the posts from database, But I want to query posts according to the tags of which status is 1. I have tried with "where" but some problems with "paginate".

razwanulghani
Автор

Tanks for helping for me and friends but some problems happens like Undefined help me

ittipbybisrats
Автор

thank you very much
when you type pub
then function autocompleted how I can do this on me sublime text
I mean what is package name doing this
thank you gain

HunterEyes
Автор

when you gave route to post.blade.php file?

sonalishelar
Автор

Nice tuts bro, please make more Laravel videos. Thx

a_thousand_and_one_videos
Автор

sir can you please create a vedio about how to show latest posts on a side of a post

isharadilshan
Автор

image upload with preview may be better

Anyway thanks for video

NirajGhimire
Автор

sir upload a vedio of helper and carbon function in laravel

pranavverma
Автор

add backup of database feature in this tutorial

surendergupta