Skip to content

Instantly share code, notes, and snippets.

@adevesa
Last active December 2, 2020 02:47
Show Gist options
  • Save adevesa/568aa774e93c6b3c294df6186ae3ef7b to your computer and use it in GitHub Desktop.
Save adevesa/568aa774e93c6b3c294df6186ae3ef7b to your computer and use it in GitHub Desktop.
Medium - Como desarrollar con Create React App y Laravel pt.2
<?php
Route::get('/', function () {
return file_get_contents(public_path('/build/index.html'));
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment