corbpie
corbpie
In progress: https://github.com/cp6/my-idlers/pull/70
Thanks for that, ill stick with the backend sorting for now as a front-end library may likely struggle when the dates are formatted to human readable strings
Was an issue with the price relationship have got this working https://github.com/cp6/my-idlers/commit/beaf9af041c56701f3f12c1517485a75ca4020b4
> you forget to clear the cache for the Domain page. Fixed here https://github.com/cp6/my-idlers/commit/a20ce989dcf4940de262ff9bb89cc58252f8a46e
Hello I know there are others using SQLite just not sure if they are using Docker. Can you try `touch database/database.sqlite` and then `php artisan migrate:fresh --seed` ?
Alright so from that it doesn't seem to be a database issue, is there anything in the PHP or Laravel logs?
Thanks for the logs. Seeing as though you have run `php artisan key:generate` Perhaps running `php artisan config:cache` might be worth a try and then serve: `php artisan serve` These...
Not a problem :) Are you talking about the spacing's? if so i have a habit of pressing the format button in PHPstorm and that would have caused it.
Yea its an ide, thats fine.
I might be able to look at this on the weekend. [https://laravel.com/docs/11.x/upgrade](https://laravel.com/docs/11.x/upgrade) DBAL looks like a main issue for upgrading.