LaravelPackages.net
Acme Inc.
Toggle sidebar
ceddyg/clara

The Laravel Framework.

122
5
4.1.3
About ceddyg/clara

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

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.

Installation

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.

Entity generator

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 :

  • Controller
  • Model
  • Repository (that extend ceddyg/query-builder-repository)
  • Request
  • Index view
  • Form view (to create or edit)
  • Traduction files (en and fr)

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.

Dependencies

ToDo List

  • Add Event and Listener in the generator
  • Add an import/export for each tables in the database

Star History Chart