vanyamil / laravel-starter-minimum
An even skinnier skeleton application for the Laravel framework.
Installs: 3
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:project
Requires
- php: ^8.2
- laravel/framework: ^12.0
- laravel/tinker: ^2.10.1
Requires (Dev)
- fakerphp/faker: ^1.23
- laravel/pail: ^1.2.2
- laravel/pint: ^1.13
- mockery/mockery: ^1.6
- nunomaduro/collision: ^8.6
- phpunit/phpunit: ^11.5.3
README
A backend developer-friendly, minimum installation of Laravel, with nearly no packages. Does not have a database connection, a cache connection, a queue, or any frontend. Has QoL PHP packages.
Why
The current starter kits of Laravel require you to understand and use an incredible amount of packages. This means setting up a simple stack you might have in mind requires you to clean up everything from some starter kit or the default installation before installing some other stack. Instead, I've made this, which can be thought of as a "additive" starting point for Laravel, rather than one that is "subtractive", requiring you to remove packages you don't need.
License
The Laravel framework is open-sourced software licensed under the MIT license.