https://github.com/permafrost-dev/laravel-make
Scaffold a new Laravel application
https://github.com/permafrost-dev/laravel-make
Last synced: over 1 year ago
JSON representation
Scaffold a new Laravel application
- Host: GitHub
- URL: https://github.com/permafrost-dev/laravel-make
- Owner: permafrost-dev
- License: mit
- Created: 2023-06-26T00:23:53.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-04-24T15:26:20.000Z (about 2 years ago)
- Last Synced: 2025-01-23T15:32:26.858Z (over 1 year ago)
- Language: Go
- Size: 278 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Security: .github/SECURITY.md
Awesome Lists containing this project
README
# laravel-make
---
Scaffolds a new Laravel project using `laravel new`, creates a `docker-compose.yml` file with services for
the database (MariaDB) and Redis, then updates the `.env` file to use `redis` as a queue driver instead of the default.
## Usage
```bash
laravel-make
```
## Setup
```bash
go mod tidy
```
## Building the project
`laravel-make` uses `task` to manage tasks such as builds. See the [task project page](https://github.com/go-task/task) for more information.
```bash
task build
```
---
## 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
- [Patrick Organ](https://github.com/patinthehat)
- [All Contributors](../../contributors)
## License
The MIT License (MIT). Please see [License File](LICENSE) for more information.