Laravel-Pagebuilder icon indicating copy to clipboard operation
Laravel-Pagebuilder copied to clipboard

Fix: unpublishable config & demo-theme

Open se09deluca opened this issue 10 months ago • 1 comments

Currently the configs and demo theme are publishable only if schema has been already migrated. This PR aims to make the config publishable before the schema migration.

Since the name of database depends on the config, publishing the config before schema migration gives a more linear installation flow. https://github.com/HansSchouten/Laravel-Pagebuilder/blob/26898767ef6e441909fc8a4ce2de8581a78dc617/src/ServiceProvider.php#L34

Related issue: #155

se09deluca avatar Apr 26 '24 09:04 se09deluca

This needs to be merged as I cannot run the command to publish the config

php artisan vendor:publish --provider="HansSchouten\LaravelPageBuilder\ServiceProvider" --tag=config

Shaz3e avatar Jun 22 '24 13:06 Shaz3e