dyrynda / founder
Founder is a starter project for your Laravel applications.
Installs: 59
Dependents: 0
Suggesters: 0
Security: 0
Stars: 48
Watchers: 2
Forks: 5
Open Issues: 1
Type:project
Requires
- php: ^8.0
- guzzlehttp/guzzle: ^7.2
- laravel/framework: ^9.2
- laravel/tinker: ^2.7
- sentry/sentry-laravel: ^2.12
Requires (Dev)
- barryvdh/laravel-debugbar: ^3.6
- barryvdh/laravel-ide-helper: ^2.12
- brianium/paratest: ^6.4
- composer/composer: ^2.2
- ergebnis/composer-normalize: ^2.6
- fakerphp/faker: ^1.9.1
- friendsofphp/php-cs-fixer: ^3.5
- laravel/sail: ^1.13
- mockery/mockery: ^1.4.4
- nunomaduro/collision: ^6.0
- nunomaduro/larastan: ^2.1
- pestphp/pest: ^1.21
- pestphp/pest-plugin-laravel: ^1.2
- pestphp/pest-plugin-parallel: ^1.0.0
- rector/rector: ^0.13
- spatie/laravel-ignition: ^1.0
- spatie/laravel-ray: ^1.29
- wnx/laravel-stats: ^2.8
Suggests
- dyrynda/laravel-efficient-uuid: Efficiently store UUID values in the database
- dyrynda/laravel-make-user: Quickly create application users with an Artisan command
- dyrynda/laravel-model-uuid: For applications that need globally-unique model identifiers
- hemp/presenter: Useful for decorating models when they become bloated with accessor methods
- laracasts/flash: For displaying flash notifications within applications
- livewire/livewire: A front-end framework for Laravel
- spatie/data-transfer-object: Type-safe DTOs when working with external application data
- spatie/enum: If enumerable values are required
- thenpingme/laravel: Scheduled task monitoring built specifically for Laravel applications thenping.me
README
This repo can be used as a base installation for working in your Laravel applications, similar to what you would get with a laravel new
installation.
It provides some conventions that are used across projects, and adds some external dependencies such as Sentry for error tracking.
You can learn more about the code style and application conventions here.