Melanie

Results 7 comments of Melanie

You can also use filterFunction() to use filtering with nested JSON. filterFunction(fieldname?: any, search?: string): boolean { if (fieldname.nestedvalue === search) { return true; } else { return false; }...

How about providing your code so you can be helped? Start with the code in your app.js file, where you're getting the error adding toast.

I tried to do a video, but it was too large. If I try to run php artisan migrate, all the tables are created in the crater db. It's like...

That still brings me to the installation wizard, but now I get CSRF Mismatch and another error when trying to continue from the database page.

Ok, I see it tends to just migrate 4 tables, companies, currencies, users, and migrations. Then I get an error that sql_require_primary_key must be false, yet I don't know how...

I wasn't able to resolve the issue on my local machine's testing setup but I WAS able to resolve it on my hosted machine by doing the following: Changed the...

Updating this: when I go to /blogs, I get the following error: 'Call to undefined method Illuminate\Database\Eloquent\Builder::withQueryString()' Looks like packages/litecms/blog/src/Http/Controllers/BlogPublicController.php:51 doesn't like that. What am I missing? What can I...