ceddyg / clara
The Laravel Framework.
Installs: 122
Dependents: 0
Suggesters: 0
Security: 0
Stars: 5
Watchers: 4
Forks: 0
Open Issues: 0
Type:project
Requires
- php: ^7.2
- barryvdh/laravel-ide-helper: ^2.6
- cartalyst/sentinel: ^3.0
- ceddyg/bootforms: ~0.1
- ceddyg/bootstrapper: ~6
- ceddyg/clara-dataflow: ^4.0
- ceddyg/clara-entity-generator: ^4.0
- ceddyg/clara-framework: ^4.1
- ceddyg/clara-installer: ^4.0
- fideloper/proxy: ^4.0
- laravel/framework: ^6.2
- laravel/tinker: ^2.0
- laravelcollective/html: ^6.0
Requires (Dev)
- barryvdh/laravel-debugbar: ^3.2
- facade/ignition: ^1.4
- fzaninotto/faker: ^1.4
- mockery/mockery: ^1.0
- nunomaduro/collision: ^3.0
- phpunit/phpunit: ^8.0
- dev-master
- 4.1.3
- 4.1.2
- 4.1.1
- 4.1.0
- 4.0.3
- 4.0.2
- 4.0.1
- 4.0.0
- 3.1.1
- 3.1.0
- 3.0.2
- 3.0.1
- 3.0.0
- 2.2.6
- 2.2.5
- 2.2.4
- 2.2.3
- 2.2.2
- 2.2.1
- 2.2.0
- 2.1.8
- 2.1.7
- 2.1.6
- 2.1.5
- 2.1.4
- 2.1.3
- 2.1.2
- 2.1.1
- 2.1.0
- 2.0.0
- 1.8.2
- 1.8.1
- 1.8
- 1.7.2
- 1.7.1
- 1.7
- 1.6.6
- 1.6.5
- 1.6.4
- 1.6.3
- 1.6.2
- 1.6.1
- 1.6
- 1.5.5
- 1.5.4
- 1.5.3
- 1.5.2
- 1.5.1
- 1.5
- 1.4
- 1.3
- 1.2
- 1.1
- 1.0.2
- 1.0.1
- 1.0.0
This package is auto-updated.
Last update: 2024-11-20 22:18:39 UTC
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
- AdminLTE (For the theme admin)
- Sentinel (To control users permissions)
- Debug bar
- Ide helper
- Bootstrapper (Bootstrap components)
- Bootform (Bootstrap components)
- doctrine/dbal (To scan your database for the entity generator)
- ceddyg/query-builder-repository
ToDo List
- Add Event and Listener in the generator
- Add an import/export for each tables in the database