-
### Info:
- Docker version (`$ docker --version`): 18.09.3, build 774a1f4
- Laradock commit (`$ git rev-parse HEAD`): 8ca26e6c06c5841c8ca2c328ea5a0220209a3d71
- System info (Mac, PC, Linux): Linux…
-
I got an issue:
syntax error, unexpected 'bool' (T_STRING), expecting function (T_FUNCTION) or const (T_CONST)
::Composer\Autoload\includeFile
vendor/okipa/laravel-table/src/Table.php:41
prote…
-
The facade for inputradio says:
Facade : InputCheckbox
-
Trying to install laravel-table into an laravel 7.3 project results in complaints from composer:
```
- okipa/laravel-table 1.2.0 requires illuminate/support ~5.5.0|~5.6.0|~5.7.0|~5.8.0|^6.0 -> sat…
-
Hi.
When I try to search users' name and surname together (like "Cawe Coy Rodrigues Marega" where `users.name = 'Cawe Coy'` and `users.surname = 'Rodrigues Marega'`) I get "No results were found."
…
-
Okipa updated
4 years ago
-
I recently migrated to version 2 and replaced all old labels with the new ones.
I'm trying to use:
`
{{inputRadio()->name('no_insulation')->value('0')->label('No Insulation')->prepend('')}}
`
b…
-
Is there any way to make input number accept decimals?
-
Setup table generation script that could be like : `php artisan make:table UsersTable --model=User`.
This script would generate a `Table` class in the `app/Tables` directory, in which we could conf…
Okipa updated
4 years ago
-
Add templates for the lines actions html, in order to add possibility to simply override these small parts of tables instead of having to override the entire `tbody`.
Okipa updated
4 years ago