mmguide2003
mmguide2003
I have similar issues. My database is connected to homestead, with standard .env settings ``` DB_HOST=localhost DB_DATABASE=homestead DB_USERNAME=homestead DB_PASSWORD=secret ``` and works with the app in the browser but: ```...
I'm using homestead, so my settings are the correct settings for a database in the .env file?. If I use another I won't get the app to work, surely? I...
Seems it doesn't like `Input::old('timezone')`, which shows the db version or the recently input one. I have found away around.
I'd also like to add that using ***employee_id*** would not be the answer I'm looking for as in actual fact I'm joining three tables in the real code with employee_id...
Be helpful to state how you solved this. Because I have a php artisan error that is non-specific, so other than searching through a vast amount of files, how do...
Thanks. Easy way to find the error is in the laravel.log, which i only just realised.