I have a form that allows an admin to update a user. In this form, I have a multi-select for roles....
Ok the problem i have is the following one: (apoligize in advance for bad english xD) Im creating a...
A third party software will visit my laravel project with a link. But this link has a extra slash. I...
I'm creating an API in which routes are already made like: Route::post('/keyword/{keyword}/{page?}',...
I am trying to upload a news item that requires a image and a message my form looks like <form...
<?php // Path to uploads /* Directory structure |--------------------------------------------...
On my app a user can upload a file.. i've created a function that generates a random 8 digit string...
Hey I want to do internal requests and I use Request::create() for this. According to the API the Re...
I'm trying to get my forum to display the last page by default. But i simply can't get it to work. T...
Hello, I'm trying to create a list of links, generated as a response to some input. The links need t...
Hi Im trying to send an array of data so I can destroy the IDs beeing sent in the array. I have a Ja...
Hi, I am trying to format drop down lists items while using lists, SiteSession::where('company_id','...
Hi, I want to set a session value using session_put in a ajax request and then after that I want to...
Hi all, I have setup a repository to create a new resident. <?php namespace Crescent\Repos;...
I want to create storage directory in workbench to store other template file like .xls. how to read/...
I have a form that consists of check boxes. Each check box has it's own value(value1,value2,value3,v...
I have an upload script that has a fall back to flash which doesn't pass the session, instead i can...
I am using Goutte with Guzzle + Dom Crawler to create a webscraper in Laravel. I would like to crawl...