I need to install and configure an existing Laravel 4 project.
I tried to do this, but when I came across a number of issues with composer update
or composer installs
.
I also have a database (with data) so I ran the migration, but it does not work because the console shows me an issue about "The table is not present"
Can someone tell me the whole process of configuring the app?
I mean, its first, second and so and so because in some steps I made a mistake
To install and configure an existing project, you typically see
-
its source code
-
Install Composer
-
Run
php artisan migrate
-
Third Check out
README
for specific instructions for setting up party assets Any extra steps required to take you
If the above errors occur, due to some in your environment (old project is to be installed?). Or some problems like Laravel developer have created their own project.
No comments:
Post a Comment