openclassify/config
copilot-swe-agent[bot] 64930897c3 feat: Install FilamentPHP v5, add Admin/Partner modules, Docker support
- Fix CI workflow: actions/checkout@v6 → v4
- Install FilamentPHP ^5.0 and spatie/laravel-permission ^7.2
- Remove laravel/breeze from require-dev (replaced by Filament auth)
- Update User model: implements FilamentUser, HasTenants, HasRoles
- Publish Spatie permission migrations for role-based access
- Create Admin module with FilamentPHP panel at /admin
  - UserResource, CategoryResource, ListingResource, LocationResource
  - Role-based access (admin role required)
- Create Partner module with tenant-isolated panel at /partner/{id}
  - ListingResource scoped to authenticated user
- Update modules_statuses.json: add Admin and Partner modules
- Update DatabaseSeeder: create admin/partner users with roles
- Improve seeders: LocationSeeder (10 countries), CategorySeeder (8 categories with children), ListingSeeder (10 sample listings)
- Add Docker support: Dockerfile, docker-compose.yml, docker-compose.dev.yml
- Add GitHub Codespaces: .devcontainer/devcontainer.json
- Update .env.example with Filament-relevant settings
- Update README.md with full documentation

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
2026-03-03 08:07:28 +00:00
..
app.php Rewrite as Laravel 12 classified ads site (OpenClassify) 2026-03-02 23:34:07 +00:00
auth.php Rewrite as Laravel 12 classified ads site (OpenClassify) 2026-03-02 23:34:07 +00:00
cache.php Rewrite as Laravel 12 classified ads site (OpenClassify) 2026-03-02 23:34:07 +00:00
database.php Rewrite as Laravel 12 classified ads site (OpenClassify) 2026-03-02 23:34:07 +00:00
filesystems.php Rewrite as Laravel 12 classified ads site (OpenClassify) 2026-03-02 23:34:07 +00:00
logging.php Rewrite as Laravel 12 classified ads site (OpenClassify) 2026-03-02 23:34:07 +00:00
mail.php Rewrite as Laravel 12 classified ads site (OpenClassify) 2026-03-02 23:34:07 +00:00
modules.php Rewrite as Laravel 12 classified ads site (OpenClassify) 2026-03-02 23:34:07 +00:00
permission.php feat: Install FilamentPHP v5, add Admin/Partner modules, Docker support 2026-03-03 08:07:28 +00:00
queue.php Rewrite as Laravel 12 classified ads site (OpenClassify) 2026-03-02 23:34:07 +00:00
services.php Rewrite as Laravel 12 classified ads site (OpenClassify) 2026-03-02 23:34:07 +00:00
session.php Rewrite as Laravel 12 classified ads site (OpenClassify) 2026-03-02 23:34:07 +00:00