skip to Main Content
author
225 views
0 votes

Laravel symlink symbolic link to storage not working in production – shared hosting

I have deployed Laravel 10 to Siteground. I placed the contents of Laravel’s public folder directly inside public_html, and created

author
217 views
1 vote

Php – Symfony multiple IsGranted on a same controller not working

I have a controller on which I have 2 routes created:
#[Route('/announcement/create', name: 'app_admin_restock_announcement_create'), IsGranted(RestockVoter::CREATE_RESTOCK)]
#[Route('/announcement/edit/{id}', name: 'app_admin_restock_announcement_edit'), IsGranted(RestockVoter::EDIT_RESTOCK, 'restockQueue')]<br

Back To Top
Search