stargatesg1's avatar

Laravel Cashier Lumen

I can install the library within lumen but when I run

php artisan vendor:publish --tag="cashier-migrations"

It doesn't work is there some alternative way to install Cashier for Lumen

0 likes
3 replies
Sti3bas's avatar

Is it because Lumen doesn't include vendor:publish command?

If so try to copy migration files to project's database/migrations directory.

stargatesg1's avatar

Correct vendor:publish its mostly the migration files we need right?

Please or to participate in this conversation.