setup complete
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user