Hello - I've tried multiple solutions and no matter what I try, my application tells me that my cred...
$videos = Video::where("сategory_id","=", 14) ->orderByRaw("top_new DE...
Hi guys, Been working on a project where i need to do a subdomain. i have hosted the project on virt...
Hi community, I try to enable apc-cache on my laravel-project. APC is enabled on server. My error-lo...
I am writing a custom command for laravel 5.1 and when i run it just says: [Error exception] Illegal...
Migrations do fail. When a migration errors out, it leaves created tables that must be manually drop...
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...
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