PHPackages                             gtcrais/laravel-ion - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. gtcrais/laravel-ion

ActiveLibrary

gtcrais/laravel-ion
===================

Ion CMS for Laravel 7+

04CSS

Since Mar 8Pushed 6y ago1 watchersCompare

[ Source](https://github.com/GTCrais/laravel-ion)[ Packagist](https://packagist.org/packages/gtcrais/laravel-ion)[ RSS](/packages/gtcrais-laravel-ion/feed)WikiDiscussions master Synced yesterday

READMEChangelog (1)DependenciesVersions (1)Used By (0)

Ion - On-the-fly generated CMS for Laravel 7
============================================

[](#ion---on-the-fly-generated-cms-for-laravel-7)

Ion is automatically generated CMS whose functionalities are based on a configuration file where you can define models and their relations (soon), model properties, property types, and many more options needed to quickly build a powerful, scalable CMS which then you can modify with ease at any time.

Documentation
-------------

[](#documentation)

(soon) Documentation for Ion can be found on the [here.](https://ion.tmweb.dev/docs)

Installation
------------

[](#installation)

- run `composer require gtcrais/laravel-ion dev-master`
- run `php artisan ion:install` and follow the few quick installation steps

Usage
-----

[](#usage)

> ##### This is a brief overview. Full documentation will be available soon.
>
> [](#this-is-a-brief-overview-full-documentation-will-be-available-soon)

Ion will be available at `/admin` address. If you created the default admin during the installation, you will be able to log in with the following credentials:

```
admin@app.test
admin

```

Otherwise, you'll be able to log in with any user in your database.

Check out `/config/ion` folder for configuration options.

Check out `/app/Ion/Entities` folder for Entity classes. Make sure the `User` Entity extends your `User` Model.

To-do
-----

[](#to-do)

###### Index types

[](#index-types)

- List type + drag-n-drop ordering (paginated models)
- Tree type + drag-n-drop ordering (nested models)
- Key-value type

###### Entities (Models...)

[](#entities-models)

- Creating
- Updating
- Basic search
- Advanced search
- "With many" actions
- Sorting

###### Form fields

[](#form-fields)

- Text
- Password
- Checkbox
- Textarea
- WYSYWIG Editor - TinyMCE
- Date
- Select
- Multiple Select
- Image upload
- File upload
- Date-time
- Time
- Other...

###### Relationships

[](#relationships)

- HasOne
- HasMany
- BelongsTo (semi-done)
- BelongsToMany (semi-done)
- MorphOne
- MorphMany
- MorphTo
- MorphToMany

###### Other

[](#other)

- Rewrite HTML + CSS
- Documentation
- `ion:entity` command
- Support for JWT auth out of the box
- Automated tests

I'm sure there are many more functionalities required for this package to really come together, but this is the initial roadmap.

License
-------

[](#license)

Ion is licensed under [MIT.](https://opensource.org/licenses/MIT)

###  Health Score

17

—

LowBetter than 6% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity3

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity34

Early-stage or recently created project

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

### Community

Maintainers

![](https://www.gravatar.com/avatar/18f7a834bca30b4b00efcf42852d375cf1a9941c47398b84e764f785adc8aaf7?d=identicon)[GTCrais](/maintainers/GTCrais)

### Embed Badge

![Health badge](/badges/gtcrais-laravel-ion/health.svg)

```
[![Health](https://phpackages.com/badges/gtcrais-laravel-ion/health.svg)](https://phpackages.com/packages/gtcrais-laravel-ion)
```

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
