Skip to content

A simple bootstrap configuration for apps built with the PHP Slim Framework.

License

Notifications You must be signed in to change notification settings

kalvn/Slim-Framework-Skeleton

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Slim Framework Skeleton

A simple bootstrap for Slim Framework apps.

Install

$ bower install
$ composer install

Links

Commit and send to remote repository

// Shows the status (staged files, new files, files ready to commit).
$ git status

// Make all changed files eligible for commit.
$ git add .
// OR also target new files and deleted files.
$ git add --all

// Do the commit with a message.
$ git commit -m "Message"

// Push the commit on the remote repository. It will ask your password.
$ git push origin master

About

A simple bootstrap configuration for apps built with the PHP Slim Framework.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published