Start of using Attribute objects, rendering jpegphoto

This commit is contained in:
Deon George
2021-12-08 23:26:12 +11:00
parent 2ccc1d3b83
commit a80a2725bc
10 changed files with 147 additions and 99 deletions

View File

@@ -28,7 +28,7 @@ Route::group(['prefix' => LaravelLocalization::setLocale()], function() {
Route::get('home',[HomeController::class,'home']);
Route::get('info',[HomeController::class,'info']);
Route::post('render',[HomeController::class,'render']);
Route::post('dn',[HomeController::class,'dn_frame']);
});
Route::redirect('/','home');