fabpl/laravel-starter

Opinionated starter kit for Laravel

1.0.0 2024-10-02 19:37 UTC

This package is auto-updated.

Last update: 2024-10-02 19:39:19 UTC


README

Laravel Starter is opinionated starter kit for Laravel.

Stack

Features

  • Login
  • Register
  • Forgot Password
  • Reset Password
  • Email Verification
  • Profile Update
  • Password Update
  • Delete Account

Requirements

Laravel Starter requires the following to run:

  • PHP 8.2+
  • Laravel v11.0+

Installation

Since these commands will overwrite existing files in your application, only run this in a new Laravel project!

Require the Laravel Starter package using Composer:

composer require fabpl/laravel-starter --dev

php starter:install