File tree Expand file tree Collapse file tree 5 files changed +5
-8
lines changed
Expand file tree Collapse file tree 5 files changed +5
-8
lines changed Original file line number Diff line number Diff line change 33A PHP Laravel Valet status indicator and manager extension (GNOME Panel Applet) for GNOME Shell.
44
55![ Screenshot] ( ./screenshot.png )
6- ![ Screenshot2] ( ./screenshot2.png )
76
87## Supports
98
109| Extension Version| Gnome Shell Version|
1110| :-:| :-:|
12- | 8 | 46|
11+ | 9 | 46|
1312| 7| 45|
1413| 5| 44, 43, 42, 41, 40|
1514
@@ -21,7 +20,7 @@ A PHP Laravel Valet status indicator and manager extension (GNOME Panel Applet)
2120
2221- Install this extension from [ extensions.gnome.org] ( https://extensions.gnome.org/extension/4985/php-laravel-valet ) .
2322
24- ### Or
23+ ## Manual Installation
2524
2625- Download the zip from the source.
2726- Create a folder named ` php-laravel-valet@rahulhaque ` under ` ~/.local/share/gnome-shell-extensions ` folder and extract all the files in this repo.
Original file line number Diff line number Diff line change @@ -3,13 +3,12 @@ import Gio from 'gi://Gio'
33import St from 'gi://St'
44import Clutter from 'gi://Clutter'
55
6- import { Extension , gettext as _ } from 'resource:///org/gnome/shell/extensions/extension.js'
6+ import { Extension , gettext as _ } from 'resource:///org/gnome/shell/extensions/extension.js'
77import * as PanelMenu from 'resource:///org/gnome/shell/ui/panelMenu.js'
88import * as PopupMenu from 'resource:///org/gnome/shell/ui/popupMenu.js'
99import * as Utils from './utils.js'
1010
1111import * as Main from 'resource:///org/gnome/shell/ui/main.js'
12- import { phpVersion } from './utils.js'
1312
1413const PhpLaravelValet = GObject . registerClass (
1514 class PhpLaravelValet extends PanelMenu . Button {
@@ -155,8 +154,7 @@ const PhpLaravelValet = GObject.registerClass(
155154 return state
156155 }
157156
158- menuSection3 ( )
159- {
157+ menuSection3 ( ) {
160158 if ( ! this . shouldShowMenuSection3 ( ) ) {
161159 return
162160 }
Original file line number Diff line number Diff line change 88 ],
99 "url" : " https://github.com/rahulhaque/php-laravel-valet-gnome-shell-extension" ,
1010 "uuid" : " php-laravel-valet@rahulhaque" ,
11- "version" : 8
11+ "version" : 9
1212}
You can’t perform that action at this time.
0 commit comments