Laravel 5.2 PHP Build a social network - Creating the Dashboard View

Поделиться
HTML-код
  • Опубликовано: 30 сен 2024
  • Build a complete Social Network Web Application with PHP Laravel. In this video we will create the dashboard view for our application. Important: This will be a pure HTML/CSS (and Blade) video.
    Complete source code: github.com/msc...
    Complete Laravel-course on Udemy: www.udemy.com/... (Coupon: RUclips1)
    In this course we'll build a neat little social network and cover the basics of developing with Laravel.
    You can follow me on Twitter (@maxedapps), Facebook ( / academindchannel ) or visit our Website (www.academind.com).
    See you in the videos!

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

  • @hanksmarl
    @hanksmarl 7 лет назад +15

    Pls WIX don't disturb.

  • @ЕвгенийВоробей-щ7ь
    @ЕвгенийВоробей-щ7ь 8 лет назад +5

    Thx a lot from Ukraine!

    • @academind
      @academind  8 лет назад +2

      +Евгений Воробей
      Thank YOU very much!

  • @abushuraitahwaled1007
    @abushuraitahwaled1007 8 лет назад +1

    Thank you man for those videos, I'm big fan for your series of laravel and Angular ... waiting for the rest of this app .

    • @academind
      @academind  8 лет назад +1

      +ABU SHURAITAH Waled
      We'll make some nice progress this weekend!

  • @abdessamad-elfedali--oc
    @abdessamad-elfedali--oc 8 лет назад +1

    One Big tnx Max From Morocco :), i found it eazy to learn laravel do to your goooooood explanation so tnx may may Allah bless you , Are you a teacher ?

    • @academind
      @academind  8 лет назад +1

      That's really great to hear, thank you! :) No, I'm not a teacher, I'm a freelance web developer.

  • @olatunjilawal1204
    @olatunjilawal1204 8 лет назад

    I am having problem adding you like post and don't like post in the controller, can you do a tutorial it and on something like following and not following thanks a lot. I love the tutorials

  • @olatunjilawal1204
    @olatunjilawal1204 8 лет назад

    I am having problem adding you like post and don't like post in the controller, can you do a tutorial it and on something like following and not following thanks a lot. I love the tutorials

  • @tregol6869
    @tregol6869 7 лет назад

    is this tutorial still working or bugged now? working for windows?
    how to make profile picture system

  • @olatunjilawal1204
    @olatunjilawal1204 8 лет назад

    Hello Chris, thanks for the videos, i have a problem with the login, its give errors and dose not get the supplied password, the registration form now works as the login form

  • @olatunjilawal1204
    @olatunjilawal1204 8 лет назад

    Many thanks to you, I when through my url and found the problem, thanks again

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

    Tnx you sir.

  • @olatunjilawal1204
    @olatunjilawal1204 8 лет назад

    I am really very happy to get response from u, I however got error like this on my console POST mylocal Url/edit%7D 404 (not Found) jquery-2.2.4.min.js. thats the error i get on the console, I hope am not bugging u already, thanks alot

    • @academind
      @academind  8 лет назад

      Well, as the error states, the URL you specify wasn't found. Make sure that you provide the right URL to the AJAX function (see video) and that this URL is set up in your routes.php file

  • @sajjadboodaghi9638
    @sajjadboodaghi9638 8 лет назад

    Why don't you use "helper method" instead of "facades". For example url(), csrf_field() ... Do you think facade is better?
    Thanks for your tutorial. It's very good and helpful.

    • @academind
      @academind  8 лет назад +1

      Mostly because I try to find the right balance between "Laravel magic" and "do it yourself". I believe that you can only work with a framework if you understand what's happening behind the scenes.

  • @yamensaban4187
    @yamensaban4187 7 лет назад

    can you plz make a tutorial on laravel Voyager

  • @monishappusamy
    @monishappusamy 8 лет назад

    +mindspace
    Thanks. One more silly question,
    You are creating a,
    and you are accessing that in css by,
    .posts{ padding-left: 10 px}.
    Won't it be like below,
    .row posts{padding-left: 10px} ?
    I tried the latter but it is not working? Just trying to understand

    • @academind
      @academind  8 лет назад

      +monish appusamy
      Hi Monish,
      no, .posts is correct because all I do here is specifying a list of classes which are attached to this element.
      .row posts would never work, because this tries to access a element nested in any element holding a class of row.
      Neither do I have this nesting nor does a element exist in HTML 5 :)

  • @olatunjilawal1204
    @olatunjilawal1204 8 лет назад

    Thank you very much for the response, I have a small problem again, I can not get my model to edit/update post, i have tested the button with a jquery alert and it works, but it dose not work after completing all the code.

    • @academind
      @academind  8 лет назад

      Try placing a console.log() in the jquery ajax function to see if data gets sent and processed there. Also check your JS console for any errors. If data is sent correctly and no errors appear, the error has to be in the controller. Maybe you're not extracting data correctly or the data sent back is invalid?

  • @fahim13diu
    @fahim13diu 8 лет назад

    Your videos are great. Thanks a lot for teaching in simple and effective way, can you please tell how the html autocomplete will be enabled in my phpStorm? It's not working as I'm seeing in the video (i.e. when ".col-md-6" will be typed autocomplete should show whole div structure )

    • @academind
      @academind  8 лет назад +1

      That's a (built-in) plugin called "emmet". With that, you type the CSS class or the element or some other shortcut and by hitting TAB it will complete it. Very handy!

  • @olatunjilawal1204
    @olatunjilawal1204 8 лет назад

    Hello again, when i type the password and username in the input box, it give me the error password field required i have gone thru every thing according to the tutorial but still having the same problem. thanks again

    • @academind
      @academind  8 лет назад

      Hi,
      did you name your input fields (i.e. )? Make sure, there's no typo in the name (as well as in the field name specified in your validator)

  • @monishappusamy
    @monishappusamy 8 лет назад

    +mindspace
    Thanks for the video! Can I know what was the shortcut in PHPStorm to auto fill "Lorem Ipsum"?

    • @academind
      @academind  8 лет назад

      +monish appusamy
      Hi, great to hear that you're liking it! I use a plugin called 'emmet' which allows me to auto-create some HTML/dummy tags/content. Lorem impsum was then created by just typing 'lorem' and hitting TAB.

  • @merajahmed5234
    @merajahmed5234 5 лет назад

    I have learned more css and bootstrap from this video than others full css playlist video

    • @academind
      @academind  5 лет назад

      Really great to read that Meraj, thank you :)

  • @EmaIDMH
    @EmaIDMH 8 лет назад

    A professional work , good luck with everything and thank you .

  • @AlbertStepanyan
    @AlbertStepanyan 8 лет назад

    GREAT THANKS !!! Your kind a person who should write the missing documentation of laravel(especially 5.2) ))))
    Quik question
    Should I wrap all my routes in middleware web or not???? whenever I wrap them in middleware web errors does not appear on screen,it seems that that middleware is out of date or something like that or may be I miss something
    Thanks in advance
    Cheers

    • @academind
      @academind  8 лет назад +1

      +Albert Stepanyan
      Hi, web middleware group isn't needed anymore (as of latest Laravel version). They changed that again

    • @AlbertStepanyan
      @AlbertStepanyan 8 лет назад

      appreciated for such a quick response...kepp rockinnnnn

  • @sebastiansenderowski3513
    @sebastiansenderowski3513 6 лет назад

    Really nice playlist mate! Thanks from italy ;)

    • @academind
      @academind  6 лет назад

      Thanks so much for your great comment Sebastian, greetings from Germany :)

  • @atefsoft
    @atefsoft 8 лет назад

    obrigado...Dear Respected Sir

    • @academind
      @academind  8 лет назад

      +Atef Diab mohamed
      Por favor! :)

  • @adiseshusarnala3387
    @adiseshusarnala3387 8 лет назад

    Thank you sir Great work lot helpfull

    • @academind
      @academind  8 лет назад

      +Adiseshu Sarnala
      Great to hear that! :)

  • @theone2474
    @theone2474 8 лет назад

    Would you by any chance, know how to incorporate a JavaScript banner into just the dashboard page?
    Thanks.

    • @theone2474
      @theone2474 8 лет назад

      *Or would anyone in that fact.

    • @academind
      @academind  8 лет назад

      What exactly do you mean with "JS banner"?

    • @theone2474
      @theone2474 8 лет назад

      Just like adding some JavaScript to the dashboard file, how would you go about that using Laravel?

    • @academind
      @academind  8 лет назад +2

      Adding JS? You can add it as you add it to any web application => Dump in the or the import and you're good to go

  • @tetike4753
    @tetike4753 8 лет назад

    easiest way
    php artisan make:auth

    • @academind
      @academind  8 лет назад +3

      +Tetike
      Yes, but the easiest way is rarely the way where you learn the most ;)

    • @tetike4753
      @tetike4753 8 лет назад +1

      Agree (Y)