Friday, 15 May 2015

php - How I can install and configure an existing Laravel Project? (Laravel 4) -


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

    1. its source code

    2. Install Composer

    3. Run php artisan migrate

    4. 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