kevinpurwito/laravel

Default Laravel project with my preferences.

Installs: 4

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

Type:project

pkg:composer/kevinpurwito/laravel

This package is auto-updated.

Last update: 2025-10-06 09:42:02 UTC


README

Tests Pint CS PHPStan

Laravel is a PHP framework.

We believe development must be an enjoyable and creative experience to be truly fulfilling.

Created with

Installation

composer create-project kevinpurwito/laravel app-name
composer install
cp .env.example .env

php artisan vendor:publish --provider "OwenIt\Auditing\AuditingServiceProvider" --tag="migrations"
php artisan vendor:publish --provider="Spatie\MediaLibrary\MediaLibraryServiceProvider" --tag="migrations"
php artisan vendor:publish --provider="Spatie\Permission\PermissionServiceProvider"

php artisan migrate --seed
php artisan key:generate

Testing

php artisan test

Changelog

Please see CHANGELOG for more information what has changed recently.

Security Vulnerabilities

If you discover any security-related issues, please email kevin.purwito@gmail.com instead of using the issue tracker. All security vulnerabilities will be promptly addressed.