1
0
Fork 0
mirror of https://github.com/DanielnetoDotCom/YouPHPTube synced 2025-10-04 18:29:39 +02:00
Oinktube/objects/symfony/routing
DanielnetoDotCom 730f4893f2 Adding socket support
-- When upload a video to a certain category, this video will be part of a user group automatically
-- one category can add your video in more than one user group
-- Allow user add some extra info in JSON format, for example bank info and other thing
-- This is based on users_extra_info table 
-- add full text search https://github.com/WWBN/AVideo/issues/4343
2021-01-14 14:24:07 -03:00
..
Annotation Adding socket support 2021-01-14 14:24:07 -03:00
DependencyInjection Adding socket support 2021-01-14 14:24:07 -03:00
Exception Adding socket support 2021-01-14 14:24:07 -03:00
Generator Adding socket support 2021-01-14 14:24:07 -03:00
Loader Adding socket support 2021-01-14 14:24:07 -03:00
Matcher Adding socket support 2021-01-14 14:24:07 -03:00
Tests Adding socket support 2021-01-14 14:24:07 -03:00
.gitignore Adding socket support 2021-01-14 14:24:07 -03:00
CHANGELOG.md Adding socket support 2021-01-14 14:24:07 -03:00
CompiledRoute.php Adding socket support 2021-01-14 14:24:07 -03:00
composer.json Adding socket support 2021-01-14 14:24:07 -03:00
LICENSE Adding socket support 2021-01-14 14:24:07 -03:00
phpunit.xml.dist Adding socket support 2021-01-14 14:24:07 -03:00
README.md Adding socket support 2021-01-14 14:24:07 -03:00
RequestContext.php Adding socket support 2021-01-14 14:24:07 -03:00
RequestContextAwareInterface.php Adding socket support 2021-01-14 14:24:07 -03:00
Route.php Adding socket support 2021-01-14 14:24:07 -03:00
RouteCollection.php Adding socket support 2021-01-14 14:24:07 -03:00
RouteCollectionBuilder.php Adding socket support 2021-01-14 14:24:07 -03:00
RouteCompiler.php Adding socket support 2021-01-14 14:24:07 -03:00
RouteCompilerInterface.php Adding socket support 2021-01-14 14:24:07 -03:00
Router.php Adding socket support 2021-01-14 14:24:07 -03:00
RouterInterface.php Adding socket support 2021-01-14 14:24:07 -03:00

Routing Component

The Routing component maps an HTTP request to a set of configuration variables.

Resources