Skip to content

Instantly share code, notes, and snippets.

@cursosdesarrolloweb
Created June 13, 2021 09:23
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 cursosdesarrolloweb/ef1f738528b7eff718ad5540c6017bca to your computer and use it in GitHub Desktop.
Save cursosdesarrolloweb/ef1f738528b7eff718ad5540c6017bca to your computer and use it in GitHub Desktop.
<?php
use Illuminate\Support\Facades\Route;
Route::get('/cursosdesarrolloweb', function() {
echo Cursosdesarrolloweb::test(); // Test Facade Cursosdesarrolloweb
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment