Matronator
Matronator
I have this piece of code: ```php $validator = new Validator(); $schema = 'https://files.matronator.com/public/mtrgen/1.0.2/mtrgen-template-schema.json'; $result = $validator->validate($parsed, $schema); return $result->isValid(); ``` And it throws schema not found exception. What am...
So, little confused here with the versions. Composer installs version 4.0.1 by default, but on the website (https://www.phpcaptcha.org/download/), or anywhere else for that matter, is no mention of version 4....
| Subject | Details | | :------------- | :---------------------------------------------------------------------------- | | Plugin | Php Inspections (EA Extended) | | Language level | PHP 7.4 | Current behaviour -- As I...
One thing that's been driving me crazy ever since I started using Bootstrap was the fragmenting of documentation across multiple versions on Google. Every time you want to quickly lookup...
### Is your feature request related to a problem? Please describe I need to apply some classes not on the `.nav-link` element, but on its parent `.nav-item`, but there's currently...
There's so many dependencies, OMG! It would be great to reduce the number of packages needed to install, or at the very least create some meta-package containing all the packages...
## Description It crashed during the project creation. ## Steps to reproduce 1. Run the composer command 2. Answer the questions 3. Profit ## Expected behavior Run without crashing ##...
DB file: ```json { "days": [ { "id": 1, "date": "2024-03-04T00:00:00", "hours": 6, "timeRanges": [ { "id": 1, "dayId": 1, "start": "2024-03-04T08:00:00", "end": "2024-03-04T12:00:00", "image": null }, { "id": 2,...
Started a new project and created `index.ts` with this inside: ``` import Bao from "baojs"; const app = new Bao(); ``` But the `new Bao()` is underlined with the following...
**System (please complete the following information):** - OS: `macOS` - GO Version: `14.3.1` - Pkg Version: `1.5.4` ENV info on the terminal (by command `env | grep -i TERM`) ```...