Skip to content

jakulov/signup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SignUp

Sample App, shows how to create simple PHP Application allows users to sign up, sign in, reset password and view their profile.

Installation

  1. Migration's files can be found in migration directory. Use up.sql to create database schema. Use down.sql to drop database.
  2. Directories app/upload and var should be writtable.
  3. Configure database access with config/local.php script. You can find sample config in config/local.php.dist file.

Running

You can run application with help of built-in PHP server. In terminal open app directory. Then run "php -S localhost:8800". Open http://localhost:8800 to use app.

About

Sample App

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published