Skip to content

Commit

Permalink
Update readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
nikirago authored Jan 15, 2020
1 parent 6ec5aca commit 3932171
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,15 +75,5 @@ RewriteBase /foo
```
option('base_uri', "/foo"); //set if app is not in web root directory but in a subdirectory
```
5. The code comes with an example app (index.php) with several route and countroller (/controllers/fsl_controllers.php) examples to demonstrate the flexibilty of the framework. Here are some examples of default mappings configured as examples:

HTTP Method | URL Path | Controller Function | Demo
------------ | ------------- | ------------- | -------------
GET | / | hello_world | Sample Home Page, Creates Session
GET | /api | api | Microservice Example (JSON Response)
GET | /showip | showip | Showcases encrypt/decrypt functions


6. Once configured, direct your browser to the location where you installed FSL and you should see the following:
![alt text](https://github.com/yesinteractive/fsl/blob/master/public/launchpage.png "FSL Fresh Squeezed Limonade PHP Microframework Landing Page")

0 comments on commit 3932171

Please sign in to comment.