Laravel 5 + Oracle
The primary RDBMS my company uses is Oracle and, as you might know, Laravel doesn’t provide native support to Oracle… Fortunately there’s a nice library that completely solves this problem. In this guide I’ll help you to work with Laravel and Oracle using the yajra/laravel-oci8 amazing library. Installing...
[Read More]