-
Remove the `->hide[Element]()` method and replace them by, for example, `->label(false)` to hide the label.
Okipa updated
5 years ago
-
Replace the `->icon()` method by `->prepend()` and `->append()` that will accept a string or a closure as argument.
Okipa updated
5 years ago
-
Add capacity to disable the number of rows limit with `->rowsNumber(false)` for example.
Okipa updated
5 years ago
-
Fix wrong displaying :
![Capture d’écran 2019-04-23 à 13 33 13](https://user-images.githubusercontent.com/5328934/56577850-5d9fd380-65cc-11e9-9f9c-edcbc3be1738.png)
Okipa updated
5 years ago
-
In order to avoid this kind of behaviour : ![Capture d’écran 2019-04-17 à 15 50 53](https://user-images.githubusercontent.com/5328934/56293029-9a7d4d80-6128-11e9-9aea-2fba8771b9f4.png)
Okipa updated
5 years ago
-
Hello,
I encountered an issue with the following code:
```php
Method Illuminate\Support\Carbon::addSeconds does not exist.
```
Carbon version: **PUT HERE YOUR COMPOSER CARBON VERSION**
PHP ver…
-
Packages.json content :
```
"devDependencies": {
"bootstrap": "^4.0.0",
"cross-env": "^5.1",
"jquery": "^3.2",
"laravel-mix": "^4.0.7",
"popp…
-
Hi,
Would it be possible to make the search case insensitive ?
Thank you
-
### Steps to reproduce
1. Open a view with react-native-camera
2. Capture a picture
3. Go back from the preview page to the capture page, in order to capture a new picture
4. Capture a picture
…
Okipa updated
5 years ago
-
- Laravel Version: 5.7.13
- PHP Version: 7.2.12
- Database Driver & Version: MySQL 5.7.24
### Description:
When publishing the views to customizing them using the `php artisan vendor:publish -…