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...
$rules = array( 'cover_image' => 'required|image|mimes:png,jpeg', 'content' => 'required',...
I've been to https://github.com/Seldaek/monolog and I've looked at vendor/laravel/framework/src/Illu...
I'm developing a package that ties the Facebook SDK into Laravel. (Soon to be shared with you guys!)...
Hello I'm making an application and I have some troubles. I have a model Post. That model contains t...
Hi, I am trying to adapt my web application to be able to use #! in the url so that I can use that t...
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