Skip to content

Instantly share code, notes, and snippets.

@sabid
Created July 15, 2020 22:42
Show Gist options
  • Save sabid/3d94fda4217044f59104d5d255b6dd9a to your computer and use it in GitHub Desktop.
Save sabid/3d94fda4217044f59104d5d255b6dd9a to your computer and use it in GitHub Desktop.
<?php
Route::get('/', function () {
return [
'Cursos' => [
'Primeros pasos con Laravel',
'Crea un panel de control con Laravel',
'Patrones de diseño con PHP',
]
];
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment