minus-squareautokludge@programming.devtoSelfhosted@lemmy.world•I'm deploying a Laravel app on nginx. Only the main route works, every other throws me a 404linkfedilinkEnglisharrow-up1·2 months agoCould it be a route cache thing? may be worth trying artisan route:clear followed by artisan route:cache linkfedilink
minus-squareautokludge@programming.devtoProgrammer Humor@lemmy.ml•This is painfully truelinkfedilinkEnglisharrow-up9·9 months agoAn automation API would also be nice please… (i hope it doesn’t require an additional $4000/y licence) linkfedilink
minus-squareautokludge@programming.devtoProgrammer Humor@lemmy.ml•I like Python deflinkfedilinkEnglisharrow-up1·1 year agoHow about some (defun)? linkfedilink
Could it be a route cache thing? may be worth trying
artisan route:clear
followed byartisan route:cache