Hi, I'd like to know if there is a way to serialize an eloquent model so I could, in the future dese...
I built a simple CRUD app using Laravel that uses a single main table and Laravel's built-in user au...
Hi, I am trying to see how to best approach to bind a mock dependency when testing. Assume I have a...
I am using https://github.com/strebl/ldap-auth to authenticate my users against ldap. However my app...
Hi I’ve followed all the Laravel documentation on relationships but am still having a problem. I hav...
Hi there, I would like to be able to use different routes within my application for different domain...
I am wanting to add a datepicker to my form that only uses Month/Year. I'm currently using {...
Hello, is it possible to retrieve a single payment by the stripe id and so get all the data from the...
Maybe with this image I can make myself clear. I have the user table and the owned_items table The o...
Hi, I'm starting a new project and I'd like to know whether I should start in Laravel 5.1 and then u...
I have a Laravel app that powers an ecommerce website with moderate traffic. This website allows peo...
Hi, I'm developping a REST API with Laravel 4 and I was wondering what were the best practices to ge...
Hi This is my table of categories with parent id $table->increments('id'); $table->string('cat...
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...
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