bestmomo/simple-tall-starter-kit

A simple TALL starter kit for Laravel applications.

Maintainers

Package info

github.com/bestmomo/simple-tall-starter

Language:Blade

Type:project

pkg:composer/bestmomo/simple-tall-starter-kit

Statistics

Installs: 12

Dependents: 0

Suggesters: 0

Stars: 1

Open Issues: 0

V1.0.0 2025-11-25 18:59 UTC

This package is auto-updated.

Last update: 2026-03-10 17:28:47 UTC


README

This Starter kit is based on the official Livewire Starter kit. It contains my starting point when developing a new Laravel project.

TALL stack

It uses the TALL stack, which stands for:

Features

  • ✅ Connection
  • ✅ Reset password
  • ✅ Registration with email confirmation

Installation using Laravel Installer

laravel new myproject --using=bestmomo/simple-tall-starter-kit

Then follow the instructions in the terminal to set up your environment variables and database.

Installation using Composer

composer create-project bestmomo/simple-tall-starter-kit myproject

Then follow the instructions in the terminal to set up your environment variables and database.

License

This project is open-sourced software licensed under the MIT license.

Screenshots

Registration Page