An open API service indexing awesome lists of open source software.

https://github.com/torann/settler


https://github.com/torann/settler

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# Laravel Settler

The scripts that build the Laravel Homestead development environment.

End result can be found at https://app.vagrantup.com/torann/boxes/homestead

## Usage

You probably don't want this repo, follow instructions at https://github.com/Torann/homestead instead.

If you know what you are doing:

- Clone [chef/bento](https://github.com/chef/bento) into same top level folder as this repo.
- Run `./bin/link-to-bento.sh`
- Run `cd ../bento/packer_templates/ubuntu` and work there for the remainder.
- Follow normal [Packer](https://www.packer.io/) practice of building:

```
packer build -only=virtualbox-iso ubuntu-20.04-amd64.json
```

## Included

- Ubuntu 20.04
- Git
- PHP 8.0
- PHP 7.4
- Nginx
- MySQL 8
- [lmm](https://github.com/Lullabot/lmm) for MySQL or MariaDB database snapshots
- Sqlite3
- PostgreSQL (9, 10, 11, 12, 13)
- PostGIS
- Composer
- Node (With Yarn, Bower, Grunt, and Gulp)
- Redis
- PHPRedis
- [Phpiredis](https://github.com/nrk/phpiredis)
- Memcached
- Beanstalkd
- [Mailhog](https://github.com/mailhog/MailHog)
- avahi
- ngrok
- Xdebug 3
- [XHProf](https://github.com/phacility/xhprof) / [Tideways](https://tideways.com/) / [XHGui](https://github.com/perftools/xhgui)
- [Minio](https://github.com/minio/minio)
- [wkhtmltopdf](https://github.com/wkhtmltopdf/wkhtmltopdf/releases)

> Built from Laravel Setter v11.2.0