Skip to content

Instantly share code, notes, and snippets.

@parzibyte
Created February 13, 2019 18:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save parzibyte/e5d0f7c0e827b6709b60f6caba229a53 to your computer and use it in GitHub Desktop.
Save parzibyte/e5d0f7c0e827b6709b60f6caba229a53 to your computer and use it in GitHub Desktop.
<?php
# Cuando se envía el formulario y se debe guardar la canción
Route::post("/agregar", "CancionesController@agregarCancion");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment