Download the PHP package javck/ezlaravel without Composer

On this page you can find all versions of the php package javck/ezlaravel. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package ezlaravel

EzLaravel - 教您如何快速入門Laravel + Voyager的極速開發術 ❤️ by Goblin Lab Studio

架構於Laravel框架,針對Voyager套件加以擴展的快速開發術 陪著你一起快速入門Laravel,最終做出帶後台的形象網站 Voyager Screenshot


參考連結:

Demo網頁 : https://demo.goblinlab.org

Ezlaravel Github : https://github.com/javck/package_ezlaravel

Website & Documentation: https://laravelvoyager.com

Video Tutorial Here: https://laravelvoyager.com/academy/

Join our Slack chat: https://voyager-slack-invitation.herokuapp.com/

View the Voyager Cheat Sheet: https://voyager-cheatsheet.ulties.com/


利用Laravel Blade來構建前台,使用Voyager套件來快速產生後台,並用以管理前台的選單與內容。 Ezlaravel套件目的為方便學習Laravel,相關程式碼均會在專案內放置一份,方便學習與修改。程式撰寫也力求簡單,以求讓初學者更好理解

支持 Laravel 8.x版本

PS:此套件使用到第三方的Bootstrap4 Template :Moderna,相關 版權仍屬原開發者所有,如需自行下載可參考以下網址 https://bootstrapmade.com/demo/Moderna/


安裝步驟

1.建立新Laravel專案

執行以下指令來建立最新版本的Laravel專案

2. 設定資料庫參數與APP_URL

接著請建立專案的新資料庫,並在.env檔案裡面設定:

3.下載Ezlaravel套件

切換到專案目錄,輸入以下指令來安裝Ezlaravel套件

3.安裝此套件所需的檔案和資料

切換到專案目錄,輸入以下指令

4.(可選)可載入DebuggerBar

此套件可以幫助您進行除錯,切換到專案目錄,輸入以下指令

5.完成

現在您已經具有一個Laravel + Voyager的極速開發學習環境,希望您的學習能夠一切順利

已自動安裝好Voyager套件,所有相關指令都能使用

後台登入

後台登入路徑為/admin,假如專案首頁網址為http://ezlaravel.test,後台網址即為http://ezlaravel.test/admin

帳號密碼

超級管理員(具備所有後台權限) super/passw0rd

管理員(具備管理前台資料的後台權限) admin/passw0rd

一般用戶(不具任何後台權限) user/passw0rd

其他命令

單純將檔案發布到專案內,但不更新資料庫


All versions of ezlaravel with dependencies

PHP Build Version
Package Version
Requires php Version ^8.1
laravel/framework Version ^10.0
laravelcollective/html Version ^6.2
tcg/voyager Version 1.6.*
laravel/socialite Version ^5.3.0
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package javck/ezlaravel contains the following files

Loading the files please wait ....