Giter VIP home page Giter VIP logo

deploylaraveltoheroku's Introduction

Laravel Configurations Steps to Delpoy app on Heroku platform

Steps for configure Laravel project after matching the app from the github repository

  • add Procfile file
    • add in procfile file this line
      web: vendor/bin/heroku-php-apache2 public/
  • get logged-in
  • add the configuration as pair with the app name in the Heroku by --app app_name command.
  • or can edit the configuration from the dashboard in the heroku "on the Browser".
heroku login
heroku config:add --app app_name  APP_NAME="Mobidal Formations"
  • add an add-on for postgreSQL from browser
    • go to resources and find postgres Add-ons field
  • run this command for get the configuration of the postgres DB
heroku pg:credentials:url --app app_name
  • modify the config with the new configurations
heroku config:add --app app_name  DB_CONNECTION=pgsql
heroku config:add --app app_name  DB_HOST=host
heroku config:add --app app_name  DB_PORT=port
heroku config:add --app app_name  DB_DATABASE=dbname
heroku config:add --app app_name  DB_USERNAME=user
heroku config:add --app app_name  DB_PASSWORD=password
  • run commands from the CLI using bash or direct commands
heroku run bash --app app_name

OR Run direct the command like this:

heroku run php artisan migrate

Changing the Application

  • Now the APP is runnig Live in the Herroku Platform, you can change the app from the github and rematching the repository again
  • or you can change in the app from the bash by
heroku run bash --app app_name

deploylaraveltoheroku's People

Contributors

aissamyekhlef avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.