Looking to hire Laravel developers? Try LaraJobs

atlas-laravel maintained by tmarois

Description
Reusable Laravel package for Inertia.
Last update
2025/11/06 21:01 (dev-main)
Links
Downloads
234

Comments
comments powered by Disqus

Atlas Laravel

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.

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.