Skip to content

Fenzland/Laroute

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Laroute

A high readablility route syntax for Laravel.

Documentation

See laroute.fenzland.com.

Base Usage

Step 1. Get Laroute by composer

composer require laroute/laroute

Step 2. Find your App\Providers\RouteServiceProvider in your Laravel project, and replace require statement.

// require balabala.php;
\Laroute\route(balabala);

Step 3. Write routes with Laroute, and save file named with extension '.laroute'.

Editor support

Sublime Text

License

MIT license.

About

Laroute is a high readablility route syntax for Laravel.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages