Skip to content

jair921/prueba-jairmartinez

Repository files navigation

Store installation

Installation

Clone the repository

$ git clone https://github.com/jair921/prueba-jairmartinez 

Enter the directory and update dependencies

composer update

Run key generate

php artisan key:generate --ansi

Configure connection data to the database in the .env file

DB_CONNECTION=mysql
DB_HOST=localhost
DB_PORT=3306
DB_DATABASE=tienda
DB_USERNAME=db
DB_PASSWORD=secret

Run migrations

php artisan migrate

Run seeders

php artisan db:seed

Configure connection data for payment gateways in .env View Placetopay

PLACETOPAY_URL=
PLACETOPAY_LOGIN=
PLACETOPAY_TRANKEY=

Run tests (Optional)

php artisan test

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors