Giter Club home page Giter Club logo

sunphp17's Introduction

Sunshine PHP 2017 - Build Security In

This repository is a compliment to the "Build Security In" session presented at the Sunshine PHP Conference 2017

http://2017.sunshinephp.com/tutorials#build-security-in

Setup

This application makes use of a database connection for some things. The use the settings:

username: sunphp
password: subphp17
database name: sunphp
host: localhost

Create the project

composer create-project enygma/sunphp17

Create the MySQL database

By default this application uses a MySQL database but that can be changed if desired with some config updates. First, though, you'll need to make your DB:

mysqladmin create sunphp17
mysql -p mysql
> grant all on sunphp.* to 'sunphp'@'localhost' identified by 'sunphp17';
> flush privileges;
> quit;

Run the setup script

The setup script will perform a few actions and ask a few questions. Be sure that when it asks about the database information you use the connection information above.

./setup

Finished Product

Once the setup has completed and the migrations have run you should have a database with two users: user1 and user2. These users will have the password "test123".

sunphp17's People

Contributors

enygma avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.