setup complete

This commit is contained in:
2024-09-06 23:30:12 +03:00
parent a73ee21568
commit 6fc0a65b6f
22 changed files with 351 additions and 330 deletions
+2 -2
View File
@@ -10,14 +10,14 @@ class LucentConfigStep implements IStep
public function __invoke(): SetupStep
{
$lucentConfig = config("lucent.schemasPath");
$lucentConfig = config("lucent.schemas_path");
$name = "Generate Lucent config";
$instructions = <<<EOD
# Run the following command to generate the configuration file:
php8.3 artisan vendor:publish --tag=lucent-config
php artisan vendor:publish --tag=lucent-config
# A lucent.php file will be created in your config folder