Skip to content

victoryoalli/laravel-storedprocedures-example

Repository files navigation

Laravel using Stored Procedures

A project showing an option on how to use Stored Procedures using Laravel

Clone repository

git clone git@github.com:victoryoalli/laravel-storedprocedures-example.git

Install

cp .env.example .env

Create a database and change DB_DATABASE field in .env file to point to it.

composer install
php artisan migrate

Structure

Migrations

Checkout the migrations for:

Execute methods

Checkout the methods created as an example in the:

About

A project showing an option on how to use Stored Procedures using Laravel

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published