So I have a view that allows a user to cycle through a folder of pictures that sort of resembles a p...
hi, i am trying to create a credit or point system for my web application that use Laravel 4,2.. my...
I have two Models User and UserDetails and i want to search users by providing search creteria of us...
I am trying to run a vary complex sql in laravel: SELECT SUM(t.total_revenue) as total...
since laravel's built in authentication uses user model? For example I want to separate the admin fr...
Hello I'm making a website that have two points: Clients Business Clients: static pages like home,...
Hi there I'm new to laravel so please excuse me if this question is dumb or already answered. I'm tr...
Hi Everyone. I Was wondering why Eloquent use count(*) to join between two tables? For exemple, if I...
when i submit my form and check validation on laravel and laravel returns $errors to my page and i s...
when i run php artisan it show this error message {"error":{"type":"ErrorEx...
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...
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