Download the PHP package ckn01/superduper-filament-starter-kit without Composer

On this page you can find all versions of the php package ckn01/superduper-filament-starter-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 superduper-filament-starter-kit

add stability

Starter kit logo [![Latest Version on Packagist](https://img.shields.io/packagist/v/riodwanto/superduper-filament-starter-kit.svg?style=flat-square)](https://packagist.org/packages/riodwanto/superduper-filament-starter-kit) [![Laravel](https://github.com/riodwanto/superduper-filament-starter-kit/actions/workflows/laravel.yml/badge.svg)](https://github.com/riodwanto/superduper-filament-starter-kit/actions/workflows/laravel.yml) [![Total Downloads](https://img.shields.io/packagist/dt/riodwanto/superduper-filament-starter-kit.svg?style=flat-square)](https://packagist.org/packages/riodwanto/superduper-filament-starter-kit)

A starting point to create your next Filament 3 💡 app. With pre-installed plugins, pre-configured, and custom page. So you don't start all over again.

Features

Latest update

Version: v1.14.xx

Version Releases

Upcoming:

Sadly, Filament Multi-Tenancy will not be included in this starter kit. This repository will focus on improvements for non-multi-tenants, since many rooms should be improved. But, I'll release on different repo for Multi Tenancy usecase. ☕️

Buy Me A Coffee

Getting Started

Create project with this composer command:

Setup your env:

Run migration & seeder:

or

Generate key:

Run :

Now you can access with /admin path, using:

It's recommend to run below command as suggested in Filament Documentation for improving panel perfomance.

Language Generator

This project include lang generator.

Generator will look up files inside folder [from]. Get all variables inside the file; create a file and translate using translate.googleapis.com.

This is what the translation process looks like.

Usage example
If you are using json translation

test

Plugins

These are Filament Plugins use for this project.

Plugin Author
Filament Spatie Media Library Filament Official
Filament Spatie Settings Filament Official
Filament Spatie Tags Filament Official
Shield bezhansalleh
Exceptions bezhansalleh
Breezy jeffgreco13
Logger z3d0x
Ace Code Editor riodwanto

Plugins Recommendation

Other recommendations for your starter, in my personal opinion:

Buy Me A Coffee

License

Filament Starter is provided under the MIT License.

If you discover a bug, please open an issue.


All versions of superduper-filament-starter-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 ckn01/superduper-filament-starter-kit contains the following files

Loading the files please wait ....