kevinpurwito / laravel
Default Laravel project with my preferences.
Installs: 3
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:project
Requires
- php: ^8.1
- aws/aws-sdk-php-laravel: ^3.7
- doctrine/dbal: ^3.3
- guzzlehttp/guzzle: ^7.2
- laravel/framework: ^9.19
- laravel/sanctum: ^2.14.1
- laravel/tinker: ^2.7
- league/flysystem-aws-s3-v3: ^3.0
- livewire/livewire: ^2.10
- owen-it/laravel-auditing: ^13.0
- spatie/laravel-medialibrary: ^10.3
- spatie/laravel-permission: ^5.5
- symfony/http-client: ^6.0
- symfony/mailgun-mailer: ^6.0
Requires (Dev)
- barryvdh/laravel-debugbar: ^3.6
- brianium/paratest: ^6.4
- fakerphp/faker: ^1.9.1
- laravel/breeze: ^1.9
- laravel/pint: ^1.0.0
- laravel/sail: ^1.0.1
- mockery/mockery: ^1.4.4
- nunomaduro/collision: ^6.1
- nunomaduro/larastan: ^2.1
- pestphp/pest: ^1.20
- pestphp/pest-plugin-parallel: ^1.1
- phpunit/phpunit: ^9.5.10
- spatie/laravel-ignition: ^1.0
- worksome/request-factories: ^1.1
README
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.