Skip to content

Instantly share code, notes, and snippets.

@adevesa
Created December 2, 2020 02:45
Show Gist options
  • Save adevesa/be0a4ff1329502605da89580c530592b to your computer and use it in GitHub Desktop.
Save adevesa/be0a4ff1329502605da89580c530592b to your computer and use it in GitHub Desktop.
Medium - Como desarrollar con Create React App y Laravel pt.3
<?php
Route::get('/hola', function (){
return response()->json(["prueba" => 'Aquí si pasó algo.']);
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment