Hi. Im hitting the same issue as before but this time i cannot get i back working.
Nothing has changed other than a few controller files and view files, but when i push to the server it fails and says
> @php artisan package:discover
In EncryptionServiceProvider.php line 42:
No application encryption key has been specified.
Script @php artisan package:discover handling the post-autoload-dump event returned with error code 1
Now there is a key generated and it has been working perfect for the last 6 weeks, but all of a sudden not working.
Everytime i try php artisan key:generate i get an error No application encryption key has been specified.
Ive added the key to the app.php to see if that works but nothing.
Also tried to delete the forge site and reinstall form beginning and still fails.
Any ideas??
Also heres what happens if i just try artisan::
forge@app:~/testing.my-app.uk$ php artisan config:cache
In EncryptionServiceProvider.php line 42:
No application encryption key has been specified.
forge@app:~/testing.myapp.uk$ php artisan key:generate
In EncryptionServiceProvider.php line 42:
No application encryption key has been specified.