mirror of
https://github.com/usetrmnl/byos_laravel.git
synced 2026-01-13 15:07:49 +00:00
feat: basic support for liquid templates; liquid receipt "Day in History" added
This commit is contained in:
parent
88f90ff9ae
commit
9a9b5080d6
5 changed files with 321 additions and 1 deletions
|
|
@ -23,9 +23,18 @@ class DatabaseSeeder extends Seeder
|
|||
'password' => bcrypt('admin@example.com'),
|
||||
]);
|
||||
|
||||
Device::factory(1)->create([
|
||||
'mac_address' => '00:00:00:00:00:00',
|
||||
'api_key' => 'test-api-key'
|
||||
]);
|
||||
|
||||
// Device::factory(5)->create();
|
||||
|
||||
// Plugin::factory(3)->create();
|
||||
|
||||
$this->call([
|
||||
ExampleReceiptsSeeder::class,
|
||||
]);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue