phpmyadmin is just a web interface that allows you to manage a MySQL database. It is nothing more than an internal website that connects to a database and lets you look at stuff.
You don't connect laravel to phpmyadmin you connect it directly to the MySQL database.
Check out this page. If you need help post back here: http://laravel.com/docs/database#configuration
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community