Skip to content

fabpl/laravel-starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Laravel Starter

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