Laravel 5.2 PHP Build a social network - User Account

preview_player
Показать описание
Build a complete Social Network Web Application with PHP Laravel. Let's create a user account section!

In this course we'll build a neat little social network and cover the basics of developing with Laravel.

See you in the videos!
Рекомендации по теме
Комментарии
Автор

Hey Max thanks a lot for the series, I just finished it and everything works 100%. I encountered some problems along the way because I used a different version of laravel (5.5) from yours (laravel 5.2) but i was able to find my way around it. I love your coding expressions, applications and implementations, I haven't seen anything like it before. You just gained a follower. Hope you make more series, can't wait to learn from you again.
Anyone who's using laravel 5.5 and is finding it difficult adding the js scripts to the app.js fiile (because it is already provided in version 5.5 of laravel and external js codes can't be parsed in it for some reason), you can solve this by including the js script inline within your dashboard.blade.file. If you need help implementing it just let me know, I'm glad to help. Once again great series, thanks.

kestontimson
Автор

Hi, excellent tutorial congratulations, from which copies the content you paste it into account?

corporacionimagina
Автор

yes the sound quality is back!
This is the only tutorial that I watched without getting bored. hahaha

jericopulvera
Автор

You re my favor. U re the best. Thanks for ur videos. I like ur expression.

cagatayk
Автор

Hey Max! Thanks for your video!
Could you recommend crud generator for laravel?

dmitriyk
Автор

hi, may I ask why we used
<input type="hidden" value="{{ Session::token() }}" name="_token">
and not
<input type="hidden" name="_token" value="{{ csrf_token() }}">
and can anyone tells me exactly what it does?

salmaaly
Автор

what is the editor that you are using?

tetike
Автор

Have you been sharing all your codes for every video???? LOL, if you know how much I was looking for my bugs and especially when I use Laravel 5.4.
Thank youuu, good luck

sagynbekk
Автор

I've been following your tutorial up until this point with no errors despite being on Laravel Framework 5.0.16. I am now getting this error:

Call to undefined method
Relating to this line in the account.blade.php file
@if . '-' . $user->id . '.jpg'))

If you have a moment or two in your day, can you propose a work around / solution? I am assuming 5.0.16 doesn't have the "->has" method. My research hasn't led me to a workaround as of yet

MartyKiel
Автор

Can you push commits from this video? :)

MrPoymanov
Автор

i cant install laravel :( Please help me

tetike