Skip to content

Instantly share code, notes, and snippets.

@cursosdesarrolloweb
Created July 15, 2021 15:12
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/b3b0e716b10d9f45a67130df34478c47 to your computer and use it in GitHub Desktop.
Save cursosdesarrolloweb/b3b0e716b10d9f45a67130df34478c47 to your computer and use it in GitHub Desktop.
<?php
use App\Http\Controllers\Backend\CityController;
Route::resource("cities", CityController::class);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment