kadirzengin215 / laravel-starter-kit
Laravel starter kit provides a fast and practical starting point for new laravel projects.
Installs: 6
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 1
Type:project
Requires
- php: ^8.2
- laravel/framework: ^12.0
- laravel/tinker: ^2.10.1
Requires (Dev)
- barryvdh/laravel-ide-helper: ^3.6
- driftingly/rector-laravel: ^2.0
- fakerphp/faker: ^1.23
- itsgoingd/clockwork: ^5.3
- larastan/larastan: ^3.6
- laravel/pail: ^1.2.2
- laravel/pint: ^1.13
- mockery/mockery: ^1.6
- nunomaduro/collision: ^8.6
- pestphp/pest: ^3.8
- pestphp/pest-plugin-laravel: ^3.2
- rector/rector: ^2.1
This package is auto-updated.
Last update: 2025-08-16 07:50:48 UTC
README
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
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.