Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/projectista/laravel
Scaffold a new laravel application using projectista. This repository is part of projectista.
https://github.com/projectista/laravel
laravel laravel-application laravel-framework pest php phpstan phpunit pint projectista scaffold
Last synced: about 2 months ago
JSON representation
Scaffold a new laravel application using projectista. This repository is part of projectista.
- Host: GitHub
- URL: https://github.com/projectista/laravel
- Owner: projectista
- License: mit
- Created: 2024-01-09T13:54:31.000Z (about 1 year ago)
- Default Branch: 1.x
- Last Pushed: 2024-02-10T18:39:35.000Z (12 months ago)
- Last Synced: 2024-10-31T04:22:23.857Z (3 months ago)
- Topics: laravel, laravel-application, laravel-framework, pest, php, phpstan, phpunit, pint, projectista, scaffold
- Language: PHP
- Homepage:
- Size: 55.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
---
This package provides a wonderful **Laravel Skeleton** to start building your next laravel idea.
This is part of the **Projectista** ([Github](https://github.com/projectista/projectista)) ecosystem, a set of tools to help you build your next project.For more information about Laravel, please visit [laravel.com](https://laravel.com).
If is supposed to be used as a starting point for your next laravel application, scaffolded using the projectista binary.
You can also use this as a standalone package, replacing all the placeholders using the provided `build.sh` script.
It contains the following features:
- Laravel 10
- Pest testing framework
- Larastan static analysis
- Pint integration## Testing
### Run tests using Pest
```bash
./vendor/bin/pest
```### Run static analysis using PHPStan
```bash
./vendor/bin/phpstan
```### Lint your code using Pint
```bash
./vendor/bin/pint
```