rizkyilhampra/laravel-mazer-starter

Installs: 3

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

Language:SCSS

Type:project

dev-main 2024-12-05 20:11 UTC

This package is auto-updated.

Last update: 2024-12-05 20:13:03 UTC


README

An Laravel starter kits with Mazer as an admin panel template

Features

Note

I try to ensure the Laravel version and it's php dependencies are up to date all the time

  • Laravel 11.33
  • Vite (Hope farmfe will be supported soon)
  • Bootstrap through SAAS
  • Livewire Volt Alpine.js
  • Linting, Formatting, and Testing
    • Code styles and standard check through pint
    • Code quality check through phpstan and bladestan (default to max)
    • Testing through pest. Include:
      • Architecture test
      • Type Coverage test (default to min 100%)
      • Unit test
  • Git Hooks through husky
  • Docker through Sail
  • Bun as package manager by default

Why?

  • I have skill issue with TailwindCSS
  • I hate configuring or setup again and again when starting new project

User Features

  • Login
  • etc (will be updated)

Installation

Warning

This script doesn't designed for Windows, but you can use WSL, or more better Arch Linux (btw)

Yes, it just one line command, you can copy paste into terminal, insert project name, get a coffee, and wait until it's finish, then you're ready get to go for developing.

bash <(curl -fsSL https://rizkyilhampra.me/laravel-mazer-starter.sh)

See script does in here

Another Section Will be Updated