laravel maintained by kevinpurwito
About Laravel
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.