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

question about module system

hi every body I'm writing a module manager in laravel for personal cdn and no packagist. every modul...

0 Likes
2 Replies
Solved

Homestead Uploads File Wrongly

The problem is absolutely written in the Subject, the problem i'm runing into is that I'm uploading...

0 Likes
6 Replies

Generate link to non-secure subdomain from a secure domain

Ok, so we have the following two subdomains: https://www.website.com (where every url in the www sub...

0 Likes
2 Replies
Solved
posted 10 years ago

Laravel Github issues

Where are issues reported? It seems they removed the issues section from git hub and I don't see an...

0 Likes
5 Replies
posted 10 years ago

Why is there no equivalent of Input::all() and Input::get() for the ruleset of Input::has()

While i am working on my first laravel project i stumbled upon an interesting problem: When you are...

0 Likes
2 Replies
posted 10 years ago

ErrorException generate:migration

Guys, This error shows up after generating a new migration: [ErrorException] file_put_contents(C:\we...

0 Likes
1 Replies
Solved

Get a birthday

I want to be able to take in 3 inputs. A select for a month, a day, and a year. Then, when the form...

0 Likes
0 Replies

Get a birthday

I want to be able to take in 3 inputs. A select for a month, a day, and a year. Then, when the form...

0 Likes
0 Replies

Relationships, Eager Loading and Pagination

I have 3 tables: Topic: id Sub-Topic: id, topic_id Resources: id, subtopic_id Topic has 'hasMany' re...

0 Likes
0 Replies
posted 10 years ago

How to localize standalone javascript files

Localization for the blade template page is fine {{trans('messages.lnk_follow')}} But how to localiz...

0 Likes
0 Replies

withTrashed() failed after upadting to 4.2

After updating to 4.2 using composer update, I have added use SoftDeletingTrait; protected $dates =...

0 Likes
3 Replies
Solved

Pagination and Eager Loading

My Controller method is: $topics=Topic::with(array('subtopics'=>function($query){ $query->with...

0 Likes
0 Replies

Retrieving primary key after row insertion

I have three tables - users, spots, and tags When a user creates a spot (location), they also create...

0 Likes
2 Replies
Solved

Laravel Homestead - using Laravel 4.1 and PHP 5.3.8

I understand that out the box Laravel Homestead supports php 5.6 but I really want to make use of ho...

0 Likes
1 Replies

Convert fluent query to Eloquent

Hello I have this query: $galery = DB::table("galery") ->where("approved"...

0 Likes
0 Replies

Take all user post comments

How can I take all user post comments? I'm already using morphTo() method between comments and posts...

0 Likes
3 Replies
posted 10 years ago

Mail::send always returns false/null in 4.2

Hey there, i was just comparing the 4.0 <-> 4.2 behaviour of the Mail-Facade. In the old versi...

0 Likes
2 Replies
posted 10 years ago

How to add custom fields to AUTH module

What is the best way to add custom field to Auth ? How about if i want to check additional fields so...

0 Likes
1 Replies

Confide by Zizaco

I just finished the Laracasts Larabook Series and then I discovered Confide by Zizaco. What I don't...

0 Likes
0 Replies

Extending Laravel

Hey there! I have read the documentation for core extension, however I can't figure out even where t...

0 Likes
1 Replies
Solved

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.