💥 Ajoute les tags en base et les formate

Pour #1
This commit is contained in:
2019-09-30 16:32:40 +02:00
parent a7715c8460
commit a9cd4ed610
7 changed files with 112 additions and 9 deletions

View File

@@ -16,3 +16,4 @@ Auth::routes();
Route::get('/', 'WelcomeController@index')->name('home');
Route::get('/home', 'HomeController@index')->name('dashboard');
Route::post('store', 'HomeController@store')->name('store');
Route::post('stats', 'StatsController@tag')->name('stats'); // TODO make a group for stats