Libraries tagged by exiv
helloarman/dumptable
118 Downloads
This Laravel package updates migration files during development without data loss, allowing seamless modification of table columns while preserving existing records. Ideal for maintaining data integrity during iterative development.
halestar/laravel-drop-in-cms
65 Downloads
An extremely simple content management system meant to be dropped into existing laravel projects. It makes no assumptions about users and permissions and uses as much as possible from the host's project. It has plugins to add functionality, but at it's hears it is simply meant to build pages. Initial release will also come with a Blogging plugin.
gsylvestre/php-models-generator
39 Downloads
Painlessly generates PHP models/entities from existing MySQL database
gorriecoe/silverstripe-embed
11130 Downloads
Adds embed and video a dataobject along with dataextension to apply embed to existing objects.
geniusts/laravel-translation-manager
5188 Downloads
A WebUI to manage translation files for Laravel, create or update existing languages files.
genealabs/laravel-appleseed
300 Downloads
Prevent the pesky missing-favicon error log entries, and return 404 if they don't exist.
firehed/php7ize
172 Downloads
Tools to quickly add PHP7 features to your existing codebase
faonni/module-social-login
48 Downloads
Extension allows your user to login or register by using their existing account from social networks.
ezeanyimhenry/email-validator
821 Downloads
A PHP package for validating email addresses with detailed checks including MX records, disposable, and banned email lists, email existence and responsiveness.
etiwole/utm-cookie-bundle
45 Downloads
This bundle allow you to save utm parameters from url into a cookie when they exists. It's also provide a bunch of tools to easily retrive all or each utm.
ernestovargas/laranerators
53 Downloads
Laravel 5 generators from existing schema
ekhaled/f3-cortex-model-generator
1040 Downloads
Generates F3 Cortex models by reverse engineering existing database schema
edgrosvenor/laravelizer
4 Downloads
Create Laravel models, migrations, and factories for an existing MySQL database
dropmin/drupal-bridge
6 Downloads
Provides a service class for directly using the service container of an existing Drupal site
drawmyattention/expauth
5179 Downloads
A Laravel 5 authentication driver that supports Expression Engine's membership system.. New users will default to Laravel's bcrypt encryption (extremely secure), but existing users who have registered using Expression Engine can also be authenticated. Also handles their reset password procedure.