Download the PHP package previewict/pst-stack without Composer
On this page you can find all versions of the php package previewict/pst-stack. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download previewict/pst-stack
More information about previewict/pst-stack
Files in previewict/pst-stack
Package pst-stack
Short Description Propel-Slim-Twig PHP Application Stack. The most sophisticated application stack for starting any PHP application in a minute.
License MIT
Homepage https://github.com/previewict/pst-stack
Informations about the package pst-stack
PST-STACK
Installation
Just git clone https://github.com/previewict/pst-stack
Copy/paste config/settings.sample
file to config/settings.php
. And copy, paste propel/propel.xml
with your database configuration. But don't change the DB name. If you change the DB name then the whole database thing needs to be re-generate that can brake the entire project. This step is necessary only
for running propel migrate command if any of your team member update schema.
Now run sudo chmod a+x propel_migreate.sh && sudo ./propel_migrate.sh
to upgrade or install your database.
Now finally you have to copy, paste the config.php file to configure your project.
After that create the virtual host and you are ready to go.
Migrating schema
sudo ./propel_migrate.sh
All versions of pst-stack with dependencies
monolog/monolog Version 1.*
slim/slim Version ^3.0
propel/propel Version ~2.0@dev
ircmaxell/password-compat Version dev-master
respect/validation Version 0.9.*@dev
slim/twig-view Version ^2.0
slim/flash Version ^0.1.0
hassankhan/config Version ^0.9.1