Skip to content

Commit

Permalink
Merge pull request #3 from KevinBatdorf/update-laravel-forge-extensio…
Browse files Browse the repository at this point in the history
…n-0gesf7t

Update Laravel Forge Extension
  • Loading branch information
KevinBatdorf authored Jan 15, 2022
2 parents 04540ea + 36c049b commit 714c793
Show file tree
Hide file tree
Showing 19 changed files with 7,025 additions and 28 deletions.
28 changes: 0 additions & 28 deletions .github/workflows/fetch-latest-forge-extension.yml

This file was deleted.

10 changes: 10 additions & 0 deletions extensions/laravel-forge/.eslintrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"root": true,
"env": {
"es2020": true,
"node": true
},
"parser": "@typescript-eslint/parser",
"plugins": ["@typescript-eslint"],
"extends": ["eslint:recommended", "plugin:@typescript-eslint/recommended", "prettier"]
}
1 change: 1 addition & 0 deletions extensions/laravel-forge/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
node_modules
4 changes: 4 additions & 0 deletions extensions/laravel-forge/.prettierrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"printWidth": 120,
"singleQuote": false
}
7 changes: 7 additions & 0 deletions extensions/laravel-forge/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# Laravel Forge
A command center for sites managed by [Laravel Forge](https://forge.laravel.com/).

Get an API token here: https://forge.laravel.com/user-profile/api

Source repo: https://github.com/KevinBatdorf/laravel-forge-raycast

Binary file added extensions/laravel-forge/assets/command-icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added extensions/laravel-forge/assets/server.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 714c793

Please sign in to comment.