Libraries tagged by behaviours
vildanbina/laravel-tags
4 Downloads
Add tags and taggable behaviour to your Laravel app
tsdevelopment/doctrine-behaviors-hashidable
1 Downloads
Add hashidable behaviour to your doctrine entities
snkeng/core
74 Downloads
SNK Eng - Core. Handles all the logic and behaviour.
schnitzler/extbase_language_tests
55 Downloads
Functional test suite for testing the Extbase localization behaviour.
rjvim/permiso2
4 Downloads
Add permissions behaviour to your Laravel app
rjvim/notifier
1 Downloads
Add permissions behaviour to your Laravel app
rev/sway-expage
41 Downloads
Emulates behaviour of SwayExPage
rev/sway-dblayer
19 Downloads
Emulates behaviour of SwayDbLayer
rapidwebltd/no-post-data-laravel-middleware
77 Downloads
Under certain conditions, when posting data from a form, the web server may lose the post data. This commonly happens if a user is uploading a large file beyond the size limits set in the web server's configuration. Laravel does not handle this situation and may end up throwing a somewhat confusing `TokenMismatchException in VerifyCsrfToken` due to CSRF protection. The 'No Post Data Laravel Middleware' handles situations in which a post request has been submitted and contains no post data - a situation which should not occur under normal usage. By default, the middleware will redirect back to the previous page with an error message flashed to the session. This can then be output on your view as you would normally handle validation errors. If needed, you can also modify this default behaviour and allow any code to run when the 'post request with no post data' situation is encountered.
raditzfarhan/laravel-sortable
208 Downloads
Just a simple sortable behaviour for your Laravel and Lumen eloquent model.
proteins/event
44 Downloads
Event emitter-listener global class and behaviour trait
prolix/doctrine-translatable
243 Downloads
Translatable behaviour extension for Doctrine2
php-clean-arch/value-object
10 Downloads
Provides the behaviour to expect from a value-object
musoftware/laravel-tags
6 Downloads
Add tags and taggable behaviour to your Laravel app
mikehins/laravel-translatable
9 Downloads
A translatable behaviour for eloquent models