1
0
Fork
You've already forked oasso
0
Open-Source membership management software for associations. Association Management System (AMS) or Membership software. 🇫🇷 Logiciel de gestion d'adhérents pour associations Open-Source. https://oasso.org/
  • PHP 58.7%
  • Blade 39.5%
  • Makefile 1%
  • Dockerfile 0.5%
  • JavaScript 0.3%
2024年09月25日 15:04:43 +02:00
.github/workflows fix: 🐛 Update branch name from master to main 2023年12月02日 15:48:34 +01:00
app feat: Config Filament 2024年09月25日 15:04:43 +02:00
bootstrap feat: 🚚 Refactoring file permissions and modes for improved security and access control. 2023年08月31日 15:23:05 +02:00
config feat: Config Filament 2024年09月25日 15:04:43 +02:00
database fix: 🗑️ Remove duplicated files 2023年12月21日 16:54:21 +01:00
docker/php Upgrade GitHub action, PHP and Node versions ( #211 ) 2023年12月02日 15:31:39 +01:00
lang feat: 🎨 Reformat code with Pint 2023年12月13日 15:27:25 +01:00
public feat: Config Filament 2024年09月25日 15:04:43 +02:00
resources feat: ♻️ Refactor user profile and add show user functionality 2024年01月08日 12:17:42 +01:00
routes feat: ♻️ Refactor user profile and add show user functionality 2024年01月08日 12:17:42 +01:00
storage feat: 🚚 Refactoring file permissions and modes for improved security and access control. 2023年08月31日 15:23:05 +02:00
tests feat: Add gender field to user registration form 2023年12月28日 11:49:26 +01:00
.editorconfig feat: 🎨 Update indentation settings in .editorconfig 2023年11月13日 17:37:43 +01:00
.env.example feat: Update APP_NAME in .env.example 2023年11月13日 17:38:11 +01:00
.eslintrc.cjs Add GitHub action for Pint, test... ( #182 ) 2023年08月02日 18:24:30 +02:00
.gitattributes feat: 🗑️ fresh new install of Laravel 2023年07月21日 17:07:42 +02:00
.gitignore feat: Add setup-dev command and update README.md 2023年10月13日 15:15:37 +02:00
artisan feat: 🗑️ fresh new install of Laravel 2023年07月21日 17:07:42 +02:00
composer.json feat: Config Filament 2024年09月25日 15:04:43 +02:00
composer.lock feat: Add filament/filament dependency 2024年09月25日 14:41:00 +02:00
docker-compose.dev.yml feat: Update docker-compose.dev.yml and add docker-compose.prod.yml 2023年11月23日 16:26:21 +01:00
docker-compose.prod.yml feat: Update docker-compose.dev.yml and add docker-compose.prod.yml 2023年11月23日 16:26:21 +01:00
LICENSE feat: 🗑️ fresh new install of Laravel 2023年07月21日 17:07:42 +02:00
Makefile feat: 🌱 Update setup-dev with seeding database 2023年12月21日 14:36:50 +01:00
package-lock.json feat: ⬆️ Update Node dependencies 2024年04月10日 09:48:26 +02:00
package.json feat: 📦️ Add Laravel lang package #205 ( #206 ) 2023年10月19日 16:47:58 +02:00
phpstan.neon fix: 🐛 Update larastan extension path in phpstan.neon 2023年12月13日 15:26:52 +01:00
phpunit.xml fix: 🐛 Fix ">" in phpunit.xml 2023年12月21日 10:23:17 +01:00
postcss.config.js feat: 🎨 Indent postcss.config.js, resources/js/app.js, and vite.config.js 2023年11月13日 17:38:33 +01:00
README.md feat: ♻️ Update project name and display messages 2023年10月28日 14:46:21 +02:00
rector.php feat: 🔥 Add StaticArrowFunctionRector to skip list 2023年12月19日 23:21:07 +01:00
tailwind.config.js feat: Remove font links and update layout in app and guest blade files with new logo 2023年11月13日 17:17:12 +01:00
vite.config.js feat: 🎨 Indent postcss.config.js, resources/js/app.js, and vite.config.js 2023年11月13日 17:38:33 +01:00

Oasso

Warning

New version comming soon ! 🐣

More information about the project at oasso.org

How to run development environment

Clone the project and run the following commands:

  • Run make setup-dev
  • Edit .env file
  • And run make up

When the containers are up, you can access the app at http://localhost, that's all.