2017 © Pedro Peláez
 

project clara

The Ceddy's Laravel Framework.

image

ceddyg/clara

The Ceddy's Laravel Framework.

  • Saturday, June 9, 2018
  • by Ceddy G.
  • Repository
  • 4 Watchers
  • 3 Stars
  • 30 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 2 Forks
  • 0 Open issues
  • 37 Versions
  • 3 % Grown

The README.md

Clara

Clara is the Ceddy's LARAvel framework. It's a Laravel framework with an entity generator and some dependencies., (*1)

You can create a usable back office fastly., (*2)

Installation

composer create-project --prefer-dist ceddyg/clara blog

Then go to the installation page, (*3)

localhost/install

And set the database informations and the first admin., (*4)

Entity generator

When you set the database informations, it will redirect you to the entity generator page., (*5)

You can select all the table in it and define what file you want :, (*6)

  • 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, (*7)

You can edit the generator to custom your files. The generator is in app/Services/Clara/Generator and the stubs are in ressources/stubs., (*8)

Dependencies

ToDo List

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

The Versions