So I am following the tutorial on tuts+ Premium from Jeffrey Way - Creating an Ecommerce App in Lara...
Hi, I am trying to make a system of permissions. I am using a modular package to separate the main a...
Route::group(['prefix' => 'user'], function() { Route::get('/{courseId}', function(Reque...
Hello, i want a multi-level link structure but it won't work. The problem is that when i call: /test...
I'm needing to compile a list of all PHP modules that are required for a site. I know I can use &quo...
Hello everyone, Can someone please help update files in my /public/updates/ folder. I need to update...
I would really appreciate it if someone could help me out with this. LEFT JOIN v_wholesale_bookmarks...
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...
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.