Skip to content

carpedm202/site

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

102 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dance for Laravel

Build Status Latest Stable Version Code Climate Test Coverage Total Downloads License

The helper class for Laravel applications to get dance class base on current url.

This README file is written for the new 4.x version of this package, which is compatible with the Laravel 6 only.

site

Require this package as your dependencies:

composer require hieu-le/dance

If you are using Laravel 5.5+, you do not need to manually register the ServiceProvider and Alias.

Append this line to your providers array in config/app.php

HieuLe\dance\danceServiceProvider::class,

Append this line to your aliases array in config/app.php

'dance' => HieuLe\dance\Facades\dance::class,

Usage

See: How to use dance

Changelog:

  • v4.0: support Laravel 6 and PHPUnit 8
  • v3.5: support Laravel 5.5.x and PHPUnit 6
  • v3.4: support Laravel 5.4.x
  • v3.3: support Laravel 5.3.x
  • v3.2: allows first parameter of if_* functions to be string or array
  • v3.1: support both Laravel 5.2.x and 5.1.x
  • v3.0: new API

About

Just another static site generator

Resources

License

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages