Download the PHP package lara-zeus/zeus without Composer

On this page you can find all versions of the php package lara-zeus/zeus. 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 zeus

Zeus Kit

[![Latest Version on Packagist](https://img.shields.io/packagist/v/lara-zeus/zeus.svg?style=flat-square)](https://packagist.org/packages/lara-zeus/zeus) [![Code Style](https://img.shields.io/github/actions/workflow/status/lara-zeus/zeus/fix-php-code-style-issues.yml?label=code-style&flat-square)](https://github.com/lara-zeus/zeus/actions?query=workflow%3Afix-php-code-style-issues+branch%3Amain) [![Total Downloads](https://img.shields.io/packagist/dt/lara-zeus/zeus.svg?style=flat-square)](https://packagist.org/packages/lara-zeus/zeus) [![Total Downloads](https://img.shields.io/github/stars/lara-zeus/zeus?style=flat-square)](https://github.com/lara-zeus/zeus)

Lara Zeus

provide you with a collection of Laravel packages and filament plugins that help you build your site faster and focus on your business

Open in Herd:

if you;re using laravel herd, start creating using the link: https://herd.laravel.com/new/lara-zeus/zeus?name=zeus

Intro

This project is a standalone app, a Starter Kit; it's pre-configured to run all Zeus packages and some extra perks.

Installations

you can start with

Creating the database

Next, you must update the values of the DB_* entries in .env so they match your DB. After that, run the migration.

Create the first user

you can create the admin user using the command:

Configuration

Layout

Build assets

run

Demo Data

optionally, you can seed the database with default data.

If you're using custom models, you must change the models called $model in all the Factories.

For more details


All versions of zeus with dependencies

PHP Build Version
Package Version
Requires php Version ^8.2
ext-json Version *
ext-pdo_sqlite Version *
bezhansalleh/filament-shield Version ^3.3
guzzlehttp/guzzle Version ^7.9
lara-zeus/artemis Version ^1.0
lara-zeus/bolt Version ^3.0
lara-zeus/dynamic-dashboard Version ^3.0
lara-zeus/sky Version ^3.4
lara-zeus/wind Version ^3.2
laravel/framework Version ^12.1
laravel/sanctum Version ^4.0
laravel/tinker Version ^2.9
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 lara-zeus/zeus contains the following files

Loading the files please wait ....