sarpaykent
sarpaykent
Hey, here's what I want, I wanna know if its possible or not. I guess it's something like assetic_*. I wanna compress my javascript files and save them to javascript.js...
Hello, I see that selector is mandatory. But for example, in my case, I use canvas so there isn't anything to select with jquery selector because objects in canvas are...
Hey, I just quick look language system. I added my own language but, I want to let users change their language. So did I miss something or coaster isn't supporting...
Hello, I just created project via composer, after installation (with demo data) when I'm looking into database I see there is no foreign keys for columns. For example: cms_admin_actions ->controller_id...
Fixes eulerrapp/nx-python#43 * **Please check if the PR fulfills these requirements** - [x] The commit message is clear and concise - [ ] Tests for the changes have been added...
My link is like .../web/tablename but i wanna change it like .../tablename how can i do it I tried bunch of things but not even changing anythink thanks.
Hey, I just make admin panel via generator. Problem is ``` $form = $form->add('title', 'text', array('required' => true)); ``` In page form element required="required", but when I deleted it with...
http://prntscr.com/9lskmp L char cannot be shown + last part.
Hey, I have a problem about search. I'm using ajax because of that but still I need one morething like force plugin to show data from ajax. Here is an...
Hello, I'm little confused about `$security = new SecurityPlugin($di);` in installation, there is no contructor in Security class, where did it came from ?