LaravelPackages.net
Acme Inc.
Toggle sidebar
bravepickle/alice-laravel

Alice fixtures generator integration to Laravel Framework

2.537
0
About bravepickle/alice-laravel

bravepickle/alice-laravel is a Laravel package for alice fixtures generator integration to laravel framework. It currently has 0 GitHub stars and 2.537 downloads on Packagist. Install it with composer require bravepickle/alice-laravel. Discover more Laravel packages by bravepickle or browse all Laravel packages to compare alternatives.

Last updated

alice-laravel

Alice's fixtures generator integration to Laravel Framework

Features

  1. Implemented ModelLoader class for loading data from Alice configs to Eloquent models
  2. Added GenericModel abstraction for supporting tables that have no Laravel models present. Useful when databases are shared, have temporary tables or some tables should be accessed indirectly

TODO

  • [ ] write unit tests
  • [ ] multiple database support
  • [ ] common variables support
  • [ ] extra settings for ModelLoader such as locale, extra helper functions and other
  • [ ] context options that define if ModelLoader should just create models or additionally use factory methods or create and save to DB
  • [ ] relations update and save using Eloquent models
  • [ ] saving to database resulting sets in transactions and with disabled foreign key checks
Comments