I'm using Laravel to build an Api, and also an in the same install that consumes that API with "...
Using these commands: http://laravel.com/docs/security#password-reminders-and-reset I get the follow...
Need independent testing/evaluation done on a web application currently being developed using Larave...
Need independent testing/evaluation done on a web application currently being developed using Larave...
I had MySQL setup on the same server as apache. I now created a new instance, and migrated all MySQL...
What is the best way to write a unit test for a class which depends on an Eloquent model with relati...
Hello, I want to get the full route as a string dynamically. If I have for example "example.com...
I've got a resource route that I need to get to, but for some reason, when I POST to the route, my c...
Hey guys, I've got this view, and im passing a variable to it, however it returns an error to me. Th...
Sorry if the title is confusing. I am finding it difficult to word this question. Basically I have a...
I have three different fields which are percentage values and all need to add up to 100. I've looked...
If package is deferred in app.providers array it will be add to deferred packages and wait till it's...
Hi everyone, I'm building a website where every posts has comments. Each comments have upvotes/downv...
HI i have a Datepicker plugin to pick up some dates i get the dates in the input field like (d.m.Y)...
Hello, I'm incredibly new to PHP and Laravel, so I was trying to go through the Quickstart Guide on...
I have a postgres function that measures the distance between two points. I want to use this as a te...
Is possible to query a postgres view by declaring oi eloquent class protected $table = 'view_name';...
I just started receiving this error after updating a package on a production server. Any help would...
I have a situation where a user can upload profile photos to an album: there is a "users"...
Route::resource('admin/invoice', 'InvoiceController'); Route::get('admin/invoice/settings', array(...
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