Skip to content
| Marketplace
Sign in
Visual Studio Code>Programming Languages>Add laravel Files (pre-alpha)New to Visual Studio Code? Get it now.
Add laravel Files (pre-alpha)

Add laravel Files (pre-alpha)

felipebueno

|
5,056 installs
| (0) | Free
Add laravel files
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Add laravel Files for VS Code

  • app/Models/MyResource.php
  • app/Http/Controllers/MyResourceController.php
  • app/Repository/MyResourceRepository.php
  • app/Services/MyResourceService.php
  • app/Http/Requests/MyResourceRequest.php
  • database/seeds/MyResourceSeeder.php
  • tests/Feature/Crud/MyResourceTest.php
  • app/Doc/MyResourceDoc.php
  • database/migrations/2013_04_22_150007_create_myresources_table.php
  • Append route to the routes/api.php file: /* |-------------------------------------------------------------------------- | Routes about my-resources |-------------------------------------------------------------------------- */ Route::resource('my-resources', 'MyResourceController');

Installation

  1. From the command palette Ctrl-Shift-P (Windows, Linux) or Cmd-Shift-P / fn-F1 (OSX)
  2. Select Install Extension
  3. Type vscode-add-laravel-files and press enter
  4. Select the extension from the list and click Install
  5. Reload Visual Studio Code

Usage

  1. From the command palette Ctrl-Shift-P (Windows, Linux) or Cmd-Shift-P / fn-F1 (OSX)
  2. Search for InnovareTI: Add Laravel files
  3. Type the name of the new resource

TODO

[ ] - Update DatabaseSeeder file with the new seeder

License

MIT

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft