Horje
heroku procfile laravel Code Example
heroku procfile laravel
git init
echo 'web: vendor/bin/heroku-php-apache2 public/' >> Procfile
git add .
git commit -m 'init'
heroku create [app-name]
heroku config:set APP_KEY=$(php artisan key:generate --show)
git push heroku




Shell

Related
windows tail command powershell Code Example windows tail command powershell Code Example
cleaning up your ubuntu system Code Example cleaning up your ubuntu system Code Example
install sequelize cli Code Example install sequelize cli Code Example
show directory size linux Code Example show directory size linux Code Example
git commit back in time Code Example git commit back in time Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
10