Download the PHP package danherbert-io/elide-simple-starter-kit without Composer

On this page you can find all versions of the php package danherbert-io/elide-simple-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 elide-simple-starter-kit

Laravel + Elide starter kit.

Getting started

Quick rundown

This starter kit is a fresh Laravel 12 project + Elide, with some initial templates and routes to get things moving quickly.

It is configured to use Elide/HTMX, Tailwind, and TypeScript.

With regard to HTMX, it also loads the Idiomorph extension in the root application view to support DOM morphing, should you desire.

Pages/routes/controllers include:

Models

This kit includes the default User model and migrations of a fresh Laravel project.

It also includes an abstract App\Models\Model class which can automatically provide a ->uuid property for new models if a model implements the App\Contracts\HasModelUuid interface.

There is also a App\Contracts\HasCommonModelProperties interface which declares common model properties (id+timestamps) via the DocBlock. Useful for IDEs.

Views/Components

The kit contains a number of components with corresponding Blade template files.

Email notifications

It includes a "welcome" email notification for new accounts, and a "profile deleted" email notification for when users delete their accounts.

Toast notifications

The AppServiceProvider and root application view also boots support for sending toast notifications to the frontend.

This can be done like this:

Supported toast types are:

PS - in the spirit of "no build", these toast notifications are self-contained DOM components. You can learn more about them and customise them by looking at:

Composer

There is a composer reset-db command defined, which will wipe the database, run migrations, and run the seeder.

Tests

This kit includes a range of baseline tests similar to the Laravel React Starter Kit.


All versions of elide-simple-starter-kit with dependencies

PHP Build Version
Package Version
Requires php Version ^8.2
danherbert-io/elide-for-laravel Version ^1.0
laravel/framework Version ^11.0|^12.0
laravel/tinker Version ^2.10.1
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 danherbert-io/elide-simple-starter-kit contains the following files

Loading the files please wait ...