Support the ongoing development of Laravel.io →
posted 10 years ago

Interpreting php artisan routes

Hello, I have just started exploring php with laravel.. and this is a typical newB question, ... I a...

0 Likes
2 Replies
Solved
posted 10 years ago

Method [all] does not exist.

Hi why do I get this error? $email = Email::all(); BadMethodCallException Method [all] does not e...

0 Likes
1 Replies

Basic Authentication with CGI/FastCGI

Hi all, i'm working with auth.basic and in my server i have Server API CGI/FastCGI. The official doc...

0 Likes
0 Replies
posted 10 years ago

Relationships

Hello, Is it possible to create eloquent relations for the following situation: A blogs page where b...

0 Likes
3 Replies

Can I run Laravel class in Eclipse

Dear all, I try to integrate Laravel into Eclipse. And I want to step the Laravel class function in...

0 Likes
0 Replies

routing dependent folders

Hi, I'm pretty new to Laravel and still getting my head around the logistics. I'm using this to rout...

0 Likes
2 Replies
posted 10 years ago

!!Urgent!! Laravel Installation Nightmare

This is frustrating!! I have been trying to install laravel since last two days and every time i end...

0 Likes
19 Replies
Solved
posted 10 years ago

Product Feed Process

Hi, Using Laravel, what is your approach if you are in this scenario: Data is coming from an API. D...

0 Likes
0 Replies

[Package] Listify - Turn your model into a list!

Hello! I wanted to post a link to a package I've been working on for the last couple of months. I'm...

0 Likes
5 Replies

How do I update value of subsequent parent records

I have two tables: members and contributions. The members table has a recursive relationship, that i...

0 Likes
4 Replies

Do you need to create a model for your pivot table?

I have a post table and that post may be included in multiple sections so now I have 3 tables: post...

0 Likes
2 Replies
Solved

How to use unix timestamp in eloquent?

I want to use the created_at, updated_at and deleted_at fields with unix timestamp.

0 Likes
2 Replies
Solved
posted 10 years ago

extend validation and error

here is my code // app/librarires/Validation/Validation.php ?php namespace App\libraries\Validation;...

0 Likes
1 Replies

Passing variables in url from a unit test?

Hi i am trying to set a a test to test my database calls. I want to pass a variables in url but cant...

0 Likes
0 Replies

Class 'Admin_member' not found

Hi; Why do I get class not found? //Model (Admin_member.php) class Admin_member extends Eloquent {...

0 Likes
2 Replies
posted 10 years ago

Mail::queue & Mail::later not functional

Based on the document: 'Since sending e-mail messages can drastically lengthen the response time of...

0 Likes
7 Replies

Getting an error when creating a new L4 app. php-pecl-zip extension is installed.

Suddenly this starts happening when using the laravel .phar installer. The application doesn't get i...

0 Likes
0 Replies

Pivot generated, but migration error

I am attempting to create a pivot table and ran the cmd: php artisan generate:pivot contractor work...

0 Likes
1 Replies

How to style and a align a form correctly

Hello, i've created a form using blade's form builder: (don't be confused - it's german language) {{...

0 Likes
0 Replies

Eloquent Concatencator

Hey guys, just working on a small package that extends the Eloquent Model class and Query Builder cl...

0 Likes
0 Replies

Thanks to our community

Solutions given in the past year. Excluding solutions from thread authors.

Moderators

We'd like to thank these amazing companies for supporting us

Your logo here?

Laravel.io

The Laravel portal for problem solving, knowledge sharing and community building.

© 2024 Laravel.io - All rights reserved.