Projekt

Obecné

Profil

« Předchozí | Další » 

Revize bfa73340

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

Issue #7997 @2h
[+] Přidání vektorového tlačítka informace
[+] Zprovoznění likování artefaktů
[+] Přidán modal pro obálku knihy
[+] Přidán modal pro informace o knize
[+] Refraktoring

Zobrazit rozdíly:

routes/web.php
17 17

  
18 18
Route::get('/artefact', 'ArtefactController@default');
19 19
Route::get('/artefact/{id}', 'ArtefactController@view');
20
Route::get('/artefact/like/{id}', 'ArtefactController@like');
21
Route::get('/artefact/unlike/{id}', 'ArtefactController@unlike');
20 22
Route::get('/category/{id}', 'ArtefactController@showCategory');
21 23
Route::resource('/detail', 'DetailsController', array('only' => array('index', 'show')));
22 24
Route::resource('/categories', 'CategoriesController', array('only' => array('index')));

Také k dispozici: Unified diff