Cătălin G
Cătălin G
The title says all. How do I do it?
I cannot find an example in documentation for this feature. Is it possible at least?
As a subuser I can only see sent messages, but if I reply to a message I cannot see the message in the inbox.
Hi. Thanks for this very useful package. I believe that using the route() helper instead of url() would simplify a lot the templates. In principle I could use the route...
I get this error in IE9 console while typing in the search field: ``` SCRIPT28: Out of stack space ``` When clicking for more details it takes me to toggleDetails()...
I'm testing with the simple file, the one from the Behat fixtures. But I get this error: ``` [Gedmo\Exception\UnexpectedValueException] Root cannot be changed manually, change parent instead ``` Every time...
When something else than a Smarty exception is thrown the code enters [this line](https://github.com/ytake/Laravel.Smarty/blob/39dbe7aad2dde866c3eeb8403da7d229f949321f/src/Engines/SmartyEngine.php#L81) which used a non existing class (at least in my project). I think in both cases...
As the title says, it would be helpful to implement such a basic option.
The script `install.sh` from this repository and `install-playsms.sh` from playSMS are doing basically the same thing. You could avoid the need to maintain them both by calling `install-playsms.sh` from `run.sh`.
I'm using typeahead and I noticed that if I use for instance plus sign, it's not url encoded, so when reading parameter it's turned into a space. How can I...