ervinne13 / gg-byo1-bs-website

Bootstrap Based Basic Website for PHP Workshop in Ground Gurus

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bootstrap Based Simple Website

Backgound

In this workshop, we'll be working on a project that we will redo/refactor over and over to let the students have a better feel of PHP's fundamentals, from plain html, to php with requiring/including files, and finally to php with the help of composer and psr-4.

What You'll Need For This Workshop

Downloadables:

Others:

  • Prepare your professional profile picture (can be 250px x 250px, as long as it's square).
  • Prepare a short description about your self.
  • Prepare 3 things you're good with.
  • Ask at least 3 of your colleagues, teachers, or friends for referrals and short statement about you and why you should be hired. Ask them their professional profile pictures as well.

Checklist

Let's make sure everything works well. Open up your terminal.

Testing PHP

#### Run
php -v

#### Outputs something like:
PHP 7.2.15-0ubuntu0.18.10.1 (cli) (built: Feb  8 2019 14:54:22) ( NTS )
Copyright (c) 1997-2018 The PHP Group
Zend Engine v3.2.0, Copyright (c) 1998-2018 Zend Technologies
    with Zend OPcache v7.2.15-0ubuntu0.18.10.1, Copyright (c) 1999-2018, by Zend Technologies

Testing Composer

#### Run
composer -v

#### Outputs something like:
   ______
  / ____/___  ____ ___  ____  ____  ________  _____
 / /   / __ \/ __ `__ \/ __ \/ __ \/ ___/ _ \/ ___/
/ /___/ /_/ / / / / / / /_/ / /_/ (__  )  __/ /
\____/\____/_/ /_/ /_/ .___/\____/____/\___/_/
                    /_/
Composer version 1.8.4 2019-02-11 10:52:10
... more things printed here

Testing Git

#### Run
git --version

#### Outputs something like:
git version 2.19.1

Testing Node & NPM

#### Run
node -v
#### Outputs something like:
v10.15.3

#### Run
npm -v
#### Outputs something like:
6.4.1

If any of the command results in command not found or anything similar, please refer back to the appropriate installation procedure.

The Workshop Contents:

This is a sample activity output for GG PHP Fundamentals Workshop Series.

About

Bootstrap Based Basic Website for PHP Workshop in Ground Gurus


Languages

Language:HTML 52.9%Language:PHP 39.6%Language:Dockerfile 4.3%Language:CSS 2.5%Language:Shell 0.6%