Download the PHP package brainsware/bacon without Composer
On this page you can find all versions of the php package brainsware/bacon. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download brainsware/bacon
More information about brainsware/bacon
Files in brainsware/bacon
Package bacon
Short Description Fast and scalable PHP MVC framework
License Apache-2.0
Homepage http://baconphp.net
Informations about the package bacon
Got bacon?
The bacon PHP framework is a lean, clean, simple and fast MVC framework without too much fuzz about it.
Server Requirements:
- A webserver
- PHP 7.0 or greater (php.net)
- Composer (getcomposer.org)
Installation:
Once you have PHP and composer set up, you can create a skeleton project with the following:
This will download all the necessary software, and create all important directories and sample configuration files for your new project:
Configuration:
Bacon uses PHP files for storing all of its configurations.
The skeleton project we provide comes with an Intro controller, which is set as the default fallback controller in Config/Base.php
The second config file you will want to look at is Config/Database.php
Here are the basic options you will want to set for your database:
Bacon does not provide default values for these options. If your application needs a database, you will have to create it and connect Bacon to it via Config/Database.php
.
All versions of bacon with dependencies
brainsware/sauce Version @dev
twig/twig Version 2.*
twig/extensions Version *
defuse/php-encryption Version 2.*