2017 © Pedro Peláez
 

library lyrc

Laravel Routes compiler for a definition in YAML

image

tadodotcom/lyrc

Laravel Routes compiler for a definition in YAML

  • Tuesday, June 5, 2018
  • by joao
  • Repository
  • 5 Watchers
  • 0 Stars
  • 26 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 5 Versions
  • 1200 % Grown

The README.md

Lyrc - Laravel YAML Routes Compiler

Made with ❤️ by tado°, (*1)

Installation Steps

  1. Require the Package

After creating your new Laravel application you can include the Lyrc package with the following commands:, (*2)

composer require tadodotcom/lyrc
php artisan vendor:publish --provider="Tado\Lyrc\LyrcServiceProvider"
  1. Add the Tado\Lyrc\LyrcServiceProvider::class to config/app.php file in providers list, (*3)

  2. Set your configurations in the file config/lyrc.php, (*4)

Generate routes from YAML file and using the generated file

  1. After setting up your YAML file path in config/lyrc and the path for the compiled file, run command php artisan tado:lyrc., (*5)

  2. On your routes file require 'path/to/compiled_routes.php';, (*6)

And enjoy the simplicity of managing multi locale, big route files in your YAML files, (*7)

The Versions

05/06 2018

dev-master

9999999-dev

Laravel Routes compiler for a definition in YAML

  Sources   Download

The Requires

 

The Development Requires

by Joao Felizardo

05/06 2018

dev-develop

dev-develop

Laravel Routes compiler for a definition in YAML

  Sources   Download

The Requires

 

The Development Requires

by Joao Felizardo

04/06 2018

dev-test-command-options

dev-test-command-options

Laravel Routes compiler for a definition in YAML

  Sources   Download

The Requires

 

The Development Requires

by Joao Felizardo

04/06 2018

1.0.1

1.0.1.0

Laravel Routes compiler for a definition in YAML

  Sources   Download

The Requires

 

The Development Requires

by Joao Felizardo

30/05 2018

1.0.0

1.0.0.0

Laravel Routes compiler for a definition in YAML

  Sources   Download

The Requires

 

The Development Requires

by Joao Felizardo