https://github.com/axeldotdev/laravel-starter
Laravel Starter allow you to easily bootstrap your application with common package like Horizon, Larastan, Fortify, etc. and the configuration they need.
https://github.com/axeldotdev/laravel-starter
Last synced: 28 days ago
JSON representation
Laravel Starter allow you to easily bootstrap your application with common package like Horizon, Larastan, Fortify, etc. and the configuration they need.
- Host: GitHub
- URL: https://github.com/axeldotdev/laravel-starter
- Owner: axeldotdev
- License: mit
- Created: 2022-02-12T00:04:27.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-10-09T01:52:22.000Z (over 2 years ago)
- Last Synced: 2025-02-27T03:23:42.108Z (over 1 year ago)
- Language: PHP
- Homepage:
- Size: 46.9 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: .github/CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE.md
- Security: .github/SECURITY.md
Awesome Lists containing this project
README
# Laravel Starter
[](https://packagist.org/packages/axeldotdev/laravel-starter)
[](https://github.com/axeldotdev/laravel-starter/actions?query=workflow%3Arun-tests+branch%3Amain)
[](https://github.com/axeldotdev/laravel-starter/actions?query=workflow%3A"Check+%26+fix+styling"+branch%3Amain)
[](https://packagist.org/packages/axeldotdev/laravel-starter)
[](https://packagist.org/packages/axeldotdev/laravel-airtable)
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:
```bash
composer require --dev axeldotdev/laravel-starter
```
The minimum PHP version required is **8.1**.
You can publish the config file with:
```bash
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:
```bash
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
```bash
composer test
```
## Changelog
Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.
## Contributing
Please see [CONTRIBUTING](.github/CONTRIBUTING.md) for details.
## Security Vulnerabilities
Please review [our security policy](../../security/policy) on how to report security vulnerabilities.
## Credits
- [Axel Charpentier](https://github.com/axeldotdev)
- [All Contributors](../../contributors)
## License
The MIT License (MIT). Please see [License File](LICENSE.md) for more information.