How to create a blog in Laravel 7 in Hindi - Part1 (Introduction)

Поделиться
HTML-код
  • Опубликовано: 3 окт 2024
  • Welcome to my How to create a blog in Laravel 7 in Hindi - Part1 video. In this video, we will focus on database creation and how to download front and admin themes from the internet.
    Learn PHP Online with Me:- bit.ly/LearnPH...
    To help and support me(Donate Me):- bit.ly/DonateP...
    Download Source Code:- bit.ly/laravel...
    Laravel Series:- • Step by step learn Lar...
    #PHP #Laravel7 #Blog
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    ✅Subscribe: / @programmingwithvishal
    I am a Digital Marketer by passion and a Developer by profession. With experience and expertise spanning around 10 years, in the Digital space.
    Good amount of experience in development of web applications using PHP, .Net, JavaScript Library’s, Frameworks, CMS, API’s, Reporting tools and Payment Gateways. Skilled in digital viral marketing, technology innovation's, brand building and all phases of the Web development lifecycle with an expert in translating business requirements into technical solutions and fanatical about quality, usability, security, and scalability. Dealing with and resolving problems and issues which arise.

Комментарии • 135

  • @sayedshabeena5495
    @sayedshabeena5495 4 года назад +2

    Thank you so much sir itna details me batane ke liye

  • @sayedshabeena5495
    @sayedshabeena5495 4 года назад +1

    Thank you so much sir for again start laravel.....Sir Plzzz more Concentrate on laravel we want to learn Completly..... thanks sir

    • @muradfaridi8205
      @muradfaridi8205 2 года назад

      Here is the solution for your problem
      Learn Laravel 8 with latest 2022 Tutorials in Hindi / Urdu language. FAQs and alot more. So Learn & Earn
      Playlist is here
      ruclips.net/video/vNDxE7ms3sA/видео.html

  • @anuraggoswami1294
    @anuraggoswami1294 3 года назад

    awesome man, you've explained it really well as compared to other Indian you tubers, keep up the good work.

  • @mountainclimber7230
    @mountainclimber7230 4 года назад +2

    All good Sir Thank you for another great series... for Admin Panel
    I suggest can you use Admin LTE Themes its quite famous among developer
    Any way Thanks for this series :)

  • @piyushshyam473
    @piyushshyam473 4 года назад +1

    Awesome video sir

  • @MuhammadAdnan2.0
    @MuhammadAdnan2.0 4 года назад +2

    suggestions for this CMS , Active/InActive/approve/disapprove/publish/trash/cats/tags/super Admin/admin/subscriber/ etc same like WP thnx sir..........

  • @vivekawasthi6758
    @vivekawasthi6758 4 года назад +1

    sir google classroom api in php pe ek video banaa dijiye

  • @intezarhussain4503
    @intezarhussain4503 4 года назад +1

    thanks sir

  • @junihbhatt
    @junihbhatt 4 года назад

    Sir ek question hai, Jo projects abi tak dekhe udr poora page ek sath loaf hota hai... Toh please is mini project mai eg agr blog list lambi hai toh scroll k badd woh load ho baki jese eg Facebook ya Instagram mai hota hai... If possible.

  • @MuhammadSajjad-ig2oh
    @MuhammadSajjad-ig2oh 4 года назад

    Thank You Respected Sir))

  • @sunnynath1545
    @sunnynath1545 3 года назад +2

    why did not you use migrations to create tables as you are using laravel?

  • @techtalk9352
    @techtalk9352 4 года назад

    Sir a little request to you....plz add link of template in description box....

  • @RaviKumar-ts6dy
    @RaviKumar-ts6dy 4 года назад +2

    So grateful sir thanks for your video

  • @bhartithombre5340
    @bhartithombre5340 3 года назад

    hello sir..
    sir I want to get post_id in hidden input in create category. I am using different controllers for Post and Category model. how we can do this?
    CategoryController
    public function store(Request $request)
    {
    // dd($request->all());
    $this->validate($request, [
    'name' => 'required|max:255|unique:categories',
    ]);
    $category = new FeatureGallery();
    $category ->name = $request->name;
    $category->user_id = Auth::id();
    $category->post_id =Post::has('id')->get();
    dd( $category->post_id);
    if (isset($request->status)) {
    $category->status = 1;
    }
    $category->save();
    Toastr::success('Category created successfully');
    return redirect()->back();
    }
    category
    create.blade.php

  • @PankajKumar-tt7rm
    @PankajKumar-tt7rm 4 года назад +2

    Thank you so much sir waiting for more videos 😊😊😊

  • @techtalk9352
    @techtalk9352 4 года назад +1

    Thankyou so much sir.... After this plz ek project school management system with online exam wala project start karna...... Thankyou so much God bless u sir....

  • @ashjad6685
    @ashjad6685 4 года назад

    i googled but gentelalla template styling is completly broken,plz can you provide me that zip folder,i am manually working on laravel with your series. i have u mail id,sending you request for gentelalla template,thanks in advance

  • @swaraginibhatt6289
    @swaraginibhatt6289 3 года назад

    can i please have downld link for front_html ? i try to downld from part 1 but it says the files are corrupted !! i tried multiple times sir.

  • @jagpalsingh9134
    @jagpalsingh9134 2 года назад

    Guru dev...Mene blog k liye laravel use kiya hai sara admin panel developer na bna kar diya hai...Plz usme cotageory kha or link kese dena interlink etc....Mene wordpress use kiya hai...I am also web designer....Plz help me...Ya link send kar do....Admin mai ese ese use karna hai....Thx lvu

  • @thetimeline3993
    @thetimeline3993 4 года назад

    Sir LTE Admin Dashboard is the best panel

  • @syedabdulsamadahsan2774
    @syedabdulsamadahsan2774 4 года назад

    How to add pdf export button to datatable

  • @prathap905
    @prathap905 4 года назад

    please tell me some projects in wordpress

  • @kato1354
    @kato1354 3 года назад

    why are u skipping steps?

  • @sumeetbhardwaj12
    @sumeetbhardwaj12 4 года назад

    Mlm project bnana Sir

  • @ismailhosain7514
    @ismailhosain7514 3 года назад

    I am facing some problems downloading the source codes. (This site can’t be reached). can anyone help me???

    • @ProgrammingwithVishal
      @ProgrammingwithVishal  3 года назад +1

      It's working fine. Email me at phpvishal@gmail.com. I will share you there

  • @developerjohir
    @developerjohir 3 года назад

    Thank you so much sir

  • @JyotiSingh-cy3wg
    @JyotiSingh-cy3wg 3 года назад

    Sir ye admin ka dashboard same as ur admin dashboard mil nii rha ??

  • @mh_reja
    @mh_reja 4 года назад +1

    Thank you sir, thank you for all your efforts. Your tutorials are really awesome.
    One thing I must request you, please do the necessary to increase sound volume. Volume is low in all the videos.

  • @muhammadans2193
    @muhammadans2193 4 года назад

    sir your given download link is not working

  • @forexspectrum4799
    @forexspectrum4799 2 года назад

    awesome sir

  • @thetimeline3993
    @thetimeline3993 4 года назад

    Sir you must have to create these tables using cmd means laravel code MVC

    • @ProgrammingwithVishal
      @ProgrammingwithVishal  4 года назад

      It's upto you. In my basic Laravel videos people said, don't use laravel code MVC for create tables, that's why I didn't use that.

  • @DINESHSAINI-tn1lw
    @DINESHSAINI-tn1lw 4 года назад

    Amazing video sir
    Plz sir 🙏🙏 E-learning project banye jisne live online video class bi chale

  • @dfordemo981
    @dfordemo981 2 года назад

    awesome

  • @lakshyagujrati5486
    @lakshyagujrati5486 4 года назад

    Sir isme e-commerce bhi bnana

  • @mohitshastri828
    @mohitshastri828 4 года назад

    Again sir thank you so much for this video aur sir yee bahoot hii badiya rahee gaa agar app laravel par bhii eCommerce aur online food ordering Jese project banaee bahoot help melee gii sir thank you, sir

  • @nandunit
    @nandunit 4 года назад

    Thank you sir ,pls comment box ka system v smjayga.

  • @redwanhossain7563
    @redwanhossain7563 4 года назад

    sir can u make a proper professional blog site where admin can create content from the data database, for different categories(sports, health & fitness, real estate, sports, Local News, Travel, International News,
    Entertainment, Medical, Food, others), there will be a news section where new blog posts will show, also the most popular blog, sidebar some categories post. If I click any news then I can read the whole blog and sidebar will be the same categories blog, users can reg and login and create content for my website, and visitors can read my content and comment here. admin can approve or disapprove the content, admin can make anyone moderator, the moderator has a role like a post disapprove, content approved, content upload just like admin, moderator can't remove but admin can remove anyone. Like that .... sorry for long question

    • @VinodKumar-pw5qn
      @VinodKumar-pw5qn 4 года назад

      Lol.
      C........ Alrert
      R u a developer????
      Did u know how much time will take to develop this. He is already giving us his precious time. Company will charge you thousands of dollars for this. Ask them.

    • @redwanhossain7563
      @redwanhossain7563 4 года назад

      @@VinodKumar-pw5qn he makes two projects in PHP which also worthy and it takes time, but he did for us, for this project he can use any good manners temple to build. he can just develop the temple. I know it takes time, but it also helpful for us who learning laravel. A lot of things we will learn and he loves to teach us. I don't think it will be an issue for him to do this...He is a professional.
      I am not a developer I came here to learn.

    • @muradfaridi8205
      @muradfaridi8205 2 года назад

      Here is the solution for your problem
      Learn Laravel 8 with latest 2022 Tutorials in Hindi / Urdu language. FAQs and alot more. So Learn & Earn
      Playlist is here
      ruclips.net/video/vNDxE7ms3sA/видео.html

  • @thetimeline3993
    @thetimeline3993 4 года назад

    Sir actually we want a big project

  • @HemantKumar-zi4xr
    @HemantKumar-zi4xr 4 года назад +1

    sir ji namaste, kya hua ~ 5 days ho gye aapki kio bhi video nhi aaye , Hope all is well

  • @pkbissyer7751
    @pkbissyer7751 4 года назад

    Guru ji ,project pura hone pr websites ko sbi language me kase convert kre wo kase hoye ga yhe bhi btana jase Amazon me hota h language option

  • @awara_zindagi_69
    @awara_zindagi_69 4 года назад

    Sir loan amount ko pancard se kaise link karee??
    Koi loan amount ka website hai or main chata hu k koi bhi loan le tho usk pancard se link ho jaye
    Please reply

  • @sanjeevranjanmishra8811
    @sanjeevranjanmishra8811 4 года назад +1

    Hello sir mai avi laravel start kiya h install v kiya h but php artian ni ho rha
    Plzz help koi v

    • @Neha-Neha
      @Neha-Neha 4 года назад +1

      During installation may be something missing. I faced the same issue but reinstall both Laravel and composer this worked for me.

    • @ProgrammingwithVishal
      @ProgrammingwithVishal  4 года назад +2

      Right Neha.
      Sanjeev please reinstall

    • @Neha-Neha
      @Neha-Neha 4 года назад

      @@ProgrammingwithVishal Thank you sir

    • @sanjeevranjanmishra8811
      @sanjeevranjanmishra8811 4 года назад

      Thank you
      But now plz help a little more
      Though calling components in view page name page as per video not working.
      P plz help anyone
      Plz help

    • @sanjeevranjanmishra8811
      @sanjeevranjanmishra8811 4 года назад

      Hello sir plz help

  • @geniustechnique1649
    @geniustechnique1649 4 года назад

    Sir ye hi suggest ker ne wala tha mai nice sir mere ko is mai aise kuch lagta hai ke ye add ker skete hai or kaise

  • @sayedshabeena5495
    @sayedshabeena5495 4 года назад

    Sir almost kitne part ayge plzzz tell me.....

  • @rushikpatel3931
    @rushikpatel3931 4 года назад

    A video on text to speech in laravel with downloading the audio

  • @mdnafishfuadtushar2179
    @mdnafishfuadtushar2179 3 года назад

    Hello sir,
    I'm very confused in project Between laravel 7 vs laravel 8, confusaistic

  • @Midnightstudy247
    @Midnightstudy247 4 года назад

    Sir, plz keep continue laravel series,
    Thanks u sir

  • @shamimreza9912
    @shamimreza9912 4 года назад

    #sir Laravel Project Social Media Per Kije

  • @asispkrl
    @asispkrl 3 года назад

    Sir...plz post ...final admin panel files

    • @ProgrammingwithVishal
      @ProgrammingwithVishal  3 года назад

      Please check video description

    • @asispkrl
      @asispkrl 3 года назад

      @@ProgrammingwithVishalsir, plz provide the (admin_html/final/) -final part code.

  • @pkbissyer7751
    @pkbissyer7751 4 года назад

    Guru ji,Apke charno me 🌹🌹🌹🌹🌹🌹 ab lectures start krta hu

  • @emmysmith8960
    @emmysmith8960 4 года назад

    Wow another great serials. Thank u keep it up .

  • @nxgamingcity5728
    @nxgamingcity5728 4 года назад

    Thanks You Sir🙏🙏🙏

  • @kamalsaxena1384
    @kamalsaxena1384 4 года назад

    how to make admin panel for managing blog and post. Laravel Waiting for next tuotorials

  • @makwanachirag4765
    @makwanachirag4765 4 года назад

    source code dawnload link wrong he sir

  • @vineettiwari1041
    @vineettiwari1041 4 года назад +1

    Sir vineet here i drop a mail aslo and tell about my query please check

  • @sumanbasnet7481
    @sumanbasnet7481 3 года назад

    Sir, please dont skip any steps. i am new to laravel and sometimes it might be confusing about what u did and how it worked in case u skip any steps.

    • @muradfaridi8205
      @muradfaridi8205 2 года назад

      Here is the solution for your problem
      Learn Laravel 8 with latest 2022 Tutorials in Hindi / Urdu language. FAQs and alot more. So Learn & Earn
      Playlist is here
      ruclips.net/video/vNDxE7ms3sA/видео.html

  • @kushkumarsoni3654
    @kushkumarsoni3654 4 года назад

    Awesome video series..

  • @muhammadtouqeer8738
    @muhammadtouqeer8738 4 года назад

    Thanks sir apnay start ki laravel ki series

  • @nitahalder1306
    @nitahalder1306 4 года назад

    Thank you sir.

  • @thetimeline3993
    @thetimeline3993 4 года назад

    Sir it's very basic project

    • @VinodKumar-pw5qn
      @VinodKumar-pw5qn 4 года назад

      Are u understand Hindi. I guess no. He already mentioned in his project that this is just a small project to understand Laravel. And still you are mentioned the same.

    • @thetimeline3993
      @thetimeline3993 4 года назад

      @@VinodKumar-pw5qn because i want a big project

    • @thetimeline3993
      @thetimeline3993 4 года назад

      @@VinodKumar-pw5qn and sir had said that, he will make a big project

  • @romuloalves9349
    @romuloalves9349 4 года назад

    Ótimo vídeo parabéns 👏.

  • @bsagor100
    @bsagor100 4 года назад

    Thank you so much sir waiting for more videos.

  • @anshumanbharatiya3918
    @anshumanbharatiya3918 4 года назад

    sir 3 din ho geya he app ka kuch new video nehi aya he

    • @ProgrammingwithVishal
      @ProgrammingwithVishal  4 года назад +1

      Sorry I am not well from last 3 days. Will start very soon

    • @anshumanbharatiya3918
      @anshumanbharatiya3918 4 года назад +1

      @@ProgrammingwithVishal ok sir and get well soon sir 🙏 , we are waiting for your video and your knowledge

  • @Neha-Neha
    @Neha-Neha 4 года назад

    Hello Sir how to make folder dynamically in laravel using make directory.

    • @sanjeevranjanmishra8811
      @sanjeevranjanmishra8811 4 года назад +1

      Problum solve hua

    • @Neha-Neha
      @Neha-Neha 4 года назад

      @@sanjeevranjanmishra8811 hanjji

    • @sanjeevranjanmishra8811
      @sanjeevranjanmishra8811 4 года назад

      Okay plz batana aapka laravel completed h kya

    • @Neha-Neha
      @Neha-Neha 4 года назад

      @@sanjeevranjanmishra8811 blog se pehle wali sari complete h.
      Blog abhi start ni Kiya.

    • @sanjeevranjanmishra8811
      @sanjeevranjanmishra8811 4 года назад

      Will u help me i will also help you in some kind
      I will always be thankful to you
      I am stuck wid problum means error and can't go further.
      Help plz

  • @kamalsaxena1384
    @kamalsaxena1384 4 года назад

    यह ब्लॉग templates आपने download किया but web developer खुद ब्लॉग टेमपलेट कैसे बनते हैं। Plz पूरी जानकारी दें सर जी। Templates डाउनलोड करने से प्रो डेवलपर नहीं बन सकते यह टेम्पलेट कई लोग उसे करते हैं। उस ब्रांड नहीं बन सकता है किसे के लिए। Plz discuss .

    • @ProgrammingwithVishal
      @ProgrammingwithVishal  4 года назад +1

      Template banana html developer ka kaam hai Laravel developer ka nahi. Ismain main direct template download kiya hai

    • @VinodKumar-pw5qn
      @VinodKumar-pw5qn 4 года назад +1

      Kamal ji web developer and PHP developer dono alag alag hote hain. Aap dono main confuse ho rahe ho

    • @kamalsaxena1384
      @kamalsaxena1384 4 года назад

      Mr. VISHAL JI, freelancer web developer कैसे वेबसाइट बनाते हैं। 1. क्या टेम्पलेट खरीदते हैं 2. Or psd to html convert करते हैं फिर इसके बाद php wrih my SQL में डिवेलप करते हैं database design kab karte hai. And role of web design/ web developer/ पीएचपी डेवलपर /database developer का क्या होता है. I know html/css/js/php/MySQL. But not able to make website. Myself web developer students. Plz make a complete video.I am confused

    • @karansinghrajput8746
      @karansinghrajput8746 4 года назад

      Inka main focus laravel sikhane pr hai isliye inhone vo nhi dikhaya