Laravel this is not only a practical framework, it is also a programming style
I have callback button in header of my webpage, so user can send me message from every page. How to make route for this? Something like that:
Route::post('{*}', 'PostController@callback');
Aucun commentaire:
Enregistrer un commentaire