Check out the next video in this series - Laravel Model Factory Tutorial kzbin.info/www/bejne/nn6UZGiaha9kmq8 For more videos on how to use Laravel, see this playlist: kzbin.info/aero/PL6_nF0awZMoNUHazztOt4DRH0VIEIFXXO
@Beachcasts5 жыл бұрын
And check out the series with Expressive: kzbin.info/aero/PL6_nF0awZMoMol4RPLf99WIZuoJ3l87oG
@howtocodewell5 жыл бұрын
Hey Adam, I like the new video angles. You've got a much cleaner desk them me! Keep up the good work 👍😀
@Beachcasts5 жыл бұрын
Thanks Peter! That means allot coming from you. 🤗
@EYEVISUALdotNET5 жыл бұрын
Where did you get those elePHPants?
@Beachcasts5 жыл бұрын
HA, I've been collecting them over the years at various events and such. (37 small ones) The 8 large ones are from being the MC at ZendCon each year.
@EYEVISUALdotNET5 жыл бұрын
@@Beachcasts Ah okay, life goals right there.
@VicenteMartinsvm5 жыл бұрын
Hey Adam, could you show us how to write some tests about this laravel facility? And talk about tests, pls. Thank you!
@Beachcasts5 жыл бұрын
Great idea. Thanks.
@zaidkureshi85875 жыл бұрын
Amazing nd very informative, please make more videos in this series
@Beachcasts5 жыл бұрын
Thanks. I plan to do more in the future. Possibly updating it to the new version.
@80sGamerMX5 жыл бұрын
Command "make:auth" is not defined. got that error :(
@Beachcasts5 жыл бұрын
Do you get any response from Artisan at all if you simply enter 'artisan'? Sounds like it may not be completely set up. Is PHP running?
@weizhang89544 жыл бұрын
@@Beachcasts Maybe is the new version 6...try Ui:auth
@MuhammadAdnan-gx6rd5 жыл бұрын
Don't know about docker but I'm learning laravel only with custom login JWT Auth. ...
@Beachcasts5 жыл бұрын
Enjoy. I like Docker, but many find virtual machined easier.
@MuhammadAdnan-gx6rd5 жыл бұрын
right
@MuhammadAdnan-gx6rd5 жыл бұрын
Make separate videos of docker and laravel . ...sir
@Beachcasts5 жыл бұрын
@@MuhammadAdnan-gx6rd Thanks for the input. Will see what the future holds. ;-)
@VideoHostSite5 жыл бұрын
Tutorials are useless if you skip huge segments of details. For instance, you never give one word of explanation why/how putting "db" into the DB_NAME does anything at all. You just hand-wave about "Docker setting up aliases", which is complete horse crap, because most of us just use Terminal.
@Beachcasts5 жыл бұрын
Thank you for watching. I strive to create videos as informative as possible, and apologize if this one didn't meet your expectation. it is unfortunate the comment also didn't help explain the use of the alias. So, for those who see this later, by putting 'db' as the DB_NAME it will use the alias created inside Docker to identify the db instance/container within the subnet created during docker-compose. These aliases allow resolution on the internal network. I'm sure this could be said differently, but hopefully this helps.