An open API service indexing awesome lists of open source software.

https://github.com/bengr-digital/package.routing

Package for implementing multiple solutions for routing in laravel application
https://github.com/bengr-digital/package.routing

composer discovery laravel package routing

Last synced: about 1 month ago
JSON representation

Package for implementing multiple solutions for routing in laravel application

Awesome Lists containing this project

README

          

# Routing Package 📦

[![Latest Version on Packagist](https://img.shields.io/packagist/v/bengr/routing.svg?style=flat-square)](https://packagist.org/packages/bengr/routing)
[![Total Downloads](https://img.shields.io/packagist/dt/bengr/routing.svg?style=flat-square)](https://packagist.org/packages/bengr/routing)

Package for implementing multiple solutions for routing in laravel application

## Installation

You can install the package via composer:

```bash
composer require bengr/routing
```

You can publish the config file with:

```bash
php artisan vendor:publish --tag="routing-config"
```

## Usage

There is no other configuration needed than just adjust routing.php config for needs of your application

## Credits

- [matejkrenek](https://github.com/matejkrenek)