Okwukwe Ewurum

Results 5 issues of Okwukwe Ewurum

How do I integrate this package with Laravel API only backend app.

Hello @williamcruzme **Solution** Set the permissions/roles when you log in (before redirect), and enable `persistent` feature: ```javascript Vue.use(LaravelPermissions, { persistent: true }); ``` **Recommend solution** Work with Nuxt.js, you set...

Any suggestion or guideline on integrating [MathLive](https://cortexjs.io/mathlive/) into TinyMCE? I am thinking of creating a math equation plugin using MathLive

Hello @blowstack. I will need help in dealing with the cors error I am having when I try to upload images. I am using Laravel for my API with authentication...

I am trying to use this package in a Laravel/Inertia Vue3 application and getting a CORS error for the redirect. Here is my controller: ```php class PaystackController extends Controller {...