Nks / orchid-repeater-field

Adding support of repeater field to Orchid (https://github.com/orchidsoftware/platform)
MIT License
58 stars 41 forks source link

[FIX] Updated addPublicDirectory and orchid_mix #49

Closed copostic closed 2 years ago

copostic commented 2 years ago

We cannot install the module on Laravel 9.x.

Fixes

As the method addPublicDirectory doesn't exist anymore on Laravel 9.x, I replaced it with publishes method. Same for orchid_mix that is replaced with mix. After the installation, user should use php artisan vendor:publish --tag=public --force to publish files

Proposed Changes

copostic commented 2 years ago

Missing vendor/ replaced it with pull request #50