Last active
August 13, 2020 12:42
-
-
Save demirhanali/9c0c7854b46270145c3a7a21d01621f9 to your computer and use it in GitHub Desktop.
This file contains 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 | |
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