Access database with new pacakage in Laravel 4.2

60 Views Asked by At

i have created package in laravel by following this link:

https://github.com/jaiwalker/setup-laravel4-package

it's been successful.

Now i want to make my new package can access my database. So that it can display all the data in 1 table.

Is it possible to implement in Laravel? How can I do that? please help.

0

There are 0 best solutions below