Skip to content

victorluissantos/gambling-test-PHP

Repository files navigation

Installation

Program requires Laravel v7.x to run.

With Docker

Donwload and install the Laradocker and start the server containers.

cd dillinger
git clone https://github.com/Laradock/laradock.git
cp .env.example .env
docker-compose up nginx mysql workspace
  1. To enter the workspace container and run the php commands
docker ps
  1. Get the workspace container id
docker exec -ti <id_container> sh -c /bin/sh

Start Laravel

For start the Laravel for the first time...

composer update
php artisan key:generate
php artisan serve

For create table and insert rows from JSON file

php artisan migrate
php artisan db:seed --class=AffiliateSeeder

Plugins

The Program is currently extended with the following plugins. Instructions on how to use them in your own application are linked below.

Plugin WebSite
Boostrap V5.x [https://getbootstrap.com/docs/5.0/]

✨Development

Victor Luis dos Santos

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages