Skip to content

Commit

Permalink
Remove kettle and remove bootstrapping feature
Browse files Browse the repository at this point in the history
  • Loading branch information
nicksagona committed Feb 5, 2019
1 parent a11dc86 commit 2e28a84
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 51 deletions.
1 change: 0 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ CHANGELOG
* Refactored pop-view, added separate stream parser class
* Refactored popphp, improved Application and Module class relationships
* Removed bootstrap feature from main framework repository
* Added pop-kettle repository to handle application bootstrapping and scaffolding

## 3.8.0
* Added pop-audit
Expand Down
33 changes: 0 additions & 33 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,39 +65,6 @@ Or, you can clone this repository and install it directly:
$ composer install
```

BOOTSTRAPPING
-------------
You can quickly bootstrap a small application project by running the following command:

```console
$ boostrap/pop install MyApp
```

The above command will create the necessary basic application scaffolding to run a simple
web application. You will see an `app` folder with your namespaced codebase in it and a
`public` folder with the application's front controller in it. If you point a web server
at the public folder, you will see a basic index page.

```console
$ php -S localhost:8000 -t public
```

#### Console Support

You can also bootstrap an application with console support as well. If you run the
following command:

```console
$ boostrap/pop install --cli MyApp
```

The codebase created will also include a `script` folder with the CLI application script.
A default `help` command is set up be default:

```console
$ script/app help
```

## DISCUSSION

There is a Gitter chat room for Pop PHP over at https://gitter.im/pop-php-framework/Lobby
1 change: 0 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@
"popphp/pop-http": "^3.2.0",
"popphp/pop-i18n": "^3.0.2",
"popphp/pop-image": "^3.3.0",
"popphp/pop-kettle": "^1.0.0",
"popphp/pop-loader": "^3.0.2",
"popphp/pop-log": "^3.1.0",
"popphp/pop-mail": "^3.1.0",
Expand Down
16 changes: 0 additions & 16 deletions kettle

This file was deleted.

0 comments on commit 2e28a84

Please sign in to comment.