Тёмный
Penguin Digital
Penguin Digital
Penguin Digital
Подписаться
EP 14 - Form request validation
4:44
Год назад
EP 13 - Editing a post
11:43
Год назад
EP 12 - Named routes
4:09
Год назад
EP 11 - Data validation
6:39
Год назад
EP 10 - Create a new post
11:03
Год назад
EP 8 - Database migrations
10:56
Год назад
EP 7 - Laravel configuration
4:46
Год назад
EP 6 - Sending data to a view
5:38
Год назад
EP 5 - Creating a controller
8:02
Год назад
EP 4 - Returning a view
3:56
Год назад
EP 3 - Laravel folder overview
9:28
Год назад
EP 2 - Installing Laravel
5:31
Год назад
Комментарии
@user-qi6md1uo9i
@user-qi6md1uo9i 10 дней назад
I'm not going to pay just to get a SSH server so is there any other methods
@JafrinaSunark
@JafrinaSunark Месяц назад
i love the way you describe the step in the course, very exctiting
@ahmadhammoud4117
@ahmadhammoud4117 4 месяца назад
Wow Wow Woooooowww Thanks so much Sir ❤❤❤❤
@user-zs4mo3op7q
@user-zs4mo3op7q 5 месяцев назад
it worked on me. thank you<3
@user-rc1yq7ww2h
@user-rc1yq7ww2h 5 месяцев назад
🥰🥰Lovely, Thanks from heart
@Mohamed.G15
@Mohamed.G15 6 месяцев назад
Thanks very much for this helpful video
@aanfurqan7882
@aanfurqan7882 7 месяцев назад
Thankyou!
@DigitalMarketer01
@DigitalMarketer01 7 месяцев назад
Got lost at how to save the “vim configuration “
@edjaen-ve
@edjaen-ve 8 месяцев назад
That is an excellent content.
@goodluckoriuwa1669
@goodluckoriuwa1669 8 месяцев назад
The texts are too small
@JesseDraeger-vn6zw
@JesseDraeger-vn6zw 9 месяцев назад
Kk
@JesseDraeger-vn6zw
@JesseDraeger-vn6zw 9 месяцев назад
😅
@JesseDraeger-vn6zw
@JesseDraeger-vn6zw 9 месяцев назад
😅ik
@youssefbakkali8673
@youssefbakkali8673 10 месяцев назад
tanx
@leumaix
@leumaix 11 месяцев назад
pls if anyone can help me i keep getting an error when i run 'php artisan migrate:refresh --seed' SQLSTATE[23000]: Integrity constraint violation: 1048 Column 'role_id' cannot be null (Connection: mysql, SQL: insert into `role_user` (`role_id`, `user_id`) values (?, 1)) i have gone through the video 2times. to find out the problem
@Lautenwerk
@Lautenwerk 11 месяцев назад
not gonna lie........ livewire is really junk
@NASA-Educational
@NASA-Educational 11 месяцев назад
can you make 1select menu page but has many routes?
@jhonkeith118
@jhonkeith118 11 месяцев назад
Hi thank I saw your courses at Udemy and I want to buy them, but my question this project can work without internet? I mean can work only in localhost without internet!
@PenguinDigital
@PenguinDigital 11 месяцев назад
Hi jhon, you will need Internet to download the composer packages during the laravel project setup. Once you have laravel installed and the needed package then yes the project can run on your localhost without Internet
@jhonkeith118
@jhonkeith118 11 месяцев назад
Hi can i download & imgration files from pc to another pc like from internet pc to localjost pc without internet @@PenguinDigital
@kerimtim
@kerimtim Год назад
Is it that big deal? I mean can't raw PHP create a file and write to it, without using any libraries or packages?
@PenguinDigital
@PenguinDigital 11 месяцев назад
Yes you can write anything you wish in raw PHP however it would take quite a bit of time to do. Writing to a file would be fine but then what happens when your project grows and you have multiple logs and then those logs become huge and you want to store them in Redis or Elasticsearch for example. You would then need to rewrite all your code in every place you write a new log. Writing the logs against proper interfaces like used in this package gives you full flexibility to make those changes at a future time by changing just 1 line of code in the config
@ZeinAhmad-ew7cm
@ZeinAhmad-ew7cm Год назад
you skip some changes in this video so can you provide the whole code source please
@fuskydon
@fuskydon Год назад
Thanks for this,may our God bless you more Bro for this. This is part of the reason why we should always learn from Laravel Documentation always.... Thanks so much Sir ❤
@jeanfprado
@jeanfprado Год назад
Thanks for all, you helped me so much.
@wcr6121
@wcr6121 Год назад
Absolutely mental. Cheers
@ercnyabisinduparish9465
@ercnyabisinduparish9465 Год назад
thank you!
@leonardobarros1833
@leonardobarros1833 Год назад
It's not working for me, the password confirmation page doesn't show up and neither does the challenge page, I don't know what's going on😟
@kaumkentang4865
@kaumkentang4865 Год назад
where i can find getcountForPagination() and forPage() function from ?
@rodrodrigues1729
@rodrodrigues1729 Год назад
Well explained! Thanks!
@omar.amrouss
@omar.amrouss Год назад
i sir can you put the link of the complet code??
@chasee2446
@chasee2446 Год назад
'Promosm' 😉
@IBTShivankParashar
@IBTShivankParashar Год назад
Explained so well but my issue was like how I can configure my system's ssh to get discoverable by other remote machines....?
@yorkshireplumbing
@yorkshireplumbing Год назад
Great tut, hope to see some more. Subbed.
@PenguinDigital
@PenguinDigital Год назад
Thank you, glad you liked it
@kennethkipchumba2532
@kennethkipchumba2532 Год назад
Awesome lessons there.
@PenguinDigital
@PenguinDigital Год назад
Thank you for your kind feedback, I'm glad you found them helpful
@noelkalel
@noelkalel Год назад
how to redirect for example to page 3 after stopping impersonate if u have pagination like in your case?
@elvisryanmillan2843
@elvisryanmillan2843 Год назад
class User extends Authenticatable implements MustVerifyEmail // <--- this //class User extends Authenticatable {
@sanchit8818
@sanchit8818 Год назад
Great tutorial series. Learned a lot from you. One feedback I'd like to give you is to make the logo animation sound softer or less volume. Right now I have to remove my headphones for a few seconds as it just blasts my ears with that bang sound.
@PenguinDigital
@PenguinDigital Год назад
Thank you for the feedback, i will change it for future videos
@georginobouko457
@georginobouko457 Год назад
Thank you very much for this tutorial, but my css does not work on images
@andofernando
@andofernando Год назад
Quite possibly the greatest you tuber since forever
@PenguinDigital
@PenguinDigital Год назад
🤣 Cheers Fernando......
@IncomingLegend
@IncomingLegend Год назад
awesome series, bro! keep up the good work!
@brunonairlanda
@brunonairlanda Год назад
He is back. 😀
@PenguinDigital
@PenguinDigital Год назад
Hi Bruno, yes I'm back. New job, new house and married in the last 12 months so my time has been limited 😂
@brunonairlanda
@brunonairlanda Год назад
@@PenguinDigital Congrats on the achievements; we know how hard and pleasurable life can be 😆
@arturskovrigo3915
@arturskovrigo3915 Год назад
You make the best Laravel tutorials, I have learned lots from you and these videos were a great step in my programming career. Thank you!
@PenguinDigital
@PenguinDigital Год назад
Thank you so much for the kind words Arturs, I'm so glad the videos have helped you. This course might be a bit basic for you having already learned from my previous courses but stay tuned I have an updated version of my roles course coming which will contain some interesting advanced topics.
@twiggy99
@twiggy99 Год назад
Good to see you back! Looking forward to this, hopefully an update to your role's course?
@lolmedia360
@lolmedia360 Год назад
Please make a Laravel 9/10 Tutorial Based on Admin and other Role without any 3rd party packages, like old Gate method,
@PenguinDigital
@PenguinDigital Год назад
Hello, yes I have already started recording this, it's an updated version of my Laravel 8 Login/Roles course. It will be ready within the next few weeks. This is just an intro course for anyone new to Laravel.
@aakashkhanal4313
@aakashkhanal4313 Год назад
When I click on the link on the mailtrap, the link will shows to 404 not found, what might be the issue for this ??
@kelvinmwangi5181
@kelvinmwangi5181 Год назад
can you be able to set ssh server IP on multilogin?
@giorgiofonte5231
@giorgiofonte5231 Год назад
.
@RicardoCorai
@RicardoCorai Год назад
Great tutorial. It helped me a lot. How can I update/remove the passphrase?
@kelvinmwangi5181
@kelvinmwangi5181 Год назад
can you be able to set ssh server IP on multilogin?
@ckgringoblogger9170
@ckgringoblogger9170 Год назад
I agree, best tuto about Laravel, ever, I have a question, I'm using L9, and my 2FA Google Authenticator page not showing after I logout and login again it's going straight to home with the button to disable 2FA, I was told I need to fill out the table field with two_factor_confirmed_at, only if I change the fortify confirm to false, can you help me, please? I appreciate.
@mimo-bl5up
@mimo-bl5up Год назад
what ide do you use ? i like that its giving you like a comment about the var you are using, like in: w.WriteHeader('statuscode:' 404) how is that called ? is there a VS Code Extension that does this ?
@PenguinDigital
@PenguinDigital Год назад
There might be some plugins but I'm using PHPStorm, its the best PHP IDE there is. It does come at a cost though, you can usually pick up the beta version for 30days for free if you wanted to try it first
@bulent2435
@bulent2435 Год назад
You are doing a great job. Thanks.