Skip to content

Instantly share code, notes, and snippets.

@jsdecena
Last active March 8, 2018 01:48
Show Gist options
  • Save jsdecena/f2892e85b85314691aea25b05a370458 to your computer and use it in GitHub Desktop.
Save jsdecena/f2892e85b85314691aea25b05a370458 to your computer and use it in GitHub Desktop.
Articles Api Controller Class
<?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