ceddyg/clara is a Laravel package for the laravel framework..
It currently has 5 GitHub stars and 122 downloads on Packagist (latest version 4.1.3).
Install it with composer require ceddyg/clara.
Discover more Laravel packages by ceddyg
or browse all Laravel packages to compare alternatives.
Last updated
Clara is the Ceddy's LARAvel framework. It's a Laravel framework with an entity generator and some dependencies.
You can create a usable back office fastly.
composer create-project --prefer-dist ceddyg/clara blog
Then go to the installation page
localhost/install
And set the database informations and the first admin.
When you set the database informations, it will redirect you to the entity generator page.
You can select all the table in it and define what file you want :
You have just to define the relations, if they are hasMany or belongsToMany relations and what files you want to create
You can edit the generator to custom your files. The generator is in app/Services/Clara/Generator and the stubs are in ressources/stubs.