]> _ Git - bastide-resah.git/commit
wip #6857 @1.5
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Wed, 10 Apr 2024 10:05:59 +0000 (12:05 +0200)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Wed, 10 Apr 2024 10:05:59 +0000 (12:05 +0200)
commit555aff13f2a9a884b1e2766912dc96f553bdf746
treea6138cdd496656c02f201a313d9b07bb92e1f193
wip #6857 @1.5
89 files changed:
.docker/config/composer/.htaccess [new file with mode: 0644]
.docker/config/cron/crontab [new file with mode: 0644]
.docker/config/cron/host [new file with mode: 0644]
.docker/config/httpd/httpd.conf [new file with mode: 0644]
.docker/config/imagemagick/policy.xml [new file with mode: 0644]
.docker/config/mariadb/charset.cnf [new file with mode: 0644]
.docker/config/mariadb/connections.cnf [new file with mode: 0644]
.docker/config/mariadb/finetuning.cnf [new file with mode: 0644]
.docker/config/mariadb/json.cnf [new file with mode: 0644]
.docker/config/mariadb/logs.cnf [new file with mode: 0644]
.docker/config/mariadb/sql_mode.cnf [new file with mode: 0644]
.docker/config/passwords [new file with mode: 0644]
.docker/config/php.ini [new file with mode: 0644]
.docker/config/rsyslog/50-default.conf [new file with mode: 0644]
.docker/config/rsyslog/init.d [new file with mode: 0644]
.docker/config/rsyslog/rsyslog.conf [new file with mode: 0644]
.docker/config/ssh/root/authorized_keys2 [new file with mode: 0644]
.docker/config/ssh/server/moduli [new file with mode: 0644]
.docker/config/ssh/server/ssh_config [new file with mode: 0644]
.docker/config/ssh/server/sshd_config [new file with mode: 0644]
.docker/config/ssh/user/authorized_keys2 [new file with mode: 0644]
.docker/config/sudoers [new file with mode: 0644]
.docker/images/elasticsearch/Dockerfile [new file with mode: 0644]
.docker/images/httpd/Dockerfile [new file with mode: 0644]
.docker/images/php-5.6-fpm/Dockerfile [new file with mode: 0644]
.docker/images/php-5.6-fpm/overrides.conf [new file with mode: 0644]
.docker/images/php-5.6-fpm/php-fpm-startup [new file with mode: 0644]
.docker/images/php-fpm/Dockerfile [new file with mode: 0644]
.docker/images/php-fpm/overrides.conf [new file with mode: 0644]
.docker/images/php-fpm/startup [new file with mode: 0644]
.docker/production/docker-compose.yml [new file with mode: 0644]
.docker/production/dockerterminal.bat [new file with mode: 0644]
.docker/production/update [new file with mode: 0644]
.editorconfig [new file with mode: 0644]
.env.production [new file with mode: 0644]
.gitattributes [new file with mode: 0644]
.gitignore [new file with mode: 0644]
README.md [new file with mode: 0644]
app/Http/Controllers/Controller.php [new file with mode: 0644]
app/Models/User.php [new file with mode: 0644]
app/Providers/AppServiceProvider.php [new file with mode: 0644]
artisan [new file with mode: 0644]
bootstrap/app.php [new file with mode: 0644]
bootstrap/cache/.gitignore [new file with mode: 0644]
bootstrap/providers.php [new file with mode: 0644]
composer.json [new file with mode: 0644]
composer.lock [new file with mode: 0644]
config/app.php [new file with mode: 0644]
config/auth.php [new file with mode: 0644]
config/cache.php [new file with mode: 0644]
config/database.php [new file with mode: 0644]
config/filesystems.php [new file with mode: 0644]
config/logging.php [new file with mode: 0644]
config/mail.php [new file with mode: 0644]
config/queue.php [new file with mode: 0644]
config/services.php [new file with mode: 0644]
config/session.php [new file with mode: 0644]
database/.gitignore [new file with mode: 0644]
database/factories/UserFactory.php [new file with mode: 0644]
database/migrations/0001_01_01_000000_create_users_table.php [new file with mode: 0644]
database/migrations/0001_01_01_000001_create_cache_table.php [new file with mode: 0644]
database/migrations/0001_01_01_000002_create_jobs_table.php [new file with mode: 0644]
database/seeders/DatabaseSeeder.php [new file with mode: 0644]
package.json [new file with mode: 0644]
phpunit.xml [new file with mode: 0644]
public/.htaccess [new file with mode: 0644]
public/favicon.ico [new file with mode: 0644]
public/index.php [new file with mode: 0644]
public/info.php [new file with mode: 0644]
public/robots.txt [new file with mode: 0644]
resources/css/app.css [new file with mode: 0644]
resources/js/app.js [new file with mode: 0644]
resources/js/bootstrap.js [new file with mode: 0644]
resources/views/welcome.blade.php [new file with mode: 0644]
routes/console.php [new file with mode: 0644]
routes/web.php [new file with mode: 0644]
storage/app/.gitignore [new file with mode: 0644]
storage/app/public/.gitignore [new file with mode: 0644]
storage/framework/.gitignore [new file with mode: 0644]
storage/framework/cache/.gitignore [new file with mode: 0644]
storage/framework/cache/data/.gitignore [new file with mode: 0644]
storage/framework/sessions/.gitignore [new file with mode: 0644]
storage/framework/testing/.gitignore [new file with mode: 0644]
storage/framework/views/.gitignore [new file with mode: 0644]
storage/logs/.gitignore [new file with mode: 0644]
tests/Feature/ExampleTest.php [new file with mode: 0644]
tests/TestCase.php [new file with mode: 0644]
tests/Unit/ExampleTest.php [new file with mode: 0644]
vite.config.js [new file with mode: 0644]