Libraries tagged by previous
wearesweet/laravel-revisonable
0 Downloads
Apply the trait HasRevisions to any model to be able to: View a history of changes, revert to previous versions of the model and allow for easy moderation of changes before persisting to the database.
vanushwashere/cron-expression-php5
673 Downloads
CRON for PHP: Calculate the next or previous run date and determine if a CRON expression is due
userfrosting/upgrade
69 Downloads
Upgrade your database to the latest version of UserFrosting from previous versions of UserFrosting, and other frameworks.
taitava/silverstripe-emailqueue
68 Downloads
A module that allows you to send emails in a background process, check previously sent emails, and monitor and cancel queued and scheduled emails. Also contains an email templating structure that makes your email related code easier to manage via custom classes and .ss template files.
sunnysideup/default-predict
91 Downloads
Predict data-entry for a field based on the previous answers.
strakez/betterblade
0 Downloads
A port of Laravel 9's Blade::render functionality for previous versions
solwin/prevnext
7 Downloads
Previous Next Product Navigation extension for Magento 2 allows customers to view all products from one page with the help of this extension.
seppzzz/html-editor-scroll
9 Downloads
Provides a Silverstripe TinyMCE plugin that records the last scrolled or edited position in the HTML editor field. This is especially useful for editing long content, preventing the need to search and scroll to your previous position after saving.
selifa/core
162 Downloads
Selifa Core is a basic PHP framework for any application type. It offers only a PSR-4 class autoloader, a configuration management and an exception management. It's configuration differs from most other PHP framework since it only load specific configuration file or spesific class. This version of Selifa is a major rewrite of my previous Selifa Framework which contains a full framework.
rogermedico/factory-without-events
2 Downloads
Allows to create Laravel factory without the previously defined afterCreating or afterMaking callbacks.
reichwebconsulting/cron-expression
9 Downloads
CRON for PHP: Calculate the next or previous run date and determine if a CRON expression is due
rcs_us/framework_core
16 Downloads
PHP implementation of Qt's signals/slots. This release is for 5.3+ & 7+ as there are namespaces. Please see other version for previous version without namespaces
rbs1518/selifa-core
5 Downloads
Selifa Core is a basic PHP framework for any application type. It offers only a PSR-4 class autoloader, a configuration management and an exception management. It's configuration differs from most other PHP framework since it only load specific configuration file or spesific class. This version of Selifa is a major rewrite of my previous Selifa Framework which contains a full framework.
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.
radekb/propel-modified-value-behavior
74870 Downloads
Propel behavior for Access previous value of field after called setter method