Noor Alam Profile picture
Dev at Monico Technologies Ltd. | Write code with #php #Laravel #vue #js
Aug 16, 2022 4 tweets 2 min read
#VSCode extensions for #PHP / #Laravel developer

1. Auto Rename Tag
2. PHP Intelephense
3. PHP Namespace Resolver
4. PHP Debug
5. PHP CS Fixer for Visual Studio Code (code formatter)
6. PHP Create Class
7. PHP Constructor
8. Path Intellisense

🧵Thread 9. PHP Namespace Resolver
10. Laravel 5 Snippets
11. Laravel Blade Snippets
12. Laravel Blade Spacer
13. Laravel Extra Intellisense
14. Laravel goto view
15. Laravel Snippets
Aug 14, 2022 7 tweets 3 min read
#Laravel: Create custom command to make custom class. The example shows how we create a DataTransferObject (DTO) Class by command

🧵Thread MakeDTOCommand.php Above code will generate DTO class for us. You need some changes.

You need to change the stub path (location of your stub file) on getStub() Image