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

Homestead Init Not Working

Hey all, I am trying to move to Homestead 2.0. I have no problem doing the composer install, but whe...

0 Likes
1 Replies

How to write "text" to file with special place in Laravel?

I would like to write the text into file with special place like: // test.php <?php Hi 1 Hi 2...

0 Likes
4 Replies

Models that that don't extend Eloquent

Is it possible to create a model that doesn't extend Eloquent? I have need for some models that don'...

0 Likes
4 Replies

Find items that have a set of associated items through hasMany

I have three tables: Video (id, title) Tag (id, title) Video_Tag (id, video_id, tag_id) <-- join...

0 Likes
3 Replies
Solved

Is it possible to use Confide 4.0 with a User class that extends Ardent?

I have a User class that extends a Base class which extends Ardent. I'm toying with the idea of usin...

0 Likes
1 Replies

Validating two models in Laravel 5

Hi, I have User and Company. If user select on registration that it is regular user the he just fill...

0 Likes
2 Replies
posted 10 years ago

View Composers & Redirect

Hi, I'm building a new site in Laravel 4.2 and have written a class to handle adding and rendering o...

0 Likes
1 Replies
Solved
posted 10 years ago

Laravel can't detect environment variables set by Forge when run from console

For instance, if I set the environment variable DB_HOST with value localhost through Forge, it creat...

0 Likes
0 Replies
posted 10 years ago

Laravel 5 should not(?) default CSRF

Hello! It seems that Laravel 5 defaults to CSRF protection to all non-GET requests. While this enfor...

0 Likes
2 Replies
posted 10 years ago

Database connection error on shared hosting

Hello, I keep getting this error on my ixwebhosting account "SQLSTATE[HY000] [2000] mysqlnd can...

0 Likes
2 Replies
posted 10 years ago

Package dependencies problem

I have created a package, and this package has a composer.json with it's dependencies. When I add th...

0 Likes
0 Replies

Setting up a multisite application in Laravel 4.2

Hello, I'm moving our website from asp .net to Laravel (I'm new to it). Gonna explain where we are a...

0 Likes
0 Replies

Laravel auto date time conversion at model level

Whenever i save any date or time into database i convert it into UTC format and save to database and...

0 Likes
1 Replies
posted 10 years ago

Eager loading constraint and ordering it correctly

I have the following query that returns results fine, but the order of the results isn't alphabetica...

0 Likes
1 Replies
Solved

how to run php artisan workbench .... --resources in routes or controller?

I would like to run php artisan workbench "bench/package" --resources in routes or control...

0 Likes
0 Replies

How to print error message

Hi, I want to display error message, when login is not successful, this is what i am using, but this...

0 Likes
7 Replies
Solved
posted 10 years ago

Problem with "SuperClosure" while trying to send e-mail

Hello everyone! First, please, excuse me for my bad english. I get strange problem with my app - whe...

0 Likes
2 Replies
Solved

Cannot redeclare class Illuminate\Encryption\Encrypter

hi guys, I ran a composer update on my project on another CPU. I tried copying the project to the cu...

0 Likes
1 Replies

Is [email protected] a valid email?

I am using Mailchimp service and I am adding emails to list thru API, before any API calls I make su...

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