You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
See recent push to dev branch. Have to travel some more today before I can get it completely functional, but it will create articles and get ALL articles at the moment.
The articles resource controller and routes are now functional as of here. Also check out the update I made to the README, which details the current API functionality
Example command to create controller:
php artisan make:controller ArticleController --resource
Example route:
Route::resource('articles', 'ArticleController');
The text was updated successfully, but these errors were encountered: