Thank you for your lessons! I looked at everything about Laravel from you and thanks to you it wasn't that difficult to get started because it was explained so well. I'm looking forward to learning more from you!
@chopbar49518 күн бұрын
thank you for all the videos sir i hope the next video will be out earlier
@robertgajda536520 күн бұрын
Thank you for this, Dani!
@GiboHapita20 күн бұрын
Thank you again Dani! my best mentor! ❤❤
@Netvirux20 күн бұрын
My mentor ❤
@yajieun16 күн бұрын
thanks for this, pls do the tutorial for controller too
@constantpatricekodjaa.908616 күн бұрын
Thanks a lot for the teaching method. When for the next step? 🙂
@Lucian-r9h20 күн бұрын
Present Dani!
@MuhammadFirdaus-n3y20 күн бұрын
thanks dani
@ric358720 күн бұрын
Please Dani, is it possible for you to give us a Laravel CRUD project after this crash course??
@Dani_Krossing20 күн бұрын
That’s the goal so far 🙂
@jimiadeyanju124220 күн бұрын
Hi Deny. After running all this code, would it automatically create a database inside my cpanel so that the name and email can be visible to me? Or I would have to create a database in the cpanel first?
@Dani_Krossing20 күн бұрын
When you set up Laravel, it gives you the option of setting up the database tables as well. 🙂 So if you followed along in this course, you should have created the database, and Laravel should have inserted tables into it during the setup. However if you are inserting data into a database, that isn’t related to the tables that Laravel set up for us, then you do need to create your own tables first. In this video we created inputs for just the full name and email, which could be placed inside the users table if we wished to do so. 🙂 It’s really up to us. In a later episode we will get into something called Breeze, which allow us to create certain database related features even faster, like for example a login system. 😊
@jimiadeyanju124220 күн бұрын
Oh I see, I need to watch the videos before this so to catch up. Thank you so much. I can’t wait for the next course.