vscode extension Resources Readme Activity Stars 1 star Watchers 0 watching Forks 0 forks Report repository Releases 8 tags Packages No packages published Languages TypeScript 100.0% Footer © 2024 GitHub, Inc. Footer navigation Terms Privacy Security Status Docs Contact Manage cookies Do not share my personal information
This extension providesLaravelroutes, views and ... autocomplete forVSCode. Please read thesecurity noteandhow to configurebefore using the extension. Autocomplete Route names and route parameters Views and variables Configs Translations and translation parameters ...
+.phpactor.json +.phpunit.result.cache +Homestead.json +Homestead.yaml +auth.json +npm-debug.log +yarn-error.log +/.fleet +/.idea +/.vscode diff --git a/README.md b/README.md new file mode 100644 index 0000000..1a4c26b --- /dev/null +++ b/README.md @@ -0,0 +1,66 @...
class AppServiceProvider extends ServiceProvider { /** * Register any application services. */ public function register(): void { // } /** * Bootstrap any application services. */ public function boot(): void { // } } 15 changes: 15 additions & 0 deletions 15 api/artisan Show comme...
You would need to have the latest version of VS Code and VS Code Chrome Debugger Extension installed. Then add the block below to your launch.json file and put it inside the .vscode folder in your app’s root directory. { "version": "0.2.0", "configurations": [{ "name": "Chrome"...
--- | Extension detector |--- | | Configure here which writer type should be used when | the package needs to guess the correct type | based on the extension alone. | */ 'extension_detector' => [ 'xlsx' => Excel::XLSX, 'xlsm' => Excel::XLSX, 'xltx' => Excel::XLSX, 'xltm...
class User extends Authenticatable { /** @use HasFactory<\Database\Factories\UserFactory> */ use HasFactory, Notifiable; /** * The attributes that are mass assignable. * * @var array<int, string> */ protected $fillable = [ 'name', 'email', 'password', ]; /** * The attributes tha...