Skip to content

pjkaufman/Coding_conventions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 

Repository files navigation

Coding Conventions Repo Size Current Issues License

By Peter Kaufman

This repo is where I am putting my coding conventions for anyone that might like to contribute to any of my repositories.

To Edit the Phar File

-Go to Command Line or Command Prompt
-Edit and run the following command:

phar.phar extract -f "path-to-the-phar-file\file-name.phar"

-The code will be extracted to a folder called src in your current directory -When you are done, then run this code to setup the .phar file:

phar.phar pack -f "where-to-put-the-phar-file\file-name.phar" "path-to-folder-to-pack"

PHP

Setup

Atom Plugins

-Download the the phar file -Copy path to the php-cs-fixer-v2.phar file and put that in the phar-cs-fixer setting.
-Copy path to php executable in the php setting

Visual Studio Code Plugins

-Download the the phar file -Copy path to the php-cs-fixer-v2.phar file and put that in the phar-cs-fixer setting.

About

My coding conventions for my repositories

Topics

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published