| xqd
@@ -173,6 +173,7 @@ class AlbumPosterController extends Controller
|
|
|
}
|
|
|
$data = $request->input();
|
|
|
$info = AlbumPosterModel::where('store_id', $data['store_id'])->first()->toArray();
|
|
|
+ dd($info);
|
|
|
$editor = Grafika::createEditor();
|
|
|
$editor->open($image_poster, public_path() . '/base/poster/img/poster_canvas.png');
|
|
|
$editor->open($image_poduct, str_replace(env('CDN_URL'), public_path(), $data['image']));
|