This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
namespace App\Console\Commands; | |
use Illuminate\Console\Command; | |
use Illuminate\Support\Collection; | |
use Illuminate\Support\Facades\Log; | |
use Laravel\Scout\EngineManager; | |
use Laravel\Scout\Engines\MeiliSearchEngine; | |
use MeiliSearch\Client; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
domain.example.org { | |
reverse_proxy localhost:3000 | |
} |