kadirzengin215/laravel-starter-kit

Laravel starter kit provides a fast and practical starting point for new laravel projects.

v1.0.0 2025-08-15 19:12 UTC

README

tests coverage phpstan License

Laravel starter kit is a blade and Livewire based starter kit for new Laravel projects. It provides a fast and practical starting point for new Laravel projects. Laravel starter kit is designed to help you quickly build robust and scalable web applications.

Requirements

  • PHP >= 8.2
  • Composer package manager
  • Xdebug for coverage testing (only required for testing)

Installation

git clone https://github.com/kadirzengin215/laravel-starter-kit.git

Move to the project directory

cd laravel-starter-kit

Copy .env.example to .env and edit it

cp .env.example .env

And run the installation command

composer run:installation

Testing

composer test && npm run test

License

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