Download the PHP package mariojgt/builder without Composer

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

Laravel Builder

A powerful Laravel package that streamlines CRUD operations with a dynamic form builder and robust API integration. Build complex admin interfaces in minutes.

Features

Installation

Quick Start

1. Setup Routes

2. Basic Controller

3. Vue Component

🔗 Interactive Links

Add clickable links to any field with customizable styling.

Basic Links

Link Styling Options

Available Link Styles

Style Description Example Classes
'default' Standard link with hover underline text-primary hover:underline
'button' Button outline style btn btn-sm btn-outline
'button-primary' Primary button style btn btn-sm btn-primary
'button-secondary' Secondary button style btn btn-sm btn-secondary
'badge' Badge/pill style badge badge-primary
'underline' Always underlined underline text-primary
'link' DaisyUI link class link link-primary
'none' No styling, just opacity on hover hover:opacity-80
'custom' Use custom CSS classes Your custom classes

Real-World Link Examples

Dynamic Link Classes

You can also pass CSS classes directly as the style:

🎨 Conditional Styling

Apply dynamic styling based on field values for instant visual feedback.

Simple Conditional Styling

Advanced Conditional Styling

Preset Styling Methods

Available Operators

🎯 Row-Level Conditional Styling

Style entire table rows based on data conditions.

Basic Row Styling

Row Styling Examples

🔍 Advanced Filtering

Comprehensive filtering with various field types.

Filter Types

🔗 Relationship Support

Builder automatically detects and loads relationships from field keys.

Basic Relationships

Fallback Relationships

📋 Field Types

Supported field types:

🎬 Complete Example

🎯 Best Practices

When to Use Links

Good for:

Avoid for:

When to Use Styling

Good for:

Avoid for:

Performance Tips

  1. Use links and styling where they add real value
  2. Test with real data to ensure proper functionality
  3. Don't overwhelm users with too many colors/links
  4. Use preset methods for common patterns
  5. Optimize model relationships with proper indexing

🛠️ Node Dependencies

⚙️ Vite Configuration

🔧 Troubleshooting

Links Not Working

Styling Not Applied

Relationships Not Loading

📄 License

MIT License - feel free to use in your projects!

🌟 Support

If this package helped you, please give it a star on GitHub!


All versions of builder with dependencies

PHP Build Version
Package Version
Requires php Version ^8.0
spatie/laravel-permission Version ^6.10
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 mariojgt/builder contains the following files

Loading the files please wait ....