Hello, I have a Laravel project that currently has 2 versions. The first version has a series of features added to it, and the second version has separate features added to it (there is no version controller for this project). Now I want to import the new project database file without losing the previous database (all the tables are the same and only the columns Added) How can I update the source code to the new version without losing the previous data and features? and BTW this is a ready made laravel script not a from sketch coded project
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community