Giter Site home page Giter Site logo

laravelenqueteform's Introduction

Laravelで簡単アンケートフォーム

前提条件

下記がインストールされていること

  • PHP ver 7.2.11
  • MySQL 5.7.24
    ※上記はXAMPP 7.2.11(PHP 7.2.11 / MariaDB 10.1.36)でも動作確認しました
  • Laravel Framework 5.7.12
  • Composer

動作手順

1.任意の場所にソースをクローン
git clone https://github.com/atsu8492/enqueteForm.git

2.環境情報の統一
./enqueteForm/に移動し下記コマンドを実行
composer install

3.MySQLへの接続情報を記載
./enqueteForm/.env.exampleファイルをコピーして.envファイルにリネーム
.envファイルに接続先,ポート,データベース名,接続するユーザー/PWを記載

例:
DB_CONNECTION=mysql
DB_HOST=127.0.0.1
DB_PORT=3306
DB_DATABASE=enqueteForm
DB_USERNAME=enqueteForm
DB_PASSWORD=password

4.アプリケーションキーの初期化
php artisan key:generate

5.Migrationの実行
php artisan migrate

6.サーバー起動
php artisan serve

7.ブラウザから下記URLへアクセス
http://localhost:8000/input

laravelenqueteform's People

Contributors

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