szhorvath/visual-foxpro-orm

Laravel Package for Visual Foxpro


Keywords
orm, laravel, visual, foxpro
License
MIT

Documentation

Visual Foxpro ORM for Laravel

Latest Version on Packagist Total Downloads Build Status

Primitive Visual Foxpro ORM for Laravel

Installation

Via Composer

$ composer require szhorvath/visual-foxpro-orm

Add the following environmental variable to your .env file

VFP_PROVIDER=VFPOLEDB.1
VFP_SOURCE="//server/database.dbc"

You must publish the config file:

$ php artisan vendor:publish --provider="Szhorvath\\FoxproDB\\FoxproDBServiceProvider"

Usage

Change log

Please see the changelog for more information on what has changed recently.

Testing

$ composer test

Contributing

Please see contributing.md for details and a todolist.

Security

If you discover any security related issues, please email author email instead of using the issue tracker.

Credits

License

license. Please see the license file for more information.