Last active
March 8, 2018 01:48
-
-
Save jsdecena/f2892e85b85314691aea25b05a370458 to your computer and use it in GitHub Desktop.
Articles Api Controller Class
This file contains hidden or 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 | |
namespace App\Http\Controllers\Api; | |
class ArticlesApiController extends Controller | |
{ | |
public function store() { | |
dd('success!'); | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment