gtcrais/laravel-ion is a Laravel package for ion cms for laravel 7+.
It currently has 0 GitHub stars and 4 downloads on Packagist.
Install it with composer require gtcrais/laravel-ion.
Discover more Laravel packages by gtcrais
or browse all Laravel packages to compare alternatives.
Last updated
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.
(soon) Documentation for Ion can be found on the here.
composer require gtcrais/laravel-ion dev-masterphp artisan ion:install and follow the few quick installation stepsThis 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.
ion:entity commandI'm sure there are many more functionalities required for this package to really come together, but this is the initial roadmap.
Ion is licensed under MIT.