Skip to content

Laravel project configured to work with oracle client and running on a docker container

Notifications You must be signed in to change notification settings

jjuanrivvera99/laravel-oracle-docker

Repository files navigation

Latest Stable Version License

Description

This is a laravel project v5.8 that can connect to ORACLE databases through the oracle client and 'yajra/laravel-oci8' package. It also has a 'docker-compose.yml' file with which the application can be run with Docker.

How to run this project

To run this project you need to have docker and docker-compose installed in your machine.

Take the following steps:

  • clone this repository by executing the following command: 'git clone https://github.com/jjuanrivvera99/laravel-oracle-docker'
  • change directory: 'cd laravel-oracle-docker'
  • run command: 'docker-compose up -d'
  • run command: 'docker exec -it laravel-oracle bash'
  • run command: 'composer install'
  • create a '.env' file
  • run command: 'php artisan key:generate'
  • run command: 'chmod 777 -R storage bootstrap public'

Optionally commnads

  • php artisan make:auth
  • php artisan config:cache
  • php artisan migrate

License

The Laravel framework is open-source software licensed under the MIT license.

About

Laravel project configured to work with oracle client and running on a docker container

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published