All Projects → init-engineer → Init.engineer

init-engineer / Init.engineer

Licence: mit
這是一份純靠北工程師的專案,請好好愛護它,謝謝。

Projects that are alternatives of or similar to Init.engineer

Plastic
Plastic is an Elasticsearch ODM and mapper for Laravel. It renders the developer experience more enjoyable while using Elasticsearch, by providing a fluent syntax for mapping, querying, and storing eloquent models.
Stars: ✭ 494 (-6.44%)
Mutual labels:  laravel
Laravel Cascade Soft Deletes
Cascading deletes for Eloquent models that implement soft deletes
Stars: ✭ 498 (-5.68%)
Mutual labels:  laravel
Urlhum
The modern, privacy-aware URL Shortener built in PHP.
Stars: ✭ 513 (-2.84%)
Mutual labels:  laravel
Column Sortable
Package for handling column sorting in Laravel 5/6/7/8
Stars: ✭ 496 (-6.06%)
Mutual labels:  laravel
Restful Api Specification
RESTful API 设计规范
Stars: ✭ 498 (-5.68%)
Mutual labels:  laravel
Laravel Html
Painless html generation
Stars: ✭ 504 (-4.55%)
Mutual labels:  laravel
Laravel Subscriptions
Rinvex Subscribable is a flexible plans and subscription management system for Laravel, with the required tools to run your SAAS like services efficiently. It's simple architecture, accompanied by powerful underlying to afford solid platform for your business.
Stars: ✭ 488 (-7.58%)
Mutual labels:  laravel
Laravel Binary Uuid
Optimised binary UUIDs in Laravel
Stars: ✭ 523 (-0.95%)
Mutual labels:  laravel
Docker2saas
An open source tool that lets you create a SaaS website from docker images in 10 minutes.
Stars: ✭ 498 (-5.68%)
Mutual labels:  laravel
Laravel Model Status
Easily add statuses to your models
Stars: ✭ 510 (-3.41%)
Mutual labels:  laravel
Version
Laravel App versioning
Stars: ✭ 498 (-5.68%)
Mutual labels:  laravel
Squire
A library of static Eloquent models for common fixture data.
Stars: ✭ 496 (-6.06%)
Mutual labels:  laravel
Docksal
Unified, Docker 🐳 powered web development environment for macOS, Windows, and Linux
Stars: ✭ 505 (-4.36%)
Mutual labels:  laravel
Code6
码小六 - GitHub 代码泄露监控系统
Stars: ✭ 494 (-6.44%)
Mutual labels:  laravel
Snooze
A package to simplify automating future notifications and reminders in Laravel
Stars: ✭ 515 (-2.46%)
Mutual labels:  laravel
Laravel Scout Mysql Driver
Laravel Scout MySQL Driver
Stars: ✭ 491 (-7.01%)
Mutual labels:  laravel
Laravel Mix
The power of webpack, distilled for the rest of us.
Stars: ✭ 4,910 (+829.92%)
Mutual labels:  laravel
Tenanti
[Package] Multi-tenant Database Schema Manager for Laravel
Stars: ✭ 525 (-0.57%)
Mutual labels:  laravel
Larametrics
A self-hosted metrics and notifications platform for Laravel apps
Stars: ✭ 517 (-2.08%)
Mutual labels:  laravel
Dusk Dashboard
A beautiful dashboard for your Laravel Dusk tests
Stars: ✭ 507 (-3.98%)
Mutual labels:  laravel

INIT.ENGINEER

喜歡純靠北工程師?我們也是。

這是一份純靠北工程師的專案,請好好愛護它,謝謝。

facebook init facebook testing twitter plurk


預覽圖


簡介

哈囉大家好,我是誰並不重要,重要的是你知道純靠北工程師 v3.0 計畫嗎?不知道沒關係,因為那本來就是只有我跟我自己討論出來的東西,不過現在我想把喜悅分享給大家。

GitHub - Kantai235/init.engineer: 這是一份純靠北工程師的專案,請好好愛護它,謝謝。

這是一項純靠北工程師 v3.0 的專案,原本計畫寫完再開源出來,但還沒寫完就在那邊公開了,有夠自肥自大的。

身為閱讀者的你,也是可以一起享受這份喜悅這份快樂的,你只要依照 README.md安裝步驟,基本上應該可以把這網站架起來,如果沒意外的話啦,然後看看首頁乾乾過癮。

或者是你也可以參與這項專案,來教我寫程式,我不會寫程式,嗚嗚嗚。

另外你可能會覺得這專案怎麼那麼空?就跟 ... 不比喻了,等等被出征,這我就要來說說 軟體版本號 這種東西了。

軟體版本編號訂定是指為 軟體 設定 版本 號碼的方式。通常,版本號碼會以數字訂定,但亦有不同的方式。

對我來說,我的版號是 第幾次砍掉重寫.第幾次大改版.第幾次小改版 這樣編的,舉例來說這次 v3.0 意味著這次是第 3 次砍掉重寫,什麼?你說這跟你的認知不同?沒關係,你現在懂了,You 們都懂就 You 不懂。


安裝

  1. 您需要先設定 env 設定檔,基本上你在整個專案找不到 .env 這個檔案,你只會看到 .env.example 這個檔案,沒錯,看到 .example 就知道這檔案是個範例,你可以複製一個改名為 .env 即可,然後開始要修改裡面的參數,哪些必填哪些選填,範例檔案內會有詳細解釋。

  2. 您可能需要安裝 composer 才能啟用整個網站。

    composer install
    
  3. 您可能需要安裝 npm 才能啟用前端的東西。

    npm install
    
  4. 你需要產生 Laravel 在加密時會需要使用到的密鑰,這點在 .env.example 當中有提到。

    php artisan key:generate
    
  5. 因為會需要使用到資料庫,所以你就去裝一裝你順眼的資料庫,然後去 env 設定一下參數吧,如果還沒設定的記得去設定,然後再做資料庫遷移。

    php artisan migrate --seed
    
  6. 本網站有使用 OAuth 的服務,你需要產生 Public Key 跟 Private Key。

    php artisan passport:install
    
  7. 最後你需要把 storagepublic 製作個連結,這樣部分檔案才能正常讀取,例如使用者的大頭貼。

    php artisan storage:link
    
  8. 好了,你可以使用你熟悉的伺服器軟體,例如說 Apache,但不要使用 Apache,不然你會在 SITCON 被嗆爆,建議使用 php artisan serve,或者使用 nginx 也可以,就可以正常打開網站了。

    管理員預設帳號: [email protected]
    管理員預設密碼: secret
    
  9. 如果這樣子你還是架設不起來,那你可以參考其他篇教學文章。


總結

Have fun :)

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].