Best laravel framework open-source packages.

Laravel starter

Laravel Starter allow you to easily bootstrap your application with common package like Horizon, Larastan, Fortify, etc. and the configuration they need.
Updated 1 year ago

Laravel Starter

Latest Version on Packagist GitHub Tests Action Status GitHub Code Style Action Status Total Downloads License

Laravel Starter allow you to easily bootstrap your application with common package like Horizon, Larastan, Fortify, etc. and the configuration they need.

Installation

You can install the package via composer:

composer require --dev axeldotdev/laravel-starter

The minimum PHP version required is 8.1.

You can publish the config file with:

php artisan vendor:publish --tag="laravel-starter-config"

Usage

You can run the install command and it will install all the selected presets in the config file:

php artisan starter:install

I plan to allow you to run specific preset directly in the command line without worring about the config file in the future.

After the presets installation, you can remove the config file and the all package if you want or you can leave it in your application for later. If you need a package in the future, it may be in the starter and you don't need to think about configuration.

Testing

composer test

Changelog

Please see CHANGELOG for more information on what has changed recently.

Contributing

Please see CONTRIBUTING for details.

Security Vulnerabilities

Please review our security policy on how to report security vulnerabilities.

Credits

License

The MIT License (MIT). Please see License File for more information.

Tags larastan php