Support the ongoing development of Laravel.io →

Laravel log files

Anyone know how to force laravel 4.2 to create the new (daily) log files with my user as owner, the...

0 Likes
1 Replies
posted 9 years ago

Using TwigBridge to display server error pages

In Laravel 5 the default action for handling server error codes (404, 403, 500, etc) is to create a...

0 Likes
1 Replies

Problem with select form while following laracast

In this video: https://laracasts.com/series/laravel-5-fundamentals/episodes/22 Jeff introduced metho...

0 Likes
3 Replies

Homestead with Locally Synced Database

I was curious if there is a way using Vagrant (or Homestead) to have your DB files work like your PH...

0 Likes
5 Replies

Saving form data to session on form submission

I'm trying to solve a problem with passing form data past login screen. I have a form that submits d...

0 Likes
1 Replies
posted 9 years ago

Events and Model Serialization Process with intermediate events

When we talk about events, we are talking about something that happens and affects one or more model...

0 Likes
0 Replies

Structuring an admin panel (modular)

I'm trying to figure out the best way of building an admin panel (small CMS). Currently my project i...

0 Likes
2 Replies

Continuous Integration with Bamboo for Laravel

Is there any resources and or experience the community can share on getting successful builds for La...

0 Likes
0 Replies

General installation question & homestead

Vagrant newbie here trying to install homestead. I'm following directions from here: http://laravel...

0 Likes
3 Replies

last 3 comments of each post using hasMany

$posts=Post::with(['comment' => function($query) { $query->orderBy('created_at', 'desc'); $que...

0 Likes
0 Replies
posted 9 years ago

Laravel Elixir this.registerWatcher fails in elixir.extend

I had some trouble with Elixir SASS not working (failing silently) and thought I'd try reinstalling...

0 Likes
4 Replies
Solved
posted 9 years ago

Unit testing different behavior

Hello, everyone, so found some strange mood of my php unit tests, I have for example 2 tests extende...

0 Likes
0 Replies
posted 11 years ago

Laravel join with LIKE

Hi there! I have got two SQL issues: I need to join two tables by comparing the field tx_ard_users...

0 Likes
7 Replies
posted 9 years ago

Autocomplete textfield from DB

I am using L5 for my application. I have to use autocomplete property from database. Anyone has this...

0 Likes
1 Replies

sqlsrv only works in console commands

Hi guys, i'm having a strange problem. I have 2 databases, the main one is MySQL, the other Microsof...

0 Likes
4 Replies
Solved

How to Create 3D Interior Modeling Works?

Dear Sir, My Name Is Tahir Malek. We Have been Animating Since 2008. We Have created Many 3D Interio...

0 Likes
0 Replies

app/config/app.php 'key'

Re: app/config/app.php 'key' Hi, I am trying to find out whether this key should be kept on a differ...

0 Likes
0 Replies

Laravel Auth::loginUsingId() does not work perfectly

I have a problem with Laravel 5.0 I'm using Auth::loginUsingId(). When I logged in then login fine b...

0 Likes
1 Replies

Change Facebook credential at runtime with Laravel 5.1

Hello Guys, I want to change my facebook credential at runtime with Laravel 5.1 Please anyone how do...

0 Likes
0 Replies
posted 9 years ago

Binary Column with Length?

What do you think about adding support for column type binary with length specified? Current there i...

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.