Sorry, not on my work machine but I do believe it was just route:cache.
Just pulled the clean instalation of L5 and try to do:
/**
* @Resource("welcome")
*/
class WelcomeController extends Controller {
then added to RouteServiceProvider.php -> scan and do php artisan route:cache but no new routes.
Did he remove that from laravel 5? I didn't see any in the new examples
It was spun out into a separate package. You can find it here: https://github.com/adamgoose/laravel-annotations
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community