laravel-advanced-route
An advanced route for Laravel to support controllers
File Explorer
Download Latest Version (.zip)- tests.yml
- AdvancedRoute.php
- ParameterController.php
- UserController.php
- WikiController.php
- AdvancedRouteTest.php
- .gitignore
- composer.json
- phpunit.xml
- README.md
# Installation Guide
1. Get the code
git clone https://github.com/lesichkovm/laravel-advanced-route
Downloads the entire project code from GitHub to your computer.
cd laravel-advanced-route
Moves into the project folder you just downloaded.
2. PHP (Composer)
Easy RecommendedPrerequisites
composer require lesichkovm/laravel-advanced-route
Type this command into your terminal and run it.
composer install
Installs the PHP libraries listed in composer.json.
composer test
Type this command into your terminal and run it.
Run it with a built-in server like php -S localhost:8000, then open http://localhost:8000 in your browser.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
