Download the PHP package zofe/rapyd-admin without Composer

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

Rapyd Admin

Build Status Total Downloads Latest Stable Version

Rapyd Admin is an open-source admin panel for Laravel — a light alternative to Nova, Filament and Backpack, designed for teams building SaaS products and for development with AI agents.

Live demo →

Why Rapyd Admin

No framework inside the framework. Unlike most Laravel admin panels, Rapyd Admin generates plain Livewire components and Blade views that live in app/Modules/. No DSL, no proprietary resource classes — just standard Laravel code you can read, edit, and own.

Built for SaaS. Auth (Fortify, Socialite, 2FA), roles & permissions, and a multi-tenant Companies module (1–3 tiers, optional UUID keys) are bundled. One command sets up a production-ready starting point.

Agent-friendly. Each module is a self-contained folder with flat, readable files. LLMs can scaffold, modify and extend modules without reverse-engineering a custom abstraction layer. rpd:make generates the boilerplate; your agent — or you — handles the rest.


Requirements


Installation

Run the setup command to configure the database, publish configs, and seed the default admin user:

Login with the default admin account:


What's included

Rapyd Admin ships three bundled modules — no extra packages needed:


Generators

Livewire component

Generates app/Livewire/UserTable.php and its blade view.

Module (Table + View + Edit)

Creates app/Modules/Blog/ with:


Blade Components

Table

Datatable with filters, sorting, and pagination:

View

Detail page with buttons and actions:

Edit

Form bound to a Livewire model:


Form Fields

All field components use wire:model.live.debounce.150ms by default. Pass :lazy="true" to switch to wire:model.blur.

Common props: label, placeholder, model, options, debounce, prepend, append, help, icon, size, multiple, endpoint, format, value-format, rows.


Navigation Components


Companies / Multi-tenancy

Enable Companies in your .env:

Run php artisan rpd:make:setup — it will seed a root company and a demo tenant automatically.

To enable company scoping on your User model, run:


Livewire 4 notes


Credits

Inspired by:

License

MIT — http://opensource.org/licenses/MIT


All versions of rapyd-admin with dependencies

PHP Build Version
Package Version
Requires php Version ^8.2
illuminate/config Version ^11.0|^12.0|^13.0
illuminate/contracts Version ^11.0|^12.0|^13.0
laravel/fortify Version ^1.0
laravel/serializable-closure Version ^2.0
livewire/livewire Version ^4.0
spatie/laravel-permission Version ^6.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 zofe/rapyd-admin contains the following files

Loading the files please wait ...