fabpl / laravel-starter
Opinionated starter kit for Laravel
1.0.0
2024-10-02 19:37 UTC
Requires
- php: ^8.2
- illuminate/contracts: ^11.0
Requires (Dev)
- laravel/pint: ^1.18
- orchestra/testbench: ^9.5.0
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