-
### Environment
#### Sonata packages
``` bash
$ composer show sonata-project/*
sonata-project/admin-bundle 3.8.0
sonata-project/block-bundle 3.2.0
sonata-project/cache …
-
I am trying to incorporate this into my existing laravel application running laravel 4.2
I followed the instructions to a "T" here: https://github.com/cmgmyr/laravel-messenger/tree/v1
No errors wh…
-
I'm using React-Starter-Kit and trying to integrate with AdminLTE. When I imported a css from AdminLTE I got this error.
```
import s from './Login.css';
import s_iCheck from 'admin-lte/plugins/iChec…
-
It seems that when requiring icheck in webpack, the module is unable to find the jQuery window object. I get the following error in my browser:
```
Uncaught TypeError: Cannot read property 'fn' of un…
-
Can you please publish current master branch as 1.0.8 version ? Bower command `bower install icheck-bootstrap` downloads version 1.0.7 which does NOT contain all CSS classes.
-
Can you give an example how to use it?
i do
`$formLogin->field($modelLogin, 'rememberMe')->checkbox(['class' => 'icheck'])`
but no changes
Thank you
-
https://github.com/Wtower/generator-makrina/blob/v0.2.1/services/prompts.js#L153
```
// {name: 'Date', value: 'date'},
// {name: 'Text area', value: 'text-area'},
// {name: 'Password', value: '…
-
I just installed PowerDNS admin and I like the tool. However, I cannot delete any domains I've created, the same as in issue #89. My setup is based on CentOS 7, powerDNS 3.48 and MySQL as the backend.…
-
Inline JavaScript is security relevant. Therefor the new [Content-Security-Policy](http://de.wikipedia.org/wiki/Content_Security_Policy) standard allows to disable inline JavaScript.
The standard_lay…
ghost updated
8 years ago
-
Hello , I want to add the jquery plugin in the webpack file , but I don't find where to add it ,
plugins: [
new webpack.ProvidePlugin({
'window.jQuery': 'jquery',
'wi…