All Projects → laravel-dojo → Wagon

laravel-dojo / Wagon

免安裝可攜的 Laravel 開發環境

Programming Languages

perl
6916 projects

Projects that are alternatives of or similar to Wagon

Neard
🎲 Portable WAMP software stack
Stars: ✭ 296 (+56.61%)
Mutual labels:  wamp, portable
Laravel Cross Eloquent Search
Laravel package to search through multiple Eloquent models. Supports sorting, pagination, scoped queries, eager load relationships and searching through single or multiple columns.
Stars: ✭ 189 (+0%)
Mutual labels:  laravel
Laravel Api Startup
"Laravel api startup" is a Laravel template project for start build an Api quickly and perfectly!
Stars: ✭ 184 (-2.65%)
Mutual labels:  laravel
Nexus
Full-feature WAMP v2 router and client written in Go
Stars: ✭ 186 (-1.59%)
Mutual labels:  wamp
Ansipress
AnsiPress - Simple L(Linux) E(NGINX) M(MariaDB) P(PHP7) Shared Hosting Setup
Stars: ✭ 184 (-2.65%)
Mutual labels:  laravel
Monica
Personal CRM. Remember everything about your friends, family and business relationships.
Stars: ✭ 15,499 (+8100.53%)
Mutual labels:  laravel
Plus
💝The Plus (ThinkSNS+) is a powerful, easy-to-develop social system built with Laravel.
Stars: ✭ 2,148 (+1036.51%)
Mutual labels:  laravel
Laravel Datatables Html
Laravel DataTables HTML Builder Plugin
Stars: ✭ 188 (-0.53%)
Mutual labels:  laravel
L5modular
Generates and handles Modules for Laravel
Stars: ✭ 188 (-0.53%)
Mutual labels:  laravel
Datatables
PHP Library to handle server-side processing for Datatables, in a fast and simple way.
Stars: ✭ 185 (-2.12%)
Mutual labels:  laravel
Laravel Adminer
Adminer database manager for Laravel 5+
Stars: ✭ 185 (-2.12%)
Mutual labels:  laravel
Vue Gates
🔒 A Vue.js & Nuxt.js plugin that allows you to use roles and permissions in your components or DOM elements, also compatible as middleware and methods.
Stars: ✭ 184 (-2.65%)
Mutual labels:  laravel
Atom Portable
Portable version of the Atom text editor
Stars: ✭ 187 (-1.06%)
Mutual labels:  portable
Laravel Feature
A package to manage feature flagging in a Laravel project.
Stars: ✭ 184 (-2.65%)
Mutual labels:  laravel
Laravel Pagebuilder
A drag and drop pagebuilder to manage pages in any Laravel project.
Stars: ✭ 189 (+0%)
Mutual labels:  laravel
Thinkgo
A lightweight MVC framework written in Go (Golang).
Stars: ✭ 184 (-2.65%)
Mutual labels:  laravel
Laravel Markdown
A small, lightweight and easy-to-use Laravel package for handling markdown.
Stars: ✭ 185 (-2.12%)
Mutual labels:  laravel
Seotools
SEO Tools for Laravel
Stars: ✭ 2,406 (+1173.02%)
Mutual labels:  laravel
Contentify
Contentify is an esports CMS based on the PHP framework Laravel
Stars: ✭ 189 (+0%)
Mutual labels:  laravel
Laravel Gdpr
GDPR compliance with ease.
Stars: ✭ 189 (+0%)
Mutual labels:  laravel

wagon:免安裝可攜的 Laravel 開發環境

TL;DR:這是一個整合 cmder、git、uwamp、composer 的懶人包,只要下載後就可以直接擁有一個免安裝可攜的 Laravel 開發環境 :)

警告:wagon 原始的設計用意,僅在於「免安裝」與「快速取得 Laravel 開發環境」,方便如工作坊等教學用途使用,並不具備所有的開發功能,請絕對不要使用於上線環境。若想取得標準的 Laravel 開發環境,建議使用 Homestead

這是什麼?

為了安裝 Laravel 的開發環境而傷腦筋嗎?wagon 整合了 cmder、git、UwAmp、composer 成一個免安裝且可攜的 Laravel 開發環境,您可以把它想像成 Winodws 版的精簡 Homestead!降低您學習 Laravel 的入門門檻,若測試完不滿意,您還可以隨時刪除(不用解除安裝),完全沒付擔,現在就來體驗!

Screenshot1

更多詳細介紹可參考:http://www.laravel-dojo.com/opensource/wagon

有哪些好料?

在 wagon 裡已經幫您整合好以下軟體,皆為免安裝版本:

使用方式

環境預設設定

  • cmder 放置於,wagon\cmder\Cmder.exe,點擊兩次即可啟動,啟動時會自動載入獨立環境變數,並把當前位置設定在 wagon\uwamp\www,包括:
    • PHP 7.1.10:wagon\uwamp\bin\php\php-7.1.10\php.exe
    • Composer:wagon\composer\composer.bat
    • Composer Global Packages:wagon\composer\verdor\bin
    • Git:wagon\git\bin
  • UwAmp 放置於 wagon\uwamp\UwAmp.exe,點擊兩次即可啟動,預設設定如下:
    • Apache 已啟用 rewrite module、Document Root 設定在 wagon\uwamp\www\default、port 改設定為 8000
    • MySQL port 改設定為 33060,可用 root/root 登入
    • adminer 位置為 http://localhost:8000/adminer
  • laravel 放置於 wagon\laravel

建立 wagon 自動解壓檔

點擊執行 build\build.cmd,完成後 wagon 自動解壓檔將自動產生在 build\wagon.exe

注意事項

  • 請同時下載 Visual C++ 可轉散發套件 2012 及 2015 的 x86 及 x64 版本,並且 4 個版本都安裝,解決有時 apache 無法啟動的問題
  • wagon 可放置在系統任何位置,但請確認其路徑裡不可以有非英文字元。 (如:若要將 wagon 放置在桌面上,請確定您的使用者名稱不是中文)
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].