I have a hidden form array: Form::hidden('new_image_ids[]'); If the form is returned because of an...
For others with this problem, the solution is: composer dumpautoload php artisan cache:clear
I would edit your app/Http/Middleware/VerifyCsrfToken.php and change the following: public function...
Is there anyway we can flag spam posts? Five flags -> Post hidden till a moderator sees it Ten fl...
The Laravel portal for problem solving, knowledge sharing and community building.
The community