Download the PHP package maddlen/sakura without Composer
On this page you can find all versions of the php package maddlen/sakura. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download maddlen/sakura
More information about maddlen/sakura
Files in maddlen/sakura
Package sakura
Short Description Heroku toolbox for Laravel
License MIT
Homepage https://github.com/maddlen/sakura
Informations about the package sakura
Sakura
Heroku toolbox for Laravel.
Features
- Initialize everything to host a Laravel project on Heroku
- Provides helpful artisan commands
Setup
Go to your project root dir
cd /path/to/root/dir
Install the Heroku CLI
If the Heroku CLI is not installed on your system, please install it. See https://devcenter.heroku.com/articles/heroku-cli
Login to Heroku
heroku login
Create an Heroku Authorization
heroku authorizations:create
The response should look like that:
Update your .env file
Use the Token value from the Heroku Authorization response and add it to your .env
file in the HEROKU_API_KEY
variable.
Ex:
Install Sakura
Require the package:
composer require maddlen/sakura:dev-master
Run the sakura:init
Artisan command:
php artisan sakura:init
Artisan commands
init • sakura:init
Sets up the Heroku environment.
push-config-vars • sakura:push-config-vars
Push .env.heroku
as Heroku's Config Vars.
All versions of sakura with dependencies
illuminate/support Version *
php-heroku-client/php-heroku-client Version *