Skip to content

Commit 4d9f92e

Browse files
committed
Remove annotation support.
This will be taken over as a 3rd party package. @artisangoose has volunteered.
1 parent 8e80fd5 commit 4d9f92e

33 files changed

+2
-1858
lines changed

composer.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
"classpreloader/classpreloader": "~1.0.2",
1818
"danielstjules/stringy": "~1.5",
1919
"d11wtq/boris": "~1.0",
20-
"doctrine/annotations": "~1.0",
2120
"doctrine/inflector": "~1.0",
2221
"ircmaxell/password-compat": "~1.0",
2322
"jeremeamia/superclosure": "~1.0.1",

src/Illuminate/Events/Annotations/Annotations/Hears.php

Lines changed: 0 additions & 26 deletions
This file was deleted.

src/Illuminate/Events/Annotations/Scanner.php

Lines changed: 0 additions & 120 deletions
This file was deleted.

src/Illuminate/Foundation/Application.php

Lines changed: 0 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -629,46 +629,6 @@ public function getCachedRoutesPath()
629629
return $this['path.storage'].'/framework/routes.php';
630630
}
631631

632-
/**
633-
* Determine if the application routes have been scanned.
634-
*
635-
* @return bool
636-
*/
637-
public function routesAreScanned()
638-
{
639-
return $this['files']->exists($this->getScannedRoutesPath());
640-
}
641-
642-
/**
643-
* Get the path to the scanned routes file.
644-
*
645-
* @return string
646-
*/
647-
public function getScannedRoutesPath()
648-
{
649-
return $this['path.storage'].'/framework/routes.scanned.php';
650-
}
651-
652-
/**
653-
* Determine if the application events have been scanned.
654-
*
655-
* @return bool
656-
*/
657-
public function eventsAreScanned()
658-
{
659-
return $this['files']->exists($this->getScannedEventsPath());
660-
}
661-
662-
/**
663-
* Get the path to the scanned events file.
664-
*
665-
* @return string
666-
*/
667-
public function getScannedEventsPath()
668-
{
669-
return $this['path.storage'].'/framework/events.scanned.php';
670-
}
671-
672632
/**
673633
* Call the booting callbacks for the application.
674634
*

src/Illuminate/Foundation/Console/EventScanCommand.php

Lines changed: 0 additions & 92 deletions
This file was deleted.

src/Illuminate/Foundation/Console/RouteScanCommand.php

Lines changed: 0 additions & 99 deletions
This file was deleted.

0 commit comments

Comments
 (0)