Тёмный
CS Code
CS Code
CS Code
Подписаться
Hi there! My name is Chandresh and I make videos about issues faced by developers during Web Development and try to tell the easiest way to solve them.

I'm starting off with videos on Laravel and if there is something that you would like to know about then do let me know in the comment section of video.

I try to post 1 or 2 videos a week, So if you are new then please make sure to subscribe to my channel.
Learn Git in 10 minutes
10:54
4 года назад
Laravel 7 - Backup | Laravel Tutorial
3:32
4 года назад
Laravel 7 - Seeder | Laravel Tutorial
1:05
4 года назад
Install Valet on Mac
1:31
4 года назад
Комментарии
@ibrahimjavaid6861
@ibrahimjavaid6861 Месяц назад
I have a question regarding laravel telescope package will be very grateful if you answer me. What if we want Telescope to log only specific Modal changes say Order.Right Now telescope is logging all modal changes? Can we do this using filter or tag method from TelescopeServiceProvider.php file. //config/telescope.php File Watchers\ModelWatcher::class => [ 'enabled' => env('TELESCOPE_MODEL_WATCHER', true), 'watch' => [ \App\Models\User::class, \App\Models\Lead::class, ], 'events' => ['eloquent.created*', 'eloquent.updated*'], 'hydrations' => true, ]
@OziCdr
@OziCdr Год назад
Thanks for the tutorial, dear friend! Everything is very clear and it works ))
@ALLANDAVES
@ALLANDAVES Год назад
How to redirect to login page after verify account , after click verification link not in user dashboard
@Dabbara-saiOO7
@Dabbara-saiOO7 Год назад
Bg music irritates bro
@markdioneeb8997
@markdioneeb8997 Год назад
In docs, it says that you have to be logged in when you resend email verification, since we now have jwt, why we dont use that on resend() method?
@Ninja-yt2qs
@Ninja-yt2qs Год назад
my css didnt load
@romel3260
@romel3260 2 года назад
works in laravel 8 :)
@jacksmith5845
@jacksmith5845 2 года назад
can you please show how to add custom domain in this ?
@debduttapanda2018
@debduttapanda2018 2 года назад
how to have a serverless lamp stack on was with PHP codeigniter?
@md.saimunhossain9867
@md.saimunhossain9867 2 года назад
Please brother, make a video on how to setup MySQL RDS on serverless application. 🙏🙏 Thanks for the awesome tutorial
@alexandriv2174
@alexandriv2174 2 года назад
sorry i`m find a problem -- it`s work
@alexandriv2174
@alexandriv2174 2 года назад
not work
@shubhamchaubey3500
@shubhamchaubey3500 2 года назад
Which vs code laravel extensions you are using to easily goto different classes and files etc.
@lovietech3885
@lovietech3885 2 года назад
Pls, I think you didn't actually make use of the rules in the form request class, if so, how can I validate using the rules and through rules error in json format. Kindly help on that sir?
@cyberxucyc9206
@cyberxucyc9206 3 года назад
Индусятина
@ragnarslygaming2772
@ragnarslygaming2772 3 года назад
How to add a custom domain for this?
@sivaprasadc8236
@sivaprasadc8236 3 года назад
How can we send a JSON message to SQS and lambda process it and save it in the database?
@gtsmeg3474
@gtsmeg3474 3 года назад
What about if validation throw an error ? where to catch this ?
@CSCode
@CSCode 3 года назад
Validation exception handling is explained in this video ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-4BT4NtpZDLU.html
@rohailarshad3985
@rohailarshad3985 3 года назад
Awesome and super easy.
@4ulabbams
@4ulabbams 3 года назад
Thanks. I followed your video, but I am getting this error An error occurred: WebLambdaFunction - Resource handler returned message: "Unzipped size must be smaller than 220606645 bytes
@elangamanir8335
@elangamanir8335 3 года назад
Hi, we followed the same configuration for deploying laravel project to aws lambda. now we are getting the following error. Error communicating with PHP-FPM to read the HTTP response. A root cause of this can be that the Lambda (or PHP) timed out, for example when trying to connect to a remote API or database, if this happens continuously check for those! Original exception message Do u have any idea to resolve this?
@A076
@A076 3 года назад
How can I add extra extensions to my lambda function, for example php-xmlrpc?
@himanshushekharmohapatra6379
@himanshushekharmohapatra6379 3 года назад
That's cool. If you can please tell us how to connect database and change url to standard url and the automatic deployment using github.that would be great. Thank you very much
@chamodtharindu
@chamodtharindu 3 года назад
Thank you so much. Great video😜
@chamodtharindu
@chamodtharindu 3 года назад
Great video. Thank you so much 😜😌.
@kareemkhalfalla8735
@kareemkhalfalla8735 3 года назад
every thing is fine but u should make it hash password :)
@shanksharma5117
@shanksharma5117 3 года назад
Bhai Amazon Ec2 me hosted hai agr main domain to Route53 ka use nhi hoga kya?
@CSCode
@CSCode 3 года назад
Not necessarily. Simple dns management service provided by domain registrar is sufficient enough.
@ThePushpakBanerjee
@ThePushpakBanerjee 3 года назад
without showing validation error messages how can you publish this video publicly. It's not a complete guide.
@lindaear
@lindaear 3 года назад
Thank you very much!!!
@eyz_azz
@eyz_azz 3 года назад
But how do you use middleware to check if the user is verified?
@bilelsaiden6527
@bilelsaiden6527 3 года назад
why you don't test the error --' i was waiting until you test the error ..
@voquang6794
@voquang6794 3 года назад
$user = User::where('email', request()->input('email'))->first(); $token = Password::getRepository()->create($user); If you wanna get the token from controller :)))
@voquang6794
@voquang6794 3 года назад
6:15 I can't find this, please help me !
@CSCode
@CSCode 3 года назад
If you are talking about log file then it’s present inside storage/logs folder.
@voquang6794
@voquang6794 3 года назад
@@CSCode yup, I have done it, thank for your tutorial, it's amazing
@voquang6794
@voquang6794 3 года назад
@@CSCode So if I wanna get this token from controller, it's possible ??
@voquang6794
@voquang6794 3 года назад
Help me bro, I wanna show it on response, so what I can do now ?? Thanks a lot !!!
@noxfortes
@noxfortes 3 года назад
bump!
@akhileshsaini1961
@akhileshsaini1961 3 года назад
Can you please provide me info how to connect remote mysql db and how to set cron job for this application?
@akhileshsaini1961
@akhileshsaini1961 3 года назад
?
@syaifudinlatief7472
@syaifudinlatief7472 3 года назад
thanks bro your video is awesome
@nhatnamtran2973
@nhatnamtran2973 3 года назад
Why you don't validate register api
@ayoubtahir2116
@ayoubtahir2116 3 года назад
what are u doing man why u dont test it for the error
@moauyameghari
@moauyameghari 3 года назад
how to deploy laravel sail app to digitalocean? I tried but I aloways get permissins errors. the only way make it work is running this command "chmod -R 777 example-app", I know it's wrong to add this permission but I can not get it work without this command. I tried 755 but it did not work. I need help to make it work the best and correct way
@krishnakoushik7280
@krishnakoushik7280 3 года назад
Content is good, but your voice is not clear and sound is low. Background music is a disturbance to your voice.
@tejaswinichilke6447
@tejaswinichilke6447 3 года назад
Very well explained the concept with stepwise demo. Could you please similar video on integrating laravel application with jenkins and how to run tests on virtual machine. Thank you
@MrGoatsy
@MrGoatsy 3 года назад
Please don't use music in future videos, it is very distracting.
@caseng1270
@caseng1270 3 года назад
Thank you very much! Before your video, mission complete!
@chittaranjanmaity9806
@chittaranjanmaity9806 3 года назад
How to connect mongo atlas with aws lambda in laravel .. Please create one video....
@sankapalinda8859
@sankapalinda8859 3 года назад
Thank you so much, if you can please make video for DB connection with lamda
@carlomigueldy
@carlomigueldy 3 года назад
Where are you getting these methods from? $this->respondBadRequest() $this->respondUnAuthorizedRequest() Or are they your method helpers? I can't seem to find any of them from the BaseController class
@karenmatala1040
@karenmatala1040 3 года назад
Thank you so much!! Merry Christmas!!
@greenredrose6577
@greenredrose6577 3 года назад
I have watched all your videos and learn a lot. Thanks.
@hansescobar12
@hansescobar12 3 года назад
Hello, how do I make the log information also appear in a table?
@mostafamedht1284
@mostafamedht1284 3 года назад
Thank U Just i want to know if i can use this (JWT authentication and WordPress Rest API) With Laravel to share login with both of theme. if i can, May i ask for a docs or video explain Thanks
@kid_rz
@kid_rz 3 года назад
please create more detail tutorial about this package