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

https://github.com/userfrosting/pastries

Finalized code of the "Advanced tutorial"
https://github.com/userfrosting/pastries

userfrosting userfrosting-sprinkle

Last synced: 3 months ago
JSON representation

Finalized code of the "Advanced tutorial"

Awesome Lists containing this project

README

        

# Pastries page

![PHP Version](https://img.shields.io/badge/php-%5E8.0-brightgreen)
[![License](https://img.shields.io/badge/license-MIT-brightgreen.svg)](LICENSE.md)
[![Build](https://img.shields.io/github/actions/workflow/status/userfrosting/pastries/Build.yml?branch=5.0&logo=github)](https://github.com/userfrosting/pastries/actions)
[![Codecov](https://codecov.io/gh/userfrosting/pastries/branch/5.0/graph/badge.svg)](https://app.codecov.io/gh/userfrosting/pastries/branch/5.0)
[![StyleCI](https://github.styleci.io/repos/105383285/shield?branch=5.0&style=flat)](https://github.styleci.io/repos/105383285)
[![PHPStan](https://img.shields.io/github/actions/workflow/status/userfrosting/pastries/PHPStan.yml?branch=5.0&label=PHPStan)](https://github.com/userfrosting/pastries/actions/workflows/PHPStan.yml)
[![Join the chat](https://img.shields.io/badge/Chat-UserFrosting-brightgreen?logo=Rocket.Chat)](https://chat.userfrosting.com)
[![Donate](https://img.shields.io/badge/Donate-Buy%20Me%20a%20Coffee-blue.svg)](https://ko-fi.com/lcharette)

Finalized code of the [Advanced tutorial](http://learn.userfrosting.com/recipes/advanced-tutorial).

### Installation

To install, follow the UserFrosting 5 instructions :

```
git clone https://github.com/userfrosting/pastries.git -b 5.0
cd pastries
composer install
php bakery bake
```