Skip to content

Commit

Permalink
FEATURE: fully working laravel support
Browse files Browse the repository at this point in the history
  • Loading branch information
skurfuerst committed Oct 1, 2024
1 parent 17e161b commit f2c1262
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 7 deletions.
19 changes: 12 additions & 7 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,13 @@
----

<!-- TOC -->
- [Features](#features)
- [Installation](#installation)
- [Usage](#usage)
- [Usage Server-to-Server](#usage-server-to-server)
- [License](#license)
* [Features](#features)
* [Installation](#installation)
* [Usage](#usage)
* [Configuration](#configuration)
* [Usage Server-to-Server](#usage-server-to-server)
* [Development](#development)
* [License](#license)
<!-- TOC -->
* [Architecture](https://sandstorm.github.io/synco/#/architecture)

Expand Down Expand Up @@ -74,7 +76,10 @@ Features:
* **Neos / Flow Applications**
* with local Resources
* **NEW [since 1.2.0](./whats-new.md): with resources stored in S3**
* **NEW [since 1.2.0](./whats-new.md): Smart Transfer - not downloading thumbnail resources for up to 80% size reduction.**
* **NEW [since 1.2.0](./whats-new.md): Smart Transfer - not downloading thumbnail resources for up to 80% size reduction.**
* **NEW [since 2.0.0](./whats-new.md): Laravel support**
* with DB support
* with local public and private resources
* (later, other frameworks will be added here)
* **multiple file-sets** supported. This means you can choose to only sync your database, but not your binary resources/assets.
* **Speed Optimized**: publicly available binary assets are not zipped extra; but the already-public files are simply downloaded.
Expand Down Expand Up @@ -165,7 +170,7 @@ curl https://sandstorm.github.io/synco/synco | sh -s - receive ts-...... .......

# Development

* if you are developing synco in a Docker container this will be helpful for building `GOOS=linux go build`
See [CONTRIBUTING.md](CONTRIBUTING.md) for details on the dev process.

# License

Expand Down
8 changes: 8 additions & 0 deletions docs/whats-new.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# What's New

## Version 2.0.0 (01. October 2024) - Laravel Support

With this release, we support **Laravel** framework as first-class framework:

- Download database dump from Laravel applications (encrypted)
- Download public resources from Laravel applications
- Download private resources from Laravel applications (encrypted)

## Version 1.3.0 (24. July 2023) - work with different PHP versions

With this release, we auto-detect the correct PHP version to use during `synco serve`.
Expand Down

0 comments on commit f2c1262

Please sign in to comment.