mirror of
https://github.com/nothingworksinc/ticketbeast.git
synced 2026-01-26 11:14:06 +00:00
140 - Storing Files and Comparing Content
This commit is contained in:
@@ -53,6 +53,7 @@ class ConcertsController extends Controller
|
||||
'zip' => request('zip'),
|
||||
'ticket_price' => request('ticket_price') * 100,
|
||||
'ticket_quantity' => (int) request('ticket_quantity'),
|
||||
'poster_image_path' => request('poster_image')->store('posters', 's3'),
|
||||
]);
|
||||
|
||||
return redirect()->route('backstage.concerts.index');
|
||||
|
||||
Reference in New Issue
Block a user