Support the ongoing development of Laravel.io →

Popular Routing

Hello everyone! After some have watched screencasts I see that everyone wrote a routes manually for...

0 Likes
3 Replies

Html, Form class not found in Laravel 5

I can't use Html, Form helper in Laravel 5.

0 Likes
27 Replies
Solved
posted 10 years ago

[Laravel5] How to change logs path?

In L4 we have an ability to change path where laravel stores it's logs (in /app/start/global.php fil...

0 Likes
5 Replies
Solved
posted 7 years ago

[Laravel 5.4] using custom authentication

Hello, I'm quite a newbie with Laravel; I created a couple of dummy project to test default Authenti...

0 Likes
0 Replies

group middleware not working in laravel 5.4

I am create Restfull API using laravel 5.4 and create simple CRUD demo with middleware group routing...

0 Likes
0 Replies

Laravel 5 – querying items by many-to-many related model (value in pivot table)

Hello! I've got a following many-to-many relation: attendees - attendee_tag - tag where attendee_ta...

0 Likes
0 Replies
posted 7 years ago

Include the inline style sheet in laravel

how to include in inline style sheet in laravel framework

0 Likes
0 Replies
posted 7 years ago

is it possible to use config/vendor and let `config()` resolve the path automatically ?

so atm any installed package just dump its config in the root/config folder which after a while the...

0 Likes
0 Replies

how to bind a model to another ?

some packages comes pre-packed with its own models ex.Cart but sometimes i want to add some extra lo...

0 Likes
0 Replies
posted 7 years ago

How to up or down a specific migration ?

I came from rails framework i want to down a specific migration without creating another migration l...

0 Likes
0 Replies

Distribute collection into collection of related domain model

So I have relations : class Folder extends Model { public function files() { return...

0 Likes
0 Replies
posted 7 years ago

Local windows development environment

Hi everyone, I'm trying to determine the best local environment set up for Laravel development on Wi...

0 Likes
0 Replies

Why Laravel consumes more memory compared to normal PHP?

I am checking the memory usage in normal PHP as well as Laravel and Laravel is consuming more memory...

0 Likes
0 Replies

Bengali with english in same page using dompdf support

I want to print pdf using bengali(Unicode) and English in same page. But got "???? ????"...

0 Likes
0 Replies

Controller - Service - Repository architecture

Hi, I am just refactoring my code to follow some common patterns in application development. The pat...

0 Likes
25 Replies

huge requests cause losing session auth

5.2: #.#.# PHP version: 5.6.30 Database Driver & Version: 5.1.73 Description: |I used Laravel 5....

0 Likes
0 Replies
posted 7 years ago

Laravel How to store payment gateway response url data value in database

Currently i'm integrated a new payment gateway in laravel. In response url i am getting datastring f...

0 Likes
0 Replies

Eloquent cursor not working as expected - trying to load whole table

Hi, I am having an issue with the Eloquent's cursor method. foreach (ORM::where('sent', false)->w...

0 Likes
0 Replies

SQLSTATE[23000]: Integrity constraint violation: 1048 Column 'email' cannot be null

In my application I am trying to get the user logged in via social media such as Instagram. With the...

0 Likes
0 Replies

Undefined variable: images - Passing data from Controller to View

At the moment I am trying to pass a value of a variable that is $images from my EntryController to t...

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.

© 2025 Laravel.io - All rights reserved.