Nincs leírás

Herton 2166c22e49 Cleaning up unused files and comments 4 éve
Controllers 2243235223 Fixing minor issues 4 éve
tests 4fed480dc2 Basic structure, missing final steps to handle request 4 éve
.gitignore d749025e73 Basic setup of the example of usage for the new package 4 éve
Application.php 32cffea3aa Fixed methods and got to a basic working version 4 éve
Helpers.php 4fed480dc2 Basic structure, missing final steps to handle request 4 éve
Resource.php 9acb58ba16 Adding methods to the other controllers to test and some clean up 4 éve
Route.php 2243235223 Fixing minor issues 4 éve
composer.json 2166c22e49 Cleaning up unused files and comments 4 éve
handle.php 32cffea3aa Fixed methods and got to a basic working version 4 éve
index.php 4fed480dc2 Basic structure, missing final steps to handle request 4 éve
readme.md 2166c22e49 Cleaning up unused files and comments 4 éve
routes.php 32cffea3aa Fixed methods and got to a basic working version 4 éve
serve.sh d749025e73 Basic setup of the example of usage for the new package 4 éve

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/wild-alaskan
  2. Run composer install
  3. Run the server script ./serve.sh