Giter Club home page Giter Club logo

laravelorbstack's Introduction

環境構築サンプルアプリケーション

LaravelをOrbStackで動かすサンプルです。環境を立ち上げたあとトップページが表示されます

前提

  • macOS
  • OrbStack がインストールされていること
  • Task がインストールされていること

用途

  • OrbStackでLaravelを動かすとどうなるかを確認します

行ったこと

  • .dockerディレクトリにて自作のdocker環境の設定ファイルを格納しました。
  • compose.yaml にて必要なコンテナ周りの設定を定義しました。
  • プロジェクト直下にTaskfile.ymlを作成し、ラッパーコマンドを使うようにしました。

PHP

.docker/local/phpにて以下の対応を行いました。

  • PHPのDockerfileを作成しました。
  • .env.app というファイルを作り、Laravelの設定を集約しました。コンテナ内に環境変数として渡す用にしています
  • その他 PHPの設定ファイルを格納もしています。

起動方法

初回、もしくはすべてをやり直す場合

普段の対応

コマンド 用途
$ task up コンテナを立ち上げる
$ task down コンテナを落とす
$ task exec-php-app-as-user PHPコンテナに入る

できること

  • OrbStackが起動していると、https://orb.local にアクセスできます。

行っていないこと、想定していないこと

Laravelの環境構築のサンプルのため細かなチューニングや設定などはスコープ外としています。

  • .env.app の不要な項目削除
  • configファイルの不要な項目削除
  • composer.jsonの設定最適化

上記のような対応は行っていません。

Memo

laravelorbstack's People

Contributors

tyamahori avatar

Stargazers

 avatar  avatar  avatar  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.