grixu / laravel-starter
Domain-oriented template for Laravel Framework.
Installs: 4
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:project
Requires
- php: ^8.0
- aws/aws-sdk-php: ^3.191
- fideloper/proxy: ^4.4
- fruitcake/laravel-cors: ^2.0
- guzzlehttp/guzzle: ^7.4
- laravel-lang/lang: ~10.0
- laravel/framework: ^8.77
- laravel/tinker: ^2.6
Requires (Dev)
- barryvdh/laravel-debugbar: ^3.6
- facade/ignition: ^2.5
- fakerphp/faker: ^1.9
- friendsofphp/php-cs-fixer: ^3.4
- laravel/sail: ^1.12
- mockery/mockery: ^1.4
- nunomaduro/collision: ^5.0
- nunomaduro/larastan: ^1.0.1
- nunomaduro/phpinsights: ^2.0
- phpunit/phpunit: ^9.5
- spatie/laravel-ray: ^1.27
- spatie/x-ray: ^1.1
README
by grixu
This is domain-oriented starter for Laravel beyond CRUD apps.
Changes from normal Laravel template:
- All source code (both Application & Domain layers) in
/src
directory - Custom
Application
class - Customized Laravel stubs
- Using
laravel/sail
as development environment - Using
spatie/laravel-ray
How to start
composer create-project grixu/laravel-starter your-app-name
Changelog
Please see CHANGELOG for more information what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security
If you discover any security related issues, please email mg@grixu.dev instead of using the issue tracker.
Credits
License
The MIT License (MIT). Please see License File for more information.