starter/laravel

NiftyCo's starter kit for the Laravel framework.

Maintainers

Package info

github.com/aniftyco/laravel

Type:project

pkg:composer/starter/laravel

Statistics

Installs: 49

Dependents: 0

Suggesters: 0

Stars: 13

0.2.3 2025-10-21 17:34 UTC

This package is auto-updated.

Last update: 2026-05-08 18:12:05 UTC


README

NiftyCo Laravel Starter Kit

Build Status Total Downloads Latest Stable Version License

About the Starter Kit

This is NiftyCo's opinionated Laravel starter kit. It is the defacto starting point for any NiftyCo project built on Laravel, pre-configured with the tooling, conventions, and defaults we reach for on every project.

What's included out of the box:

  • Laravel 13 on PHP 8.5.
  • Pest 4 for testing, with the Laravel plugin pre-wired.
  • Pint for PHP code style.
  • Vite 8 and Tailwind CSS 4 for the frontend, with TypeScript ready to go.
  • Node 24 and npm 11.3 pinned via engines.

Getting Started

Scaffold a new project with the Laravel installer:

laravel new my-app --using starter/laravel

Replace my-app with whatever you want to name your project.

Contributing

This starter kit powers our internal projects. We don't accept issues — if you have a change in mind, open a pull request with the fix or improvement.

License

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