Нема описа

herton 51e04f2879 Update 'readme.md' пре 4 година
Controllers 2243235223 Fixing minor issues пре 4 година
tests 4fed480dc2 Basic structure, missing final steps to handle request пре 4 година
.gitignore d749025e73 Basic setup of the example of usage for the new package пре 4 година
Application.php 32cffea3aa Fixed methods and got to a basic working version пре 4 година
Helpers.php 4fed480dc2 Basic structure, missing final steps to handle request пре 4 година
Resource.php 9acb58ba16 Adding methods to the other controllers to test and some clean up пре 4 година
Route.php 2243235223 Fixing minor issues пре 4 година
composer.json 2166c22e49 Cleaning up unused files and comments пре 4 година
handle.php 32cffea3aa Fixed methods and got to a basic working version пре 4 година
index.php 4fed480dc2 Basic structure, missing final steps to handle request пре 4 година
readme.md 51e04f2879 Update 'readme.md' пре 4 година
routes.php 32cffea3aa Fixed methods and got to a basic working version пре 4 година
serve.sh d749025e73 Basic setup of the example of usage for the new package пре 4 година

readme.md

Exmple Routes

Route::resource('posts');
Route::resource('users.posts');
Route::resource('categories.posts');

Exmple Controllers available

PostsController.php
UsersPostsController.php
CategoriesPostsController.php

To run the example:

  1. Pull the repository locally https://git.hersidea.com/herton/php-resource
  2. Run composer install
  3. Run the server script ./serve.sh