symfony-rest-edition icon indicating copy to clipboard operation
symfony-rest-edition copied to clipboard

Fork from symfony-standard edition with additional rest features.

Results 15 symfony-rest-edition issues
Sort by recently updated
recently updated
newest added

when trying to call the code from angularjs , I've found quite some things missing - no "options" actions defined - headers allow origin etc. not set

Hi, I'm planning on using this Symfony edition but wondered if I could use it with version 2.8? Would changing the dependency cause compatibility issues? Many thanks.

Please update this repo to the current Symfony Best Practices or add a warning to the README file. Symfony Best Practices: http://symfony.com/doc/current/best_practices/index.html

Hello with 2.7 branch, after use "composer uptate" command I have this error: "The template should be a string or extend TemplateReference" I suspect this framework-extra-bundle update: - Removing sensio/framework-extra-bundle...

On the serializer config for the Hypermedia control (HAL) here : https://github.com/gimler/symfony-rest-edition/blob/2.7/src/AppBundle/Resources/config/serializer/Model.Note.yml#L32 the word "embed" used for the embedded objects, is it the right one ? Because on my side...

Error log: Loading composer repositories with package information Updating dependencies (including require-dev) Your requirements could not be resolved to an installable set of packages. Problem 1 - Installation request for...

If a note is submitted without a message it's invalid the user is redirected from the original form /note/new back to /note. I understand that the postNoteAction is being served...

Because of a bug in cordova, in iOS apps responses containing www-authenticate headers are never resolved. So, what I need to do is somehow remove this header from symfony's response....

This shall be the proposal using the the RestFabricationBundle as mentioned here: https://groups.google.com/forum/#!topic/resting-with-symfony/UNaK4fFzVF0 In this sample project we can unfortunately just profit from a subset of the provided features: -...

posting a new form works , with the httpie missing the -a parameters