liberu-maintenance/maintenance-laravel

The skeleton application for the Laravel framework.

Fund package maintenance!
liberusoftware

Installs: 0

Dependents: 0

Suggesters: 0

Security: 0

Stars: 44

Watchers: 2

Forks: 22

Open Issues: 22

Type:project

pkg:composer/liberu-maintenance/maintenance-laravel


README

Install Tests Docker Codecov License: MIT

A lightweight, open-source Computerised Maintenance Management System (CMMS) built with Laravel, Livewire and Filament. Designed to help teams manage equipment, maintenance schedules, work orders, tasks and notifications.

Key technologies: PHP · Laravel · Filament · Livewire · Jetstream

Quick start

Minimum requirements

  • PHP ^8.5
  • Composer
  • A database (MySQL, Postgres, etc.)

Recommended (one-time)

# from project root (Unix-like shells)
./setup.sh

Manual steps

composer install
cp .env.example .env
php artisan key:generate
php artisan migrate --seed

Notes

  • setup.sh may prompt and overwrite .env — review before accepting.
  • Seeders install sample data; skip them if you prefer an empty DB.

Docker / Local dev

Build and run the image locally:

docker build -t maintenance-laravel .
docker run -p 8000:8000 maintenance-laravel

Or use Laravel Sail for local development:

./vendor/bin/sail up

What it provides

  • Equipment inventory and status
  • Maintenance schedules and one-off maintenance
  • Work orders, tasks and assignment workflows
  • Team and user management (Jetstream + Teams)
  • Notifications, reports and custom forms

The codebase uses a modular architecture to make extensions and integrations straightforward.

Related projects

Project Repository
Accounting liberu-accounting/accounting-laravel
Automation liberu-automation/automation-laravel
Billing liberu-billing/billing-laravel
Boilerplate liberusoftware/boilerplate
Browser Game liberu-browser-game/browser-game-laravel
CMS liberu-cms/cms-laravel
Control Panel liberu-control-panel/control-panel-laravel
CRM liberu-crm/crm-laravel
E-commerce liberu-ecommerce/ecommerce-laravel
Genealogy liberu-genealogy/genealogy-laravel
Maintenance (this) liberu-maintenance/maintenance-laravel
Real Estate liberu-real-estate/real-estate-laravel
Social Network liberu-social-network/social-network-laravel

Contributing

Contributions welcome. Open an issue to propose larger changes before submitting a pull request so we can coordinate.

License

MIT — see the LICENSE file for details.

Contributors

contributors