Hi all, I am a newbie to laravel. Have been using PHP for quite a few years as a hobby. I have one...
That's my route: Route::get('/admin/dashboard/{username}', array( 'as' => 'get-admin-dashboar...
Hi, I want to have my id columns of all my tables with unique alphanumeric string instead of the usu...
is there anything like Bonfire [Codeigniter] made on Laravel 3 or 4 having Built-In Admin Area,User...
When we do a relationship (e.g. One to One): $phone = User::find(1)->phone; there are 2 queries:...
Hi community, I have a form where I'm using Form::checkbox() helper, it's works just fine, but when...
I'm in trouble: I have an iOS app which is used to track packages, I rewrote my backend using larave...
Hi, I am using WKHTMLTOPDF to generate PDF and want to use SetaPDF-Signer to sign the PDF. (http://w...
This one has been picking my brain for a while and I have tried multiple methods but can't seem to m...
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...
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.