zacksmash/clean-af

The skeleton application for the Laravel framework.

Installs: 1

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 0

Open Issues: 0

Language:Vue

Type:project

v0.0.1 2025-08-18 01:30 UTC

This package is auto-updated.

Last update: 2025-08-18 01:38:05 UTC


README

  • Minimal Tailwind styles, that can be completely removed in the app.css if you want.
  • Uses Laravel Fortify to handle authentication, 2FA, etc.
  • Intentially bare-bones so you can install whatever frontend you'd like without having to strip out existing components and structures.

Installation

Via Laravel Herd

One-click install a new application using this starter kit through Laravel Herd:

Install with Herd

Via the Laravel Installer

Create a new Laravel application using this starter kit through the official Laravel Installer:

laravel new my-app --using=zacksmash/clean-af