Skip to content

Commit

Permalink
added htaccess and more desc to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
pl4g4 committed Nov 26, 2015
1 parent 70484c1 commit b43c3d7
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .htaccess
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteRule ^(.*)$ public/$1 [L]
</IfModule>
8 changes: 7 additions & 1 deletion README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,10 @@ Make sure you follow this instruction to have it working in minutes

* Modify app/config/database.php if you are going to be using a database

* Modify app/core/databaseSchema.php and run it to generate the schema of your database if you need to, delete it when you are done.
* Modify app/core/databaseSchema.php and run it to generate the schema of your database if you need to, delete it when you are done.

* Go to localhost/home Where home will be the controller name inside controllers, by default goes to home function inside the controller.

* Point to different function localhost/home/*functionname*

* Passing parameters localhost/home/*functionname*/*param*

0 comments on commit b43c3d7

Please sign in to comment.