Download the PHP package arifbudimanar/lali without Composer

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

Deprecated.

I make a better one. Please see TALL

Lali - Laravel Livewire Starter Project

Laravel PHP Version Require License Latest Stable Version Total Downloads

Lali - Laravel Livewire Starter Project is The skeleton application for the Laravel starter project with TALL Stack.

Build with Livewire full page component and SPA (Single Page Application) with wire:navigate. It provides a feature-rich boilerplate to kickstart your project and accelerate your development process. Ready to go create your awesome project.

Table of Contents

Demo

User : [email protected] - password

Admin : [email protected] - password

I personally recommended to register your own email to try the email verification system.

System Requirements

Built in Packages

Tailwind Plugin

Features

LaLi comes packed with essential features and a well-structured codebase to get you started quickly:

Installation

Via Composer

  1. Create a new project

  2. Run NPM Install

  3. Ready to use

Via Git Clone

  1. Clone this repository

  2. Run Composer Install

  3. Run NPM Install

  4. Copy .env.example to .env

  5. Run NPM Dev

  6. Run Migration and Seeding

  7. Run the server (Optional)

  8. Open the browser and go to http://localhost:8000 or http://lali.test

Email Verification

Use email testing like Mailpit (local), Mailtrap (online), etc for testing local user email verification.

Contributing

  1. Fork the arifbudimanar/lali repository
  2. Clone repository: git clone https://github.com/[your_github_username]/lali.git
  3. Create your feature branch: git checkout -b my-new-feature
  4. Commit your changes: git commit -m 'Add some feature' -s
  5. Push feature branch: git push origin my-new-feature
  6. Submit a pull request

Sponsors

Thank you to my sponsors! It helps me to keep working on this project and help the demo server spinning.

  1. juhniorsantos - $10

Sponsor me and your name will be on the list also get access to private repo Lali Pro.

Github Sponsor

Paypal

License

LaLi is open-source software licensed under the MIT License. Feel free to use it in your projects, and we appreciate any contributions or feedback you might have.


All versions of lali with dependencies

PHP Build Version
Package Version
Requires php Version ^8.2
guzzlehttp/guzzle Version ^7.8.1
laravel/framework Version ^10.38.0
laravel/sanctum Version ^3.3.2
laravel/tinker Version ^2.8.2
livewire/livewire Version ^3.3.2
masmerise/livewire-toaster Version ^2.0.3
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 arifbudimanar/lali contains the following files

Loading the files please wait ....