Git Product home page Git Product logo

laravel-calendar's Introduction

Laravel 8 活動與會議

可以建立多種日曆以追蹤多種活動。舉例來說,您可以建立「足球」日曆,以便追蹤接下來的練習和比賽時間。Laravel 8 活動與會議主要是用的 QuickAdminPanel 生成的,除了一些定制代碼,可依需求彈性改造的工具。

使用方式

  • 把整個專案複製一份到你的電腦裡,這裡指的「內容」不是只有檔案,而是指所有整個專案的歷史紀錄、分支、標籤等內容都會複製一份下來。
$ git clone
  • .env.example 檔案重新命名成 .env,如果應用程式金鑰沒有被設定的話,你的使用者 sessions 和其他加密的資料都是不安全的!
  • 當你的專案中已經有 composer.lock,可以直接執行指令以讓 Composer 安裝 composer.lock 中指定的套件及版本。
$ composer install
  • 產⽣ Laravel 要使用的一組 32 字元長度的隨機字串 APP_KEY 並存在 .env 內。
$ php artisan key:generate
  • 執行 Artisan 指令的 migrate 來執行所有未完成的遷移,並執行資料庫填充(如果要測試的話)。
$ php artisan migrate --seed
  • 在瀏覽器中輸入已定義的路由 URL 來訪問,例如:http://127.0.0.1:8000。
  • 你可以登入經由 /login 來進行登入,預社的電子郵件和密碼分別為 [email protected]password

畫面截圖

日曆能隨時隨地記下活動通知

laravel-calendar's People

Contributors

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