Giter VIP home page Giter VIP logo

vrm's Introduction

Visual Route Manager

Visual Route Manager is a web interface to manage your Laravel 5.* routes. Using VRM, you can easily add, edit, remove routes also filter them accordingly your needs, If your App / website is large scaled then it will help a lot to manage your routes.

It's in active development and still lack of some features like Resources and Function integration, and I will make it done ASAP, anyone wishes to contribute, be my guest, just fork it buddy and let me know when you send pull request. :)

How to use

step 1

install package through composer

composer require listbees/vrm

step 2

Add service provider into config/app.php

Listbees\VRM\Providers\VisualRouteManagerServiceProvider::class,

step 3

Publish vendor files It will publish migrations files, config/vrm.php, assets folder to public/vendor/vrm for admin web interface (Additionally you can set optional fields in config file like namespace, password etc)

php artisan vendor:publish --provider="Listbees\VRM\Providers\VisualRouteManagerServiceProvider"

step 3

Migrate tables

php artisan migrate

step 4

Install Admin Panel

php artisan vrm:make

step 5

All done, start adding your routes

http://<your-host>/vrm

It will prompt for login password, you can manually set password to config.php file, default password is secret

vrm's People

Contributors

krunaldodiya avatar imrealashu avatar amitavroy avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.