Looking to hire Laravel developers? Try LaraJobs

laravel maintained by kevinpurwito

Description
Default Laravel project with my preferences.
Last update
2022/09/06 05:18 (dev-main)
License
Links
Downloads
4
Tags

Comments
comments powered by Disqus

About Laravel

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.