Hello, I have array of ids: $games = [1, 2, 3, 4, 5, 6, 7, 8, 9, 10 .....]; I want to check which o...
Im new to laravel and hoping someone can help me out. I have a simple classifieds page that pulls a...
Im trying to remove the Cache-Control: no-cache from my Laravel 5, so i created a middleware to hand...
Hi this is my system os windows php 5.5 i have a project from a friend and it was working well on th...
excuse me. I'm already develop website using laravel 5.1 but a have problem how to setup laravel 5.1...
I can now create solutions for registering products . The existing system was not put in the DB by r...
Sorry if this sounds a bit daft but when deploying on my site using forge there is always a server e...
I have this sample route: Route::get('orders/{orderid}/cambiaestado/{estado}', function($orderid = n...
I am using Laravel as a backend API on a subdomain (api.example.com). My front end lies on a differe...
I am trying to pass request variables to unit test my api calls to the controller, which i do as fol...
I am trying to retrieve and show with a blade file more than one record and cant figure out how. If...
Hi, Any idea how to add an item to the beginning of the collection without altering the collection k...
Hello i have 2 models with Many to many relationship. How can i access for this data? Models : clas...
MySQL docs states: The supported range is '1000-01-01' to '9999-12-31' But if I create a carbon obje...
I have been banging my head for the last few hours trying to get this to work and have started to qu...
I have a table called dealer_services having structure as id dealer_id (foreign key) bike car financ...
Hi all, after El Capitan upgrade i had to upgrade my enviorment ando: Install the new version of va...
Hi there, I'm working on a blog project outside of the world of Laracasts, and I need to create a ma...
So today I created a new project, based on Laravel 5. In the beginning all was well, and then I adde...
I have this input in my view: {{ Form::text('first_name[]', null, array('class'=>'form-contro...
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