GithubHelp home page GithubHelp logo

lara-zeus / zeus Goto Github PK

View Code? Open in Web Editor NEW
25.0 1.0 1.0 14.51 MB

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

Home Page: https://demo.larazeus.com/

PHP 82.01% JavaScript 2.16% Blade 15.30% CSS 0.53%
filament laravel starter-kit builtatlightspeed laravel-package laravel-template laravel-theme laravel-ui-kit template theme

zeus's Introduction

Zeus Kit

Latest Version on Packagist Latest Version on Packagist Tests Code Style Total Downloads Total Downloads

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

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

composer create-project Lara-zeus/zeus example-app

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.

php artisan migrate

Create the first user

you can create the admin user using the command:

php artisan make:filament-user

Configuration

Layout

  • create your first layout and set the slug in the 'AdminPanelProvider' file:
    DynamicDashboardPlugin::make()
        ->defaultLayout('new-page')

the default is: home-page.

  • create your navigation and set the slug in the 'zeus.php' config file. the default is: home-nav

Build assets

run

npm i && npm run build

Demo Data

optionally, you can seed the database with default data.

php artisan db:seed

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

For more details

zeus's People

Contributors

atmonshi avatar dependabot[bot] avatar github-actions[bot] avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

zeus's Issues

Error accesing layouts

I get this error after trying to edit or create layouts with Rain (I have the same error after and before updating Rain):

image

image

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.