Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Starting with existing database on Laravel 5

I have been enjoying working on Laravel for a while now, and am planning to move a fairly large project to Laravel 5.

The new project has fairly large database with numerous tables, and it would take considerable amount of time build migrations, models and controllers individually.

Has anybody worked on this before? What is the best way to go about it?

I have used this great extension to generate migrations as of now - but still for a 200+ tables, it would take quite a long time to do the rest.

like image 536
Santosh Achari Avatar asked May 23 '15 18:05

Santosh Achari


1 Answers

Try this one: https://github.com/reliese/laravel

Reliese Laravel is a collection of Laravel Components which aim is to help the development process of Laravel applications by providing some convenient code-generation capabilities.

like image 61
Varsha Prabhakar Avatar answered Sep 19 '22 02:09

Varsha Prabhakar