Evrim Altay Koluaçık
Evrim Altay Koluaçık
`composer create-project ziishaned/opus` is not working, It should be; `composer create-project zeeshanu/opus`
# Bug report ### What I did I tried to use CRUD Fluent API on columns to add a enum column (PHP Enum). ```php CRUD::column('type')->type('enum')->enumClass(\App\Models\Line::class, 'type')->enumFunction('readableText')->label('Tip'); ``` `enumClass` and all...
**Describe the bug** I created a simple Mail and Simple Notification to test on a brand new Laravel project generated by Herd. **Versions** Ray version (you can see this in...
Hi, An awesome library, I really liked it. But I have one problem, I am trying to use it with Laravel Echo and generate Confirm's on the fly. But if...