So I'm trying to make a new company in a CompanyContoroller includes and public function store() is...
Hi, I'm using laravel 5.2 on nginx 1.81 I'm new to this and working through the basic tutorial, my r...
in blade template of page I have form controls <input type="radio" value="clear&...
I am trying to add a profile image upload in Laravel 5.1. I used the Intervention/Image Package but...
I'd like to pass a predefined value from my route as an argument to controller. Assuming this is my...
Hi, this is the common version of routing: Route::get('/test/{squirrel}', function($squirrel){$data[...
I need to be able to return an inline-image to the browser. The images are pulled from outside /publ...
Hi can someone help me??please, I'm having problem with updating and deleting data when I'm trying t...
Now this is a something really strange: I am running Apache with 2 websites on it. The sites are exa...
I'm trying to set up my local environment with MAMP. However, I want my database to point to my RDS...
Hello I want to do a mass assignment from a request, but im facing some trouble with the autogenerat...
I'm developing an API to generate QRCodes using Endroid/QrCode package. I want to generate the QrCod...
Hi I've been searching around a little bit but cannot seem to find it. I have a a column in my datab...
I have written a fairly large RESTful api server using Lumen 5.1. In various middleware classes, I f...
I'll try my best to explain what i want to. I showing a page with some "product" on the pa...
I've been struggling figuring this out but no luck yet - couldn't find an answer anywhere. I have a...
Hi i'm trying to update user password using ajax but i keep getting 500 error.What i've done wrong #...
Hey guys, currently I'm looking for a way to add a column within a controller with a name, that's ba...
Hello guys! I am trying to implement an Ajax Autocomplete field in my form. I am using the following...
In Route model, I can use something like this: Route::model('tasks', 'App\Task'); and in Route resou...
Solutions given in the past year. Excluding solutions from thread authors.
Select a tag below to filter the results
The Laravel portal for problem solving, knowledge sharing and community building.
The community