Download the PHP package lavalpine/core without Composer

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

🏔️ Lavalpine Core

A SaaS-ready Laravel starter kit package combining Livewire Volt and Alpine.js with a global dynamic modal and toast notification system, elegantly styled with Tailwind CSS.

Laravel Version Livewire Version Alpine.js Tailwind CSS Total Downloads


🌟 Introduction

Building modern, reactive Laravel applications shouldn't mean wrestling with complex JavaScript frameworks or writing repetitive boilerplate code. Lavalpine Core is designed to give you the ultimate developer experience (DX) right out of the box by leveraging the official TALL stack.

Whether you're building a dashboard, an admin panel, or a full-fledged SaaS product, Lavalpine equips your project with robust global UI components (Modals and Toasts) driven by single-file Volt components.


🎯 Core Features

Lavalpine transforms your standard Laravel installation into a highly interactive, SPA-like experience without writing a single line of React or Vue.

1. Real-Time Data Table (lavalpine-live-table)

A powerful, reactive data grid.

2. Multi-Step Onboarding Wizard (lavalpine-wizard)

A complex form broken down into digestible steps.

3. Global Dynamic Modal System (lavalpine-modal)

A universally accessible modal system built with Alpine.js and Livewire.

4. Global Toast Notifications (lavalpine-toast)

A sleek, non-intrusive notification system ready out of the box. Supports success, error, info, and warning states.

5. Spotlight Command Palette (lavalpine-spotlight)

A macOS-style global search interface triggered via Ctrl + K (or Cmd + K).


🛠️ System Dependencies

To ensure a smooth experience and prevent version conflicts, Lavalpine explicitly requires the following modern stack:


🚀 Quick Start / Installation

Getting started is incredibly easy. You can install and configure the entire stack in less than a minute.

Note: The installation command will automatically run php artisan migrate to set up the required tables for the Wizard component.


💡 Code Snippets

Integrating Lavalpine components into your existing code is seamless.

Triggering a Toast Notification

You can trigger a beautiful toast directly from your Livewire component or Controller:

Triggering the Global Modal

To open a modal from any Blade view using Alpine:

🎨 Customization

Because Lavalpine Core publishes its components directly into your resources/views/livewire and resources/views/layouts directories, you have absolute freedom to customize the HTML, Tailwind classes, and Alpine animations to match your brand's specific design guidelines.


🤝 Contributing & Contributors

We welcome contributions from the community! Lavalpine is open-source and powered by the collective effort of developers around the world.

If you'd like to contribute:

  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.

🎉 Thanks to Contributors

A massive thank you to everyone who has contributed to making Lavalpine better. Your pull requests, bug reports, and feature suggestions are deeply appreciated!

Contributors


🛡️ Security Vulnerabilities

If you discover a security vulnerability within Lavalpine, please send an e-mail to Fabian Syah Al Ghiffari via [email protected]. All security vulnerabilities will be promptly addressed.


📜 License

The Lavalpine Core package is open-sourced software licensed under the MIT license.


☕ Support This Project

If you find this starter kit helpful and it saves you hours of boilerplate coding, consider supporting my work! It helps keep the open-source maintenance alive.

Buy Me A Coffee


All versions of core with dependencies

PHP Build Version
Package Version
Requires php Version ^8.2
laravel/framework Version ^11.0|^12.0|^13.0
livewire/volt Version ^1.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 lavalpine/core contains the following files

Loading the files please wait ...