HansSchouten / Laravel-Pagebuilder

A drag and drop pagebuilder to manage pages in any Laravel project
https://www.phpagebuilder.com
MIT License
797 stars 184 forks source link

No publishable resources for tag [config]. #155

Open hasnat3038 opened 11 months ago

hasnat3038 commented 11 months ago

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

arif-x commented 10 months ago

Have you migrate your db?

bfblackjack commented 10 months ago

I have the same issue here, Laravel 10. There is no configuration file published nor migration files published for the provider/tag. Hence, @arif-x , there is no migrations to run!

arif-x commented 10 months ago

you can refer here for setup this package @bfblackjack https://www.youtube.com/watch?v=V4uePTK8IG8

bfblackjack commented 10 months ago

@arif-x While the instructions may work in the video, it does not work in my copy nor does it appear to work nor @hasnat3038.

After installing the package via composer and then attempting to publish the vendor files, NO files are found for the service provider:

INFO No publishable resources for tag [config].

PGTech85 commented 10 months ago

I have the same issue. LaravelPageBuilder does not show up as a publisher. php artisan vendor:publish Does not have it listed.

masumcity commented 6 months ago

not working .