mirror of
https://github.com/usetrmnl/byos_laravel.git
synced 2026-01-13 23:18:10 +00:00
fix(#12): correct mispelled word recipe
fix(#12): correct mispelled word recipe
This commit is contained in:
parent
302730c81e
commit
f530875210
17 changed files with 93 additions and 46 deletions
|
|
@ -3,7 +3,7 @@
|
|||
[](https://github.com/usetrmnl/byos_laravel/actions/workflows/test.yml)
|
||||
|
||||
TRMNL BYOS Laravel is a self-hostable implementation of a TRMNL server, built with Laravel.
|
||||
It enables you to manage TRMNL devices, generate screens dynamically, and can act as a proxy for the native cloud service (native plugins, receipts).
|
||||
It enables you to manage TRMNL devices, generate screens dynamically, and can act as a proxy for the native cloud service (native plugins, recipes).
|
||||
Inspired by [usetrmnl/byos_sinatra](https://github.com/usetrmnl/byos_sinatra).
|
||||
|
||||
If you are looking for a Laravel package designed to streamline the development of both public and private TRMNL plugins, check out [bnussbau/trmnl-laravel](https://github.com/bnussbau/laravel-trmnl).
|
||||
|
|
@ -116,10 +116,10 @@ Login with user / password `admin@example.com` / `admin@example.com`
|
|||
|
||||
### Demo Plugins
|
||||
|
||||
Run the ExampleReceiptsSeeder to seed the database with example plugins:
|
||||
Run the ExampleRecipesSeeder to seed the database with example plugins:
|
||||
|
||||
```bash
|
||||
php artisan db:seed --class=ExampleReceiptsSeeder
|
||||
php artisan db:seed --class=ExampleRecipesSeeder
|
||||
```
|
||||
|
||||
* Zen Quotes
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue