Download the PHP package siubie/kaido-kit without Composer

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

🚀 Kaido Kit FilamentPhp Starter Code

A powerful and opinionated FilamentPHP starter kit designed to accelerate your admin panel development. Kaido Kit provides a robust foundation with pre-configured plugins, configuration and best practices for building feature-rich admin interfaces.

GitHub stars GitHub forks GitHub issues License PHP Version Laravel Version Filament Version

Introduction Video

Build FilamentPhp Apps 10x Faster | Kaido-Kit Starter Kit (Complete Demo)

✨ Features

🛠️ Developer Experience

🔐 Authentication & Authorization

📡 API & Integration

📁 Media & Content Management

⚙️ Configuration & Settings

🚀 Quick Start

  1. Create new project using composer

  2. Composer install

  3. Npm Install

  4. Copy .env

  5. Configure your database in .env

  6. Configure your google sign in cliend id and secret (optional)

  7. Configure your resend for email sending (optional)

  8. Migrate your database

  9. Serve the Application

  10. If run successfully you will get this login interface

  11. When signed in it will show this (not much yet but it getting there :) )

  12. Next step is to setup the RBAC, first generate the role and permission

  13. It will ask which panel do you want to generate permission/policies for choose the admin panel.
  14. Setup the super admin using this command

  15. Choose your super admin user and login again.

Running on Docker with Laravel Sail

  1. Clone the repository

  2. Copy .env.example to .env

  3. Install dependencies

  4. Install Laravel Sail

  5. Run Sail

  6. Generate App Key

  7. Run migration

  8. Next step is to setup the RBAC, first generate the role and permission

  9. Setup the super admin using this command

  10. Serve the Application

Security

Set your app Debug to false in .env file

🤝 Contributing

We welcome contributions! Please follow these steps:

  1. Fork the repository
  2. Create your feature branch (git checkout -b feature/amazing-feature)
  3. Commit your changes (git commit -m 'Add some amazing feature')
  4. Push to the branch (git push origin feature/amazing-feature)
  5. Open a Pull Request

🙏 Acknowledgments

💬 Support

⭐ Show your support

For Indonesian community you can get support and the recording course for how to create this kit here : https://www.dosenngoding.com/courses/8

Give a ⭐️ if this project helped you!

Star History

Star History Chart


All versions of kaido-kit with dependencies

PHP Build Version
Package Version
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 siubie/kaido-kit contains the following files

Loading the files please wait ....