laravel-survey icon indicating copy to clipboard operation
laravel-survey copied to clipboard

Create and manage surveys within your Laravel app.

Results 5 laravel-survey issues
Sort by recently updated
recently updated
newest added

In case when the survey is public previous version didn't work well.

Prior to this PR, we always coverted array values (e.g. `['apple', 'orange']`) into comma and space separated values (e.g. `apple, orange`) before we stored them. This PR extracts the logic...

A common use case is "Other Specify" where if a user selects other, a text field is displayed to allow a user to enter text for the option Is this...

Can you please add a feature to have star ratings out of 5 stars along with results i.e. the average star rating that all the users gave? It would be...

- require translatable package and updated requirements for php and db - make attributes translatable for survey models - add indexes to db tables