squire icon indicating copy to clipboard operation
squire copied to clipboard

A library of static Eloquent models for common fixture data.

Results 5 squire issues
Sort by recently updated
recently updated
newest added

added arabic translations for: * continents * countries * currencies also updated following to match current status: * root composer * tests with successful results

**Describe the bug** Unable to find source when using extended Country model. **To reproduce** ``` namespace App\Models; use Squire\Models\Country as SquireCountry; class Country extends SquireCountry { public function users() {...

bug

**Describe the bug** I have a model with table located in mysql database and that model belong to currency as shown below: ```php

bug

**Describe the bug** 1. `Squire\Models\Airline::continent(): Return value must be of type Illuminate\Database\Eloquent\Relations\BelongsTo, Illuminate\Database\Eloquent\Relations\HasOneThrough returned` 2, 3, 4, 5. `SQLSTATE[HY000]: General error: 1 no such table: countries` **To reproduce** 1. Airline::with('continent')->first();...

bug