Zizaco / confide

Confide is a authentication solution for Laravel 4
1.19k stars 258 forks source link

On php artisan confide:controller --restful #517

Open leonardollobato opened 9 years ago

leonardollobato commented 9 years ago

The flag --restful is causing the generation of non-restful controller and routes. /generators/controller.blade.php :

public function {{ (! $restful) ? 'create' : 'getCreate' }}()

on the routes.php

ex: Route::controller instead of Route::resource