Projekt

Obecné

Profil

« Předchozí | Další » 

Revize 21570473

Přidáno uživatelem Adam Mištera před asi 4 roky(ů)

Issue #7788 @2h

[+] Vytvoření registrace a správy uživatelů
[+] Refraktoring

Zobrazit rozdíly:

routes/web.php
16 16
Route::get('/', 'PagesController@index');
17 17

  
18 18
Route::get('/artefact', 'ArtefactController@default');
19

  
20 19
Route::get('/artefact/{id}', 'ArtefactController@view');
21 20
Route::resource('/detail', 'DetailsController', array('only' => array('index', 'show')));
22 21

  
22
Auth::routes();
23 23

  
24
Route::get('/home', 'HomeController@index')->name('home');

Také k dispozici: Unified diff