Thread Reader
Share this page!
×
Post
Share
Email
Enter URL or ID to Unroll
×
Unroll Thread
You can paste full URL like: https://x.com/threadreaderapp/status/1644127596119195649
or just the ID like: 1644127596119195649
How to get URL link on X (Twitter) App
On the Twitter thread, click on
or
icon on the bottom
Click again on
or
Share Via icon
Click on
Copy Link to Tweet
Paste it above and click "Unroll Thread"!
More info at
Twitter Help
Noor Alam
@radiate_noor
Dev at Monico Technologies Ltd. | Write code with #php #Laravel #vue #js
Subscribe
Save as PDF
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
Save as PDF
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
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()