Yılmaz
Yılmaz
[Bootstrap 4 Alpha](http://v4-alpha.getbootstrap.com/) has been released on August 19, 2015. Is there any development plan exist to make this module bootstrap 4 friendly?
Merhaba, servisinizi bugun kisisel hobi projemde kullanmak istedim ancak `geolocation.boundinbox` verisi bulanik oldugu icin koordinatlardan emin olamadim. Su an asagidaki gibi bir veri donuyor: ``` "geolocation": { "lat": "41.0734206", "lon":...
There are some discussions exists about this subject on github. Learned that doctrine manages the nullable embeddable objects different than I think. Seems like having a _literally empty_ instance for...
Library has some missing features: - [x] ~~Introduce a develop branch~~ - [x] ~~Use [semantic versioning](http://semver.org/) for master, accept PR's to develop~~ - [ ] Improve documentation - add a...
Question is: - Should this library support xml and yaml mapping types along with existing PHP annotations? > Please feel free to writing your opinions!
Selam, bir süre kullandıktan sonra bu kütüphanenin orjinal [ALU Client](https://github.com/PayU/alu-client-php) ile hangi noktalarda niçin ayrıldığı konusunda kafamda soru işaretleri oluştu. Her iki kodu da inceledikten sonra neden bağımlılık olarak orjinal...
This PR aims to add the behaviour asked in #33 Since the reason behind using the CamelCaseSeparator is tokenizing strings when case is changed, usual expectation is beginning a new...
Hello. Few days ago I wanted to render a `Money/Money` instance in a twig template something like below: ``` {{ customer.balance|money }} ``` and needed to attach an additional custom...
- [x] ~~Create a `Search` module for various full-text search requirements.~~ - [x] Search module SHOULD support both [Elasticsearch](https://www.elastic.com/) and [Solr](https://lucene.apache.org/solr/) selectively via different adapters and configurations. - [x] Consider...
- [x] ~~Centralize application-wide object manager access via initializers, traits and interfaces~~ - [ ] Promote repository injection at service construction instead of object manager. - [ ] Write some...