dependabot[bot] 27aa6aff92
Bump axios from 0.19.2 to 0.21.1
Bumps [axios](https://github.com/axios/axios) from 0.19.2 to 0.21.1.
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/v0.21.1/CHANGELOG.md)
- [Commits](https://github.com/axios/axios/compare/v0.19.2...v0.21.1)

Signed-off-by: dependabot[bot] <support@github.com>
2021-01-06 05:55:34 +00:00
2020-03-13 16:29:16 +01:00
2020-02-11 14:21:58 +01:00
2020-02-11 14:21:58 +01:00
2020-02-11 13:55:39 +01:00
2020-03-13 16:29:16 +01:00
2020-03-13 16:29:16 +01:00
2020-02-11 13:55:39 +01:00
2020-02-11 14:21:58 +01:00
2020-06-29 15:02:06 +02:00
2020-02-11 14:21:58 +01:00
2020-06-29 15:19:57 +02:00
2020-06-29 14:53:51 +02:00
2020-02-11 14:21:58 +01:00
2020-02-11 14:21:58 +01:00
2020-02-13 11:18:00 +01:00
2020-06-29 14:53:51 +02:00
2020-02-11 13:55:39 +01:00
2020-02-12 11:54:08 +01:00
2020-06-29 14:53:45 +02:00
2020-06-29 14:53:51 +02:00
2020-02-11 13:55:39 +01:00
2021-01-06 05:55:34 +00:00
2020-02-11 14:21:58 +01:00
2020-03-13 11:06:14 +01:00
2020-06-29 15:20:39 +02:00
2020-02-11 14:21:58 +01:00
2020-02-11 14:21:58 +01:00
2021-01-06 05:55:34 +00:00

Pouet

Maintainers

Requirements :

  • GIT LFS (Optionnal)
  • a terminal

Install

Dev

cp ./.env.example ./.env #then edit the file to match your config
docker-compose build
docker-compose run php composer install
docker-compose run php php artisan key:generate
docker-compose up

after that run migrations
Finnally run the seeders seeders

Prod

cp ./env.example ./env #then edit the file to match your config
docker-compose build
docker-compose run -f docker-compose.yml -f docker-compose.prod.yml php php artisan key:generate
docker-compose up -f docker-compose.yml -f docker-compose.prod.yml

after that run migrations

Migrations

to run migration do

on linux/mac

./artprox migrate

on windows

docker-compose exec php php artisan migrate

Seeders

to run seeders do

on linux/mac

./artprox db:seed --class=CreateUsersSeeder

on windows

docker-compose exec php php artisan db:seed --class=CreateUsersSeeder
Description
No description provided
Readme MIT 898 KiB
Languages
PHP 92.5%
Blade 5.3%
Hack 1.7%
Dockerfile 0.3%
JavaScript 0.1%
Other 0.1%