Interludic
Interludic
Hello, i'm developing on chrome, on ios ipad Recently when i change pages the local storage is displayed on the new page, even though the url has changed. is this...
- Corcel Version: "jgrossi/corcel": "^5.0", - Framework Name & Version: Laravel 8 - PHP Version: 8 - Database Driver & Version: mysql ### Description: How do we add a thumbnail...
- Corcel Version: "jgrossi/corcel": "2.5.*", - Framework Name & Version: "laravel/framework": "5.5.*", - PHP Version: 7.1 ### Description: Cant find model... for // clean and simple all posts from a...
``` @php (!empty($event->competition) && $event->competition == 2 ? ($registrationClosed = true) : ($registrationClosed = false)); switch(true){ .... ``` changes to ``` @php(!empty($event->competition) && $event->competition == 2 ? ($registrationClosed = true)...
After removing the plugin the following url works /wp-json/wp/v2/posts?per_page=99&page=1 otherwise... Caught exception: Server error: `GET https://domain.com/wp-json/wp/v2/posts?per_page=99&page=1` resulted in a `500 Internal Server Error` response:\n \n \n \n \t
I have in the past recieved this error randomly, however now it is happening everytime, what is going on here? please help as the error message is a little unclear....
~/projects/apiwp$ composer require jeffochoa/laravel-wordpress-client php artisan vendor:publish --laravel-wordpress [InvalidArgumentException] Could not find a version of package jeffochoa/laravel-wordpress-client matching your minimum-stability (stable). Require it with an explicit version constraint allowing its...
Could you please add a status(string) column to the ratings table, we can fill it with pending, approved moderation Open to alternative, would just like to filter out any spam...
I have just completed integrating your package into my laravel project. While i haven't used it long, It works great! seems to be fine on ```"php": "^8.2",``` if you want...