2017 © Pedro Peláez
 

library laravel-haml

HAML templating for Laravel

image

varmad/laravel-haml

HAML templating for Laravel

  • Saturday, November 23, 2013
  • by varmad
  • Repository
  • 1 Watchers
  • 1 Stars
  • 82 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Installation

Begin by installing this package through Composer. Edit your project's composer.json file to require varmad/laravel-haml., (*1)

It might look something like:, (*2)

  "require": {
    "laravel/framework": "4.0.*",
    "varmad/laravel-haml": "dev-master",
  }

Next, update Composer from the Terminal:, (*3)

    composer update

Once this operation completes, add the service provider. Open app/config/app.php, and add a new item to the providers array., (*4)

    'Varmad\LaravelHaml\LaravelHamlServiceProvider'

Usage

Creating a view file, (*5)

    filename.haml.php(hello.haml.php)

Rendering form the controller, (*6)

    public function index() {
    return View::make('hello');
}

The Versions

23/11 2013

dev-master

9999999-dev

HAML templating for Laravel

  Sources   Download

MIT

The Requires

 

by Srinivasa Varma