How to Setup VS Code For Laravel in 2022 | Best Laravel Extensions in VS Code | Learn Laravel 9

  Рет қаралды 67,596

Code With Dary

Code With Dary

Күн бұрын

Пікірлер: 101
@GirishKumar-lb9oo
@GirishKumar-lb9oo 2 жыл бұрын
this was one of the most useful youtube videos I have ever watched. Thank you !!!!
@codewithdary
@codewithdary 2 жыл бұрын
Love to hear that, Girish!
@truthteachers
@truthteachers 2 жыл бұрын
Hi bro, my suggestion is to use "Laravel Goto" extension by Adrian instead of those that have been suggested in this video. This one is more universal and specific, avoids loading too many extensions. Also 'Beautify" extension has been deprecated.
@codewithdary
@codewithdary 2 жыл бұрын
Thanks for the tip!
@Jebble347
@Jebble347 2 жыл бұрын
Laravel Goto is terrible. All it does is add a shortcut to the VSCode "Search files by name" box and pastes in the route for you. For regular controllers it can't even get the path correct either.
@truthteachers
@truthteachers 2 жыл бұрын
@@Jebble347 perhaps you are right. I dont like laravel anyway. Overloaded piece. Defeats the whole priniples behind php.
@Michael-lo3ht
@Michael-lo3ht Ай бұрын
@@truthteachers I agree. I had found some PHP OOP programming help that does a fabulous job of both, without Laravel.
@truthteachers
@truthteachers Ай бұрын
@@Michael-lo3ht Exactly. Also there is one -Codeigniter 4 which makes things simpler, lighter and faster than Laravel. This one has been brushed aside by programmers and i am not sure why. If you really want much down to earth framework than use Slim 4. Laravel is over-cooked monster. Could never get to finish learning it. The time taken to do that i could have created an MVC framework of my own.
@ianrifadsha1542
@ianrifadsha1542 2 жыл бұрын
Your Laravel series are the best 👌👌- Thanks
@codewithdary
@codewithdary 2 жыл бұрын
Glad you like them Ian!!
@CHSKnight
@CHSKnight 2 жыл бұрын
I have been waiting for a video like this brother 😁. Thanks
@codewithdary
@codewithdary 2 жыл бұрын
More to come Bhongo!
@nasirsoft5800
@nasirsoft5800 Жыл бұрын
well explained each steps . Superb bro
@codewithdary
@codewithdary Жыл бұрын
Thank you Nasir ❤️🙏🏽
@kaungminhtet3893
@kaungminhtet3893 2 жыл бұрын
really helpful extensions.Thanks for your hard work!
@codewithdary
@codewithdary 2 жыл бұрын
My pleasure Kaung!
@davidsonzed
@davidsonzed 2 жыл бұрын
Hi, thanks for the video, but I couldn't find the extension for "laravel-goto-controller", when I search, it show only one but a different one?
@codewithdary
@codewithdary 2 жыл бұрын
Here you go David marketplace.visualstudio.com/items?itemName=stef-k.laravel-goto-controller
@elijahhaydes4075
@elijahhaydes4075 2 жыл бұрын
@@codewithdary This is removed from the marketplace :(
@mahmoud-bakheet
@mahmoud-bakheet 2 жыл бұрын
Actually very helpful and laravel its has grate tooles and Visual Studio as well thank you..❤❤
@codewithdary
@codewithdary 2 жыл бұрын
Great to hear Mahmoud!
@chamath100
@chamath100 2 жыл бұрын
Thanks for the video. Very useful. Few things laravel-goto-controller is not found now. And also Beautify is deprecated now. I think better to add Git extensions an well. What do you think?
@codewithdary
@codewithdary 2 жыл бұрын
I've heard that Beautify has been added to Visual Studio Code by default. Don't know what the alternative is for laravel-goto-controller, sorry. Also yeah, if you are a Git user it is definitely recommended, but we won't be using Git in this course, that's why I skipped it :)
@ammara860
@ammara860 11 ай бұрын
man cant thank you enough you save me
@codewithdary
@codewithdary 11 ай бұрын
Thank you
@husamaamer1404
@husamaamer1404 2 жыл бұрын
Time saver ... Awesome!
@codewithdary
@codewithdary 2 жыл бұрын
Lovely, thank you :)
@mibrahim4245
@mibrahim4245 Жыл бұрын
SUPER AS USUAL DARY !! .. THANKS ... I have one question! .. I see lots of tutorials when they write a class name (e.g: Carbon, Request, etc...) the editor adds the doube colon :: with the suggestion automatically .. how to apply this? Thanks
@codewithdary
@codewithdary Жыл бұрын
Hmm I have no idea how you could do that in Visual Studio Code. You most likely see content creators doing that in PHPStorm!
@mibrahim4245
@mibrahim4245 Жыл бұрын
@@codewithdary true.. I guess phpstorm :(
@wsthankyou
@wsthankyou 2 жыл бұрын
Very... Very... Good...!!! Thank You...!!!
@codewithdary
@codewithdary 2 жыл бұрын
Welcome buddy! :)
@jjplays404
@jjplays404 2 жыл бұрын
Awesome Tutorial brother. Please make complete tutorial of cart+order (conversion of cart into orders. I want to see best practices from you as always.) Love and respect from Pakistan.
@AnDrU085
@AnDrU085 2 жыл бұрын
I would love to add Thunder Client like an option to Postman for testing Api endpoints directly from VS Code.
@codewithdary
@codewithdary 2 жыл бұрын
Very good one if you work with APIs. But that's not something we will be doing in this course :(
@zeraone9406
@zeraone9406 2 жыл бұрын
very helpful, thank you !
@codewithdary
@codewithdary 2 жыл бұрын
You're welcome Harry!
@rezadianaty
@rezadianaty 2 жыл бұрын
Thanks Dary. Very useful. But I didn't find any formatter like prettier that add semi colon at the end of line automatically. Do you have any suggestion for this or formatter for blade? When working with laravel projects we work with php and blade files that must format simultaneously but vs code only set one formatter. Thanks.
@kreaweb-be
@kreaweb-be Жыл бұрын
Beautify has been deprecated because it's no longer maintained. What's the best alternative? Could you also explain the best tool to format code on save? Thanks.
@codewithdary
@codewithdary Жыл бұрын
From my understanding VS Code added the same type of functionality in the editor, so therefore the creators of Beautify decided not to upgrade it anymore.
@jonathanrifaut1977
@jonathanrifaut1977 2 жыл бұрын
The intelligence plugin is not ready for Laravel 9 (the 8, I don't know). The route middleware syntax is not up to date. Is again Controller@index and not [Controller::class, 'index'] and the use app\http\controllers\...
@codewithdary
@codewithdary 2 жыл бұрын
Ah I didn’t know that. Anyways it’s still better than no syntax I guess!
@MG-wx8yx
@MG-wx8yx 2 жыл бұрын
is laravel-goto-controller by Stef-k still available in the extensions market? I can't find it.
@MG-wx8yx
@MG-wx8yx 2 жыл бұрын
I just found out it's no longer maintained, which is sad really.
@codewithdary
@codewithdary 2 жыл бұрын
That's unfortunate, I think they stopped maintaining it like a couple days after I released the video :(
@sonhoang2392
@sonhoang2392 2 жыл бұрын
fr stay on the grind
@codewithdary
@codewithdary 2 жыл бұрын
Ain’t stopping
@pixdplus9943
@pixdplus9943 2 жыл бұрын
Thanks for this awesome video
@codewithdary
@codewithdary 2 жыл бұрын
Glad you liked it buddy :)
@MohammadSalehnia
@MohammadSalehnia 2 жыл бұрын
Thanx it was great
@codewithdary
@codewithdary 2 жыл бұрын
Most welcome 😊
@amirsaad8627
@amirsaad8627 2 жыл бұрын
thank you for sharing 🥰
@codewithdary
@codewithdary 2 жыл бұрын
My pleasure 😊
@josechirino5168
@josechirino5168 2 жыл бұрын
Thanks very helpful
@codewithdary
@codewithdary 2 жыл бұрын
Glad it helped Jose
@abdelrahmanabuhasibe3429
@abdelrahmanabuhasibe3429 9 ай бұрын
عاش يسطا
@codewithdary
@codewithdary 9 ай бұрын
Yes :)
@normantomlins1742
@normantomlins1742 2 жыл бұрын
The laravel-goto-controller has been removed from market place, and is no longer maintained. Great Video!
@codewithdary
@codewithdary 2 жыл бұрын
Jesus. I recorded the video a couple days ago! haha! thanks for letting me know.
@devjesusc
@devjesusc Жыл бұрын
I need that, is there another that can work like this one?
@codewithrifad9238
@codewithrifad9238 2 жыл бұрын
Please do the advance eCommerce series
@codewithdary
@codewithdary 2 жыл бұрын
Definitely in the future :)
@uraljonjurayev1814
@uraljonjurayev1814 2 жыл бұрын
Thank you very well 👍🙂
@codewithdary
@codewithdary 2 жыл бұрын
You're welcome 😊
@arammarm
@arammarm Жыл бұрын
I don't find laravel-goto-controller extension!! I think now its removed
@codewithdary
@codewithdary Жыл бұрын
marketplace.visualstudio.com/items?itemName=ctf0.laravel-goto-controller
@amirpouresterabadi3052
@amirpouresterabadi3052 2 жыл бұрын
Thank you so so much.
@codewithdary
@codewithdary 2 жыл бұрын
Thank you for watching Amir!
@sjoerdjordans2577
@sjoerdjordans2577 2 жыл бұрын
For people that get an error when trying to connect to the database through the database client. Make sure you have mySQL running in xampp (if you use that for your database). Took me a minute to figure out why i got the error hahaha.
@codewithdary
@codewithdary 2 жыл бұрын
Haha I do expect people to make MySQL setup when creating a Laravel project, but thank you for sharing :)
@alexanderanastasiadis9284
@alexanderanastasiadis9284 2 жыл бұрын
Can i open remote folder from FTP/SFTP to editing real-time files ? Thanks
@aeiou...
@aeiou... 2 жыл бұрын
Hi! Just to ask, how did you format your blade file to have a tab with 4 spaces for its indention? I can't make it with my vscode on blade files only
@Lightnings123
@Lightnings123 Жыл бұрын
laravel eloquent intellisense how about a demo for this part?
@codewithdary
@codewithdary Жыл бұрын
Definitely something I would do in the future!
@Lightnings123
@Lightnings123 Жыл бұрын
@Code With Dary i have these plugins but intellisense for eloquent not working
@tblancog
@tblancog 2 жыл бұрын
Beautify extension is deprecated :(
@codewithdary
@codewithdary 2 жыл бұрын
:(
@abdullahAboelkhair
@abdullahAboelkhair 2 жыл бұрын
thank you
@codewithdary
@codewithdary 2 жыл бұрын
More than welcome Abdullah!
@uluumbch
@uluumbch 2 жыл бұрын
what's ur theme name?
@codewithdary
@codewithdary 2 жыл бұрын
I think I showed you on the video didn’t I?
@cptg00se
@cptg00se 2 жыл бұрын
wasnt able to follow got an error on the first step :(
@codewithdary
@codewithdary 2 жыл бұрын
That's unfortunate.
@jabirjabi5297
@jabirjabi5297 2 жыл бұрын
5 seconds before you said thats a bit boring I was like dude thats sick
@Sasha-zh6tp
@Sasha-zh6tp Жыл бұрын
List of the extensions he names: community material theme (palenight high constrast) laravel artisan laravel blade spacer laravel extra intellisense php intelephense laravel goto view laravel-goto-controller laravel snippets laravel-goto-components php dockblocker phpdoc comment php namespace resolver beautify dotenv paste json as code tailwind css intellisense vscode great icons database client
@codewithdary
@codewithdary Жыл бұрын
Thank you 🙏
@jenherjohngundran412
@jenherjohngundran412 2 жыл бұрын
I wasn't lost until he said "Control + Zed" instead of "Control + Z"
@codewithdary
@codewithdary 2 жыл бұрын
Hope you stay lost then :)
@usmanridwanadekola3532
@usmanridwanadekola3532 2 жыл бұрын
Yeah i tried before byt didnt work
@sergeisurin2963
@sergeisurin2963 Жыл бұрын
👍🙏
@codewithdary
@codewithdary Жыл бұрын
🙏❤
@Ryo-ti6ur
@Ryo-ti6ur 2 жыл бұрын
Or just Install Laravel Extension Pack
@codewithdary
@codewithdary 2 жыл бұрын
Sure you do that!
@thistlemotivation
@thistlemotivation 2 жыл бұрын
Make an e-commerce in laravel
@codewithdary
@codewithdary 2 жыл бұрын
Definitely something I'll do in the future!
@anti5895
@anti5895 Жыл бұрын
Thank you, hopefully, there will be a video update! I'm on L10 + PHP 8.1 and the PHP Intelephense is never worked for me, it just doesn't. I even have it set up with Barryvdh's Ide Helper but no luck, I've tried almost every tip/trick I found on the internet, wasting nearly 12 hours to get that $hit working properly. So I ditch VS Code and moved to PHPStorm as we all should, VS Code is never a good editor for Laravel projects.
@codewithdary
@codewithdary Жыл бұрын
PHPStorm for the win.
@sigalzahavi1296
@sigalzahavi1296 2 жыл бұрын
Hello, I just found your videos, thank you very much. I do have a problem using the Laravel artisan extension. I get this error: [CMD] "php" artisan route:list [ERR] Command failed: cd /d "c:\wamp64\www\mysite.local" && "php" artisan route:list I have these lines in the settings/settings.json file: "editor.autoClosingBrackets": "always", "editor.autoClosingQuotes": "never", "php.executablePath": "c:/wamp64/bin/php/php8.1.5/php.exe", "workbench.colorTheme": "Default High Contrast", "explorer.autoReveal": "focusNoScroll", "editor.detectIndentation": false, "workbench.editor.enablePreview": false, "php.validate.executablePath": "c:/wamp64/bin/php/php8.1.5/php.exe" Can you maybe help?
@SomewhatLazy
@SomewhatLazy Жыл бұрын
Sad you never cover what is actually important, debugging!
@codewithdary
@codewithdary Жыл бұрын
Very sad!
15 VSCode Extensions for Laravel Developers
14:25
Designated Coder
Рет қаралды 27 М.
А что бы ты сделал? @LimbLossBoss
00:17
История одного вокалиста
Рет қаралды 11 МЛН
버블티로 부자 구별하는법4
00:11
진영민yeongmin
Рет қаралды 27 МЛН
VAMPIRE DESTROYED GIRL???? 😱
00:56
INO
Рет қаралды 9 МЛН
Become a PRO at Using Components in Laravel
32:51
Code With Dary
Рет қаралды 39 М.
I built 10 web apps... with 10 different languages
14:23
Fireship
Рет қаралды 1,6 МЛН
Отношение BelongsTo. Гайд по отношениям в Laravel
19:44
Просто о Laravel. CutCode
Рет қаралды 8 М.
you NEED to use VS Code RIGHT NOW!!
12:48
NetworkChuck
Рет қаралды 574 М.
What is the Java Job delusion?
12:23
Stefan Mischook
Рет қаралды 135 М.
Code faster with these VS Code shortcuts
8:44
Coder Coder
Рет қаралды 376 М.
I built the same app 10 times // Which JS Framework is best?
21:58
Fireship
Рет қаралды 2,5 МЛН
All useEffect Mistakes Every Junior React Developer Makes
22:23
VSCode - The Complete Setup for PHP Development
33:59
The Codeholic
Рет қаралды 99 М.
А что бы ты сделал? @LimbLossBoss
00:17
История одного вокалиста
Рет қаралды 11 МЛН