w10schools
Login
Register
In current category
Only my posts
Home
Tutorials
HTML, CSS
HTML, HTML5
CSS, CSS3
XML
JavaScript, AJAX
PHP
Ruby on Rails
Ruby
Rails
ASP.NET
ASP
C# .NET
Java
JSP
Databases
MySQL
MSSQL Server
Oracle
Web Server
Windows
Linux
Apache
IIS
Design
Dreamweaver
Flash
Photoshop
Fireworks
CorelDRAW
Illustrator
References
HTML
Bootstrap
CSS
CSS Selectors
Sass
JavaScript
Mobile Apps
Cordova
Ruby on Rails
Ruby
Rails
PHP
Function
Language
CodeIgniter
Phalcon
PHPUnit
Symfony
Drupal
Yii
Laravel
Perl
Perl
Python
Python
Django
NumPy
Pandas
scikit-image
scikit-learn
Statsmodels
Matplotlib
Lua
Lua
C, C++
C
C++
Server
Docker
Apache HTTP Server
Nginx
Database
PostgreSQL
Big Data
TensorFlow
Game Development
Phaser
LÖVE
Articles
News
General
Website Promotion
Online Advertising
Make Money Online
Editorials
Interviews
Web Roundups
Resources
Design
Fonts
Graphics
Vectors
Templates
UI (User Interface)
Brushes
Patterns, Backgrounds
Textures
Web Development
HTML, CSS
XML
JavaScript, AJAX
Ruby on Rails
PHP
Java
.NET
Python
Perl
Flash
Mobile Application Development
Mobile Development Tools
Swift
Online Services
Online Storage
Web Hosting
Tools
Generators
Edit
Toggle Dropdown
In Place Editing
Advanced Editing
References
PHP
Laravel
Routing
Language
Default
Markdown
RouteCollection::add()
Route
add(
Route
$route)
Add a Route instance to the collection.
Parameters
Route
$route
Return Value
Route
Links:
https://laravel.com/api/5.3/Illuminate/Routing/RouteCollection.html#method_add
doc_Laravel
2016-11-02 16:37:11
Comments
Leave a Comment
Please
login
to continue.
Popular Articles
RouteCollection::add()
add(string $name, Route $route) Adds a route. Parameters string $name The route name Route $route A Route instance
RouteCollection
class RouteCollection implements IteratorAggregate, Countable A RouteCollection represents a set of Route instances. When adding a route at the en
RouteCollection
RouteCollection class RouteCollection implements Countable, IteratorAggregate (View source) Methods Route add(Route $route) Add a Route instanc
RouteCollection::addRequirements()
addRequirements(array $requirements) Adds requirements to all routes. An existing requirement under the same name in a route will be overr
ConfigNamesMapper::$routeCollection
The available routes. Type: \Symfony\Component\Routing\RouteCollection File core/modules/config_translation/src/ConfigNamesMapper.php, line 73 Cla
Return to View
Please login to continue.