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.