Download the PHP package inerba/postare-kit-12 without Composer

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

Postare Kit 12

Un moderno starter kit basato sul TALL stack (Tailwind CSS, Alpine.js, Laravel, Livewire) con Filament per il backend.

🚀 Tecnologie Utilizzate

Plugin preinstallati

📋 Requisiti di Sistema

🛠️ Installazione

  1. Clona il repository:

  2. Installa le dipendenze PHP:

  3. Installa le dipendenze NPM:

  4. Copia il file .env:

  5. Genera la chiave dell'applicazione:

  6. Configura il database nel file .env

  7. Esegui le migrazioni e i seeder:

  8. Aggiungi l'utente creato in fase di seed tra i super user:

  9. Compila gli assets:

🚀 Sviluppo

Rigenerare i permiessi di Shield:

Questo comando avvierà:

Simple Menu Manager

Included Menu Item Types

Extensibility

You can quickly and easily create new menu item types using the included dedicated command. This makes it an ideal solution for projects requiring a scalable and customizable menu system.

Command to Create Custom Handlers

Creating new menu item types is quick and easy thanks to the included dedicated command:

Replace {name} with the name of your new menu item type. The command will generate a new handler class that you can customize to suit your specific needs. If you’re using multiple panels, include the {panel} argument to specify the target panel.

Generated Handler Class

When you use the custom handler command, this is what the generated menu handler class will look like:

You can add all the fields you need using the familiar and standard FilamentPHP components, giving you full flexibility to tailor your menu items to your project’s requirements.

Adding the Livewire Component to Your Page

Don’t forget to specify the menu's slug when adding the Livewire component to your page:

Below is the structure of the Livewire component:

As you can see, the implementation is straightforward. Thanks to <x-dynamic-component>, you have the freedom to create custom menu components tailored to your needs. You can also define different menu variants simply by appending them to the component's name.

Component Example

Create the following file structure to define your custom menu:

Variants Explained

The Simple Menu Manager supports menu variants, allowing you to reuse the same menu structure with different designs or behaviors.

How to Use Variants

Pass the variant parameter in the Livewire component:

This tells the system to look for the corresponding Blade file:

resources/views/components/menus/{slug}/{variant}.blade.php

🧪 Testing

Il progetto utilizza Pest per i test. Per eseguire i test:

📦 Struttura del Progetto

🔧 Strumenti di Sviluppo

📝 Convenzioni di Codice

🔒 Sicurezza

📚 Documentazione

Per ulteriori informazioni, consulta:

📄 Licenza

Questo progetto è open-source e disponibile sotto la licenza MIT.


All versions of postare-kit-12 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 inerba/postare-kit-12 contains the following files

Loading the files please wait ....