Skip to content

Instantly share code, notes, and snippets.

@demirhanali
Last active August 13, 2020 12:42
Show Gist options
  • Save demirhanali/9c0c7854b46270145c3a7a21d01621f9 to your computer and use it in GitHub Desktop.
Save demirhanali/9c0c7854b46270145c3a7a21d01621f9 to your computer and use it in GitHub Desktop.
<?php
use Illuminate\Support\Facades\Route;
Route::post('/store', 'WriterController@store');
Route::get('/q', 'WriterController@search');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment