tmarois/atlas-laravel

There is no license information available for the latest version (1.0.10) of this package.

Reusable Laravel package for Inertia.

1.0.10 2025-08-25 20:59 UTC

This package is auto-updated.

Last update: 2025-08-25 21:00:22 UTC


README

Atlas Laravel is a backend toolkit for Inertia.js applications built with Laravel. It removes the repetitive setup that comes with new projects so you can ship faster.

The package addresses common needs such as server-driven tables, exporting enums for frontend use, and scaffolding CRUD operations through a model service layer.

Installation

You can install the package via Composer:

composer require tmarois/atlas-laravel

Features

Feature documentation lives in the docs/features directory.

Atlas Laravel handles the backend foundation and Inertia bridge. It includes tooling for:

  • DataTables – build server-driven options for dynamic tables.
  • Enums – export PHP enums for type-safe usage in Vue.
  • Model Service – base model service providing CRUD scaffolding.
  • Support Helpers – lightweight utility classes.

Atlas UI

Atlas UI – reusable utilities and PrimeVue components that are complementary to this setup.

Laravel Template

Laravel Template – example usage and boilerplate scaffolding is set up in this template.

Contributing

See CONTRIBUTING.md and AGENTS.md for coding standards, conventions, and pull request guidelines.