dachusa / MySQLToLaravel

For using Laravel with a pre-existing MySQL Database

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MySQL to Laravel

This is a script to help with mapping an existing MySQL database to a new Laravel build.

Place the script in the public folder of your laravel app and it will access the db with your .env file. Otherwise you can manually provide the db information.

License

The Laravel framework is open-sourced software licensed under the MIT license

For compass package and artisan command base usage see: https://github.com/awkwardideas/Migrator

About

For using Laravel with a pre-existing MySQL Database


Languages

Language:PHP 100.0%