Last active
December 2, 2020 02:47
-
-
Save adevesa/568aa774e93c6b3c294df6186ae3ef7b to your computer and use it in GitHub Desktop.
Medium - Como desarrollar con Create React App y Laravel pt.2
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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