Skip to content

Latest commit

 

History

6 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Requirements

PHP 7.1

Usage

include dirname( __FILE__ ) . '/Route.php';

Route::get( '/hello/user', function () {
	echo 'Hello User';
} );

Route::post( '/hello/user', function () {
	echo "No POST requests allowed for this endpoint.";
} );
//
Route::post( '/save', function () {
	echo "Item Saved.";
} );

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages