RickDBCN/filament-email

Publishing assets throws error

malle-pietje opened this issue · 2 comments

What happened?

Executing the php artisan command to publish the assets throws this error:

$ php artisan vendor:publish --tag="filament-email-migrations"

   INFO  Publishing [filament-email-migrations] assets.

   ERROR  Can't locate path: <vendor/rickdbcn/filament-email/src/../database/migrations/create_femail_table.php.stub>.

How to reproduce the bug

Run the php artisan command shown above.

Package Version

v1.0.1

PHP Version

8.2.3

Laravel Version

10.17.1

Which operating systems does with happen with?

No response

Notes

There appears to be a typo here:

->hasMigration('create_femail_table');

Hi @malle-pietje, thanks for the headsup!
Could you try again with v1.0.2? Does this resolve the issue?

Thanks for the very quick turn-around! Appears to be working fine now. Will complete the install 👍