Laravel Ray installed, active tags

This commit is contained in:
Benjamin Takats
2022-12-05 16:25:33 +01:00
parent bfe15e80a0
commit 5735158927
5 changed files with 20 additions and 11 deletions

View File

@@ -93,13 +93,13 @@ return [
* Absolute base path for your sites or projects in Homestead,
* Vagrant, Docker, or another remote development server.
*/
'remote_path' => env('RAY_REMOTE_PATH', null),
'remote_path' => env('RAY_REMOTE_PATH', '/var/www/html'),
/*
* Absolute base path for your sites or projects on your local
* computer where your IDE or code editor is running on.
*/
'local_path' => env('RAY_LOCAL_PATH', null),
'local_path' => env('RAY_LOCAL_PATH', '/home/fsociety/Code/side/einundzwanzig-bitcoin-school'),
/*
* When this setting is enabled, the package will not try to format values sent to Ray.