Khaled Huthaily
Khaled Huthaily
This commit will add support to Bootstrap 5 (in addition to the existing support for Bootstrap 4). Attribute names 'data-toggle' and 'data-bs-toggle' as well as 'data-target' and 'data-bs-target' are supported...
This change adds support to Bootstrap 5 (in addition to the existing support for Bootstrap 4). The attribute names (1) 'data-toggle' and 'data-bs-toggle' as well as (2) 'data-target' and 'data-bs-target'...
`imageline()` in PHP 8 has been updated: [https://www.php.net/manual/en/function.imageline.php](https://www.php.net/manual/en/function.imageline.php). This fix solves the `implicit conversion from float ... to int loses precision` error when creating a captcha.
This PR allows users to translate the app `name` and `short_name`. For example, the user can change this ``` 'name' => 'My App Name' ``` to this ``` 'name' =>...
allows app description to be translated
The `timestamp` type has a range of 1970-01-01 00:00:01 UTC to 2038-01-19 03:14:07 UTC, while `datetime` has a range of 1000-01-01 00:00:00 to 9999-12-31 23:59:59. Therefore, `datetime` gives us a...