ceddyg/clara

The Laravel Framework.

Maintainers

Details

github.com/CeddyG/Clara

Source

Issues

Installs: 121

Dependents: 0

Suggesters: 0

Security: 0

Stars: 5

Watchers: 4

Forks: 0

Open Issues: 0

Type:project


README

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