Every developer has own settings for each IDE. Because everybody have different habits and experiences. Now let me share my own settings for vscode. The config file path: .vscode/settings.json { “editor.tabSize”: 4, “search.exclude”: { Devamı…
Hi, in linux there isn’t auto update feature in vscode. Because of that we have to update it ourself. This is the easiest and fastest way for updateing vscode: wget 'https://code.visualstudio.com/sha/download?build=stable&os=linux-deb-x64' -O code_latest_amd64.deb sudo dpkg Devamı…
If you’re developing API in Laravel then you don’t need any session and cookie things. For this you must remove these providers in app/Http/Kernel.php file. Delete config/session.php file. And at last change session word to passport` Devamı…
1 yorum