Skip to content

juandans01/FindYourService

Repository files navigation

Installation steps

The first thing you should do is set the database connection parameters:

In /.env

  • set the "DB_DATABASE" variable as the name of your database
  • set the "DB_USERNAME" variable as the user of your "MySQL" enviroment
  • set the "DB_PASSWORD" variable as the password of your "MySQL" enviroment

Starting laravel

Once setted the database configuration you should open a command prompt on the root of laravel folder and type : "php artisan serve" this will start the local server

Migrating database

Once started the server you can use the migrate functionality of Laravel to set the tables you are going to use for this project open a new command prompt on the root folder of laravel and type "php artisan migrate" and done!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published