You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Two problems avoids the deployment to swisscenter:
resource routes seems to be ignored
solution: call register()on each resource route, example: Route::resource('hikes', 'HikeController')->register();
trying to run artisan tinker lead to a file permission error
solution: define the XDG_RUNTIME_DIR env var to a writable dir, example: export XDG_RUNTIME_DIR=~/.psysh
Prise en charge le ..., par...
Analyse du problème
laravel/tinker#34
Fonctionnement actuel
L'application n'est pas hébergée.
Description du problème
On souhaite pouvoir commencer prochainement à publier des applications, et disposer d'une démonstration fonctionelle de l'application.
Description de la solution
Effectuer un déploiement auprès d'un hébergeur web.
(Terminé, le 12.6.2020)
Plan d'intervention
Suivre les instructions de Pascal Hurni, sur https://cpnv-es.github.io/capify_laravel_for_swisscenter.html.
(Terminé, le 12.6.2020)
Exécution
Tests
Terminés, le ...
Documentation
The text was updated successfully, but these errors were encountered: