Libraries tagged by Laravel-Database
tapanderasari/laravel-mysql-encrypt
481 Downloads
Laravel Database encryption mysql side
schubu/iseed
560 Downloads
This is a fork of the original package Orangehill/Iseed by Tihomir Opacic ([email protected]). Generate a new Laravel database seed file based on data from the existing database table.
nicklayb/laravel-db-import
7838 Downloads
Laravel database import package for easy manipulations
nedwors/hopper
96 Downloads
Hopper lets you move between your local Laravel databases with ease, preserving data and easing development
mojopollo/laravel-json-schema
541 Downloads
Create all your migrations and models from one JSON schema file. Laravel Database Schema in JSON allows you to define your entire Laravel database schema in one JSON file then generates all the necessary migration files
michaeljennings/refresh-database
1445 Downloads
A package to speed up your laravel database tests by only running the migrations once
mehr-it/lara-db-ext
7250 Downloads
Extensions for laravel's database abstraction layer
maxim-oleinik/blade-migrations-laravel
2216 Downloads
An intelligent alternative version of Laravel Database Migrations - uses raw-sql syntax, transactions, auto-rollback, UP-DOWN-UP testing
leuzeus/iseed
135 Downloads
This is a fork of the SchuBu/iseed of the original package Orangehill/Iseed. Generate a new Laravel database seed file based on data from the existing database table.
hedronium/jables
91 Downloads
Write your Laravel Database Schema in JSON.
expressodev/laravel-codeigniter-db
4005 Downloads
Integration layer allowing use of the Laravel database library in CodeIgniter applications
chr15k/laravel-mysql-encrypt
4440 Downloads
Laravel database encryption using native MySQL functions
sebastiaanluca/laravel-unbreakable-migrations
1281 Downloads
Prevent your Laravel database migrations from failing irreversibly by using transactional queries.
zssarkany/laravel-database-sticky-timezone
169 Downloads
Service for keeping database connection timezone synchronized to PHP default timezone
waelwalid/laravel-database-sync
301 Downloads
Helper scripts to quickly synchronise a local MySQL database with a remote database, as well as prepare a local database for deployment to a remote server.