a standalone app., a Starter Kit; it's pre-configured to run all Zeus packages and some extra perks..
lara-zeus/zeus is a Laravel package for a standalone app., a starter kit; it's pre-configured to run all zeus packages and some extra perks...
It currently has 84 GitHub stars and 1.156 downloads on Packagist (latest version v4.0.0).
Install it with composer require lara-zeus/zeus.
Discover more Laravel packages by lara-zeus
or browse all Laravel packages to compare alternatives.
Last updated
provide you with a collection of Laravel packages and filament plugins that help you build your site faster and focus on your business
if you;re using laravel herd, start creating using the link: https://herd.laravel.com/new/lara-zeus/zeus?name=zeus
This project is a standalone app, a Starter Kit; it's pre-configured to run all Zeus packages and some extra perks.
you can start with
composer create-project Lara-zeus/zeus example-app
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
you can create the admin user using the command:
php artisan make:filament-user
DynamicDashboardPlugin::make()
->defaultLayout('new-page')
the default is: home-page.
home-navrun
npm i && npm run build
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.