Skip to content

Instantly share code, notes, and snippets.

@DouglasMariz
DouglasMariz / install_oci8_ubuntu20_php7.4.md
Created October 20, 2022 12:58 — forked from eSkiSo/install_oci8_ubuntu20_php7.4.md
Install OCI8 (Oracle) in Ubuntu 20 with PHP 7.4
@DouglasMariz
DouglasMariz / Laravel_Homestead_Oracle after.sh automation of OCI8 Setup
Created October 11, 2022 19:59 — forked from XenitXTD/Laravel_Homestead_Oracle after.sh automation of OCI8 Setup
This was an automation configured on the laravel homestead vagrant VM to automate the setup and configuration of the Oracle OCI8 php .so file and installation of the oracle client so that you are able to connect to an oracle database using the Yajra oracle package for laravel, using the homestead after.sh file to setup the required installers et…
#!/bin/sh
# If you would like to do some extra provisioning you may
# add any commands you wish to this file and they will
# be run after the Homestead machine is provisioned.
apt-get update
# if not installed install it
apt-get install unzip