News Feed
Jobs Feed
Sections




News Archive
NetTuts.com:
The Essentials of Creating Laravel Bundles
July 18, 2012 @ 10:03:34

Continuing in their series looking at using the Laravel PHP framework, NetTuts.com has posted this latest article focusing on the creation of "bundles" for use in Laravel-based applications.

The Laravel PHP framework offers its bundles system to allow developers to redistribute useful packages of code, or to organize applications into several "bundles" of smaller applications. In this tutorial, we will learn the ins and outs of creating and distributing bundles from scratch. A Laravel bundle has access to all of the features that the framework offers to its host application, including routing, migrations, tests, views and numerous other useful features.

They start with the "when to create a bundle?" question, a combination of the answers to four other questions (like "could others use it?" or "should this just be a library?"). From there they get into the actual code, showing you how to create a basic bundle that works with the Gravatar service to pull an image for a given email address. Also included is a sample unit test, how to implement it in the controller and a sample view that interacts with it to make it all work.

0 comments voice your opinion now!
laravel framework bundle tutorial gravatar


blog comments powered by Disqus

Similar Posts

Vinu Thomas' Blog: PHPLiveX - Tutorial

Jakub Zalas' Blog: Mocking Symfony Container services in Behat scenarios with Mockery

PHPBuilder.com: My Automated PHP Scripts for Creating FTP Connections to a Remote Server

Tutorial: An Introduction to XDebug

Eran Galperin's Blog: Multiple row operations in MySQL / PHP


Community Events









Don't see your event here?
Let us know!


language phpunit composer development testing tool zendframework2 code release framework community interview example unittest object introduction database podcast api opinion

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework