Export your database as a Laravel Migration. And export your DB data as a seed file. Finally sync all this with your remote server.
Stars
378
Forks
82
Watchers
378
Open Issues
16
Overall repository health assessment
No package.json found
This might not be a Node.js project
72
commits
4
commits
3
commits
2
commits
1
commits
1
commits
add time column type in DbMigrations::convert(). Ensure " in default() doesn't result in invalid code. Typehint Blueprint to make modification of the output migration file easier.
89ace25View on GitHubUpdates to make package compatible with Laravel 5.2
62475ccView on GitHubFixes #15 if value is null, return null in seed file
7ad04ebView on GitHub