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: 4

Type:project

pkg:composer/kadirzengin215/laravel-starter-kit


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.