Package Data | |
---|---|
Maintainer Username: | CeddyG |
Package Create Date: | 2017-04-04 |
Package Last Update: | 2020-05-20 |
Home Page: | |
Language: | PHP |
License: | MIT |
Last Refreshed: | 2024-10-26 15:03:50 |
Package Statistics | |
---|---|
Total Downloads: | 121 |
Monthly Downloads: | 0 |
Daily Downloads: | 0 |
Total Stars: | 5 |
Total Watchers: | 4 |
Total Forks: | 0 |
Total Open Issues: | 0 |
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.