Support the ongoing development of Laravel.io →

Artisan Commands -- Eloquent ORM Save Error

Hello, Here is my NewSite.php command file: <?php use Illuminate\Console\Command; use Symfony\Co...

0 Likes
0 Replies
posted 11 years ago

OK to set attributes to collection?

I've been setting custom attributes to collection objects. For example; Looping through $items check...

0 Likes
5 Replies
posted 11 years ago

installation?

I watched the laracast on how to install and was totally lost. I don't even know what program he was...

0 Likes
3 Replies

Blade highlighting in PhpStorm

Trying to use the textmate bundles, PhpStorm says "Some extension declared already in use by na...

0 Likes
1 Replies
posted 11 years ago

Newbie Routing Question

Hi all, I am a newbie to laravel. Have been using PHP for quite a few years as a hobby. I have one...

0 Likes
4 Replies
Solved
posted 11 years ago

Sofia, Bulgaria

Бира!

0 Likes
0 Replies
posted 11 years ago

How to create a link to a site, which use a method with arguments ?

That's my route: Route::get('/admin/dashboard/{username}', array( 'as' => 'get-admin-dashboar...

0 Likes
3 Replies
Solved

Create unique alphanumeric random string in "id" column

Hi, I want to have my id columns of all my tables with unique alphanumeric string instead of the usu...

0 Likes
4 Replies

Looking for projects on Laravel framework

is there anything like Bonfire [Codeigniter] made on Laravel 3 or 4 having Built-In Admin Area,User...

0 Likes
2 Replies

Why two queries in Relationships, not join ?

When we do a relationship (e.g. One to One): $phone = User::find(1)->phone; there are 2 queries:...

0 Likes
9 Replies
Solved

Updating a boolean field

Hi community, I have a form where I'm using Form::checkbox() helper, it's works just fine, but when...

0 Likes
2 Replies
Solved
posted 11 years ago

Can't have a route named "packages"?

I'm in trouble: I have an iOS app which is used to track packages, I rewrote my backend using larave...

0 Likes
1 Replies

Using SetaPDF for signing of pdf with laravel.

Hi, I am using WKHTMLTOPDF to generate PDF and want to use SetaPDF-Signer to sign the PDF. (http://w...

0 Likes
0 Replies

Pulling Results based off clearance

This one has been picking my brain for a while and I have tried multiple methods but can't seem to m...

0 Likes
0 Replies
posted 11 years ago

Subrequest in Route Filter causes passing of sub request parameters to Controller of original/parent request

I'm using Laravel to build an Api, and also an in the same install that consumes that API with "...

0 Likes
0 Replies

Artisan auth commands not working?

Using these commands: http://laravel.com/docs/security#password-reminders-and-reset I get the follow...

0 Likes
1 Replies
Solved

Independent Application/Software Testing

Need independent testing/evaluation done on a web application currently being developed using Larave...

0 Likes
0 Replies

Testing / Evaluation

Need independent testing/evaluation done on a web application currently being developed using Larave...

0 Likes
0 Replies
posted 11 years ago

Can't change Database connection?

I had MySQL setup on the same server as apache. I now created a new instance, and migrated all MySQL...

0 Likes
3 Replies
Solved

How to test a class which depends on an Eloquent model with relationships?

What is the best way to write a unit test for a class which depends on an Eloquent model with relati...

0 Likes
1 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.

© 2025 Laravel.io - All rights reserved.