Hi, I need to build a website use Laravel 4, there are some static pages, such as "about us&quo...
I'm in the process of getting to grips with L4 and I'm having issues with saving/retrieving/updating...
Hi, Having a problem with using firstOrCreate with my Eloquent model $progress = Progress::firstOrCr...
Hi, guys. I have 2 connections to databases with this configuration: /app/config/database.php 'princ...
I don't know Laravel or PHP can do like this ? accept data from port TCP or UDP ? eg. accept data fr...
Hey guys, I deployed my application, and im currently using environment variables for my sensitive i...
Hello, I have 2 questions about this bundle. Is there a tutorial how to use this bundle. Can the...
Hey guys, I want all forms in my laravel application to have 'autocomplete' => 'off' by default,...
As I understand current best practice, my web app's API should provide the same methods for both des...
Hi there, I have an eloquent query that is returning a 'show', and any 'show_ref's relating to it: S...
If I fully specify the keys, is there a difference between hasOne and belongsTo relationships? Or if...
Hello, I have this form : {{ Form::open(['route' => 'abbonementen.store']) }} {{ F...
Hello, I am very new to laravel and this error has held me back for the past three hours ErrorExcept...
i'm biginner in laravel ,i tried to connected to controller with router: Route::get('/', array('as'...
When i clone repository and write composer update in cmd , i get : {"error":{"type&qu...
Hi, If I have something like this: $user = User::with('phones')->find(1); It gives me the user's...
Hiii, I used upload file function but , I have error Call to a member function move() on a non-obje...
I'm trying to add homestead box to Ubuntu 14.04 32bit - is this possible? I've successfully installe...
Hi, I was working with some Entities that may contain some other dependent Entities or Value Objects...
Hi All, I'm trying to test the index action of following controller: use Gnikoob\Controllers\BaseCon...
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