Hi guys, trying new unstable Laravel 5. We have now the "Middlewares" and all default filt...
Well I have a strange one: I'm in Windows and my uri is localhost/laravel/petdb/public/welcome anoth...
I have an Image model, which I want to override the delete method to erase the file from the system...
Hi, I'm going to develop an application that may use many sources as data providers. It means that i...
Hey guys, Im using the Intervention image to allow users to upload their images - this part works. W...
I'm using Laravel 4's pagination (which I have used successfully in the past) and have hit an odd er...
I have the following configuration: 'driver' => 'smtp', 'host' => 'smtp.host.com', 'port'=>...
Hi folks, I couldn't manage to handle how to open a new blog post with artdarek/oauth. I can login a...
Hello, The .htaccess file in my root directory is pretty simple: Options +FollowSymLinks RewriteEngi...
Here is part of my Listing model file: public function model() { return $this->belongsTo('Model'...
I know to override the standard "id" column for primary key in an Eloquent model that you...
Hi, I'm new to laravel. Currently trying to use eloquent in one of my application. I've 3 database t...
Hi guys, my name is Dallin 24 years old these are my skills: Frontend : HTML5 / CSS3 / jQuery / Embe...
Hi, For some reason, my route helper will not properly recognize the parameters that I pass to the i...
Hello, For some reason or another I don't seem to be able to access the Posted data in my Controller...
Hi all! Im new with laravel and I thinking how to solv one problem. in my routing I have somethink l...
I have an Ads website, built on top of a CMS. Recently I have decided to write few managemenet utili...
<?php // Controller public function store() { $validator = Validator::make($data = Input::all()...
I'm using laravel-menu to build my menu's. Now I want to build a sidemenu for the projects in my app...
I update composer last night my code working perfectly on xampp local pc but when i upload on server...
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