Hi I am unable to save data from my form: This is my view: @extends('app') @section('content')...
i'm building a modular system in Laravel 5 and the modules views of my system are outside from the /...
I really wanted to create this thread to see if there would be interest in creating an enterprise le...
I'm new to laravel and i really have no idea on how to do this.. i capture an image using my web cam...
Trying to get some dependency injection going here but I keep getting the following error: ErrorExce...
I'm populating a select with the result of a query like this: on controller $departaments = \App\Dep...
I dont really have specific problem, I am just wondering why is Laravel build like this. Django mode...
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...
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