EdPaste
EdPaste copied to clipboard
Laravel/PHP-driven Pastebin with users management
Create missing boolean column `pastes.burnAfter` Fix #14
Posting a new paste triggers the following error. ``` [2019-06-20 09:13:06] local.ERROR: SQLSTATE[42703]: Undefined column: 7 ERROR: column "burnAfter" of relation "pastes" does not exist LINE 1: ... "expiration", "privacy",...
When running `composer install` for the first time: ``` [...] Package manifest generated successfully. > Illuminate\Foundation\ComposerScripts::postInstall > php artisan optimize Configuration cache cleared! Configuration cached successfully! Route cache cleared! In...
Thank you for sharing your code. It's a lovely project. I had two issues. 1. I "fixed" the first but not sure it is the right one. I had to...
getting a lot of ``` [UnexpectedValueException] Could not parse version constraint ^2.*: Invalid version string "^2.*" ``` on todays clone.