Hello, I have just started exploring php with laravel.. and this is a typical newB question, ... I a...
Hi why do I get this error? $email = Email::all(); BadMethodCallException Method [all] does not e...
Hi all, i'm working with auth.basic and in my server i have Server API CGI/FastCGI. The official doc...
Hello, Is it possible to create eloquent relations for the following situation: A blogs page where b...
Dear all, I try to integrate Laravel into Eclipse. And I want to step the Laravel class function in...
Hi, I'm pretty new to Laravel and still getting my head around the logistics. I'm using this to rout...
This is frustrating!! I have been trying to install laravel since last two days and every time i end...
Hi, Using Laravel, what is your approach if you are in this scenario: Data is coming from an API. D...
Hello! I wanted to post a link to a package I've been working on for the last couple of months. I'm...
I have two tables: members and contributions. The members table has a recursive relationship, that i...
I have a post table and that post may be included in multiple sections so now I have 3 tables: post...
I want to use the created_at, updated_at and deleted_at fields with unix timestamp.
here is my code // app/librarires/Validation/Validation.php ?php namespace App\libraries\Validation;...
Hi i am trying to set a a test to test my database calls. I want to pass a variables in url but cant...
Hi; Why do I get class not found? //Model (Admin_member.php) class Admin_member extends Eloquent {...
Based on the document: 'Since sending e-mail messages can drastically lengthen the response time of...
Suddenly this starts happening when using the laravel .phar installer. The application doesn't get i...
I am attempting to create a pivot table and ran the cmd: php artisan generate:pivot contractor work...
Hello, i've created a form using blade's form builder: (don't be confused - it's german language) {{...
Hey guys, just working on a small package that extends the Eloquent Model class and Query Builder cl...
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