Support the ongoing development of Laravel.io →

Laravel 4 Authentication: Remember me is not working

both login and logout is working except remember me is not working. When it log out and it was the c...

0 Likes
0 Replies

Eloquent join 2 or more table with group by

So, i tried to join 2 table (or more, but in this question i will try join only 2) and want to group...

0 Likes
0 Replies
posted 10 years ago

Laravel quick start bash

Hi guys, I made a small bash script for myself to use when starting a new project with laravel 5. I...

0 Likes
0 Replies

Auth::logout();

How does Auth::logout(); work? Won't this logout all current logged in users? How do you just logo...

0 Likes
1 Replies
Solved
posted 10 years ago

[Schema] How do I default null on a column?

I've tried... $table->time('shift_end')->nullable(); $table->time('shift_end')->nullabl...

0 Likes
1 Replies

Custom blocks with Blade

Is it possible to use the Blade::extend functionality to create custom blocks? For example, I'd like...

0 Likes
0 Replies

Multiple routes with one controller

Hi everyone, it's possible to have multiple url with one controller on laravel 4? Something Like tha...

0 Likes
3 Replies
Solved

Laravel session::flash()

I'm simply just trying reflash a Flash Session from one controller to another. However, this doesn't...

0 Likes
9 Replies

Laravel 5 has left me up sh1t creek without much of a paddle - advice welcome!

So like many of us im a devoted fan of laracasts and followed its tutorial on Domain Driven Design a...

0 Likes
6 Replies

Codeception Laravel4 module ignores config

Hey, I am trying to do some acceptance testing with Codeception and for some reason it is ignoring m...

0 Likes
1 Replies
Solved

Laravel vs Phalcon

Hi, I'm Amirhossein Ghaznavi, one of your fans, I started to learn Laravel, I researched about multi...

0 Likes
1 Replies

[Package] Eloquent/Database Queue Driver

Laravel 4 component that includes a Queue Driver called cron that simply stores queue jobs in the da...

0 Likes
2 Replies

How to preform custom search in Laravel?

I have a table with many fields in which I need to perform a search. The main problem is that this s...

0 Likes
0 Replies

Events in a large application

I am considering using events in a refactor of a very large site. I am worried that if I use events,...

0 Likes
0 Replies

Postgres PDO or toArray returns integer table fields as string

Dear All I use laravel 4.2 with PostreSQL. When I select row and fetch with toArray and make JSON ou...

0 Likes
1 Replies
posted 10 years ago

How can I test Laravel 5

I want to start building a new app today and i know that laravel 5 should be released this month, b...

0 Likes
1 Replies
posted 10 years ago

Problem accessing eager loaded information

I'm having problems accessing the eager loaded specs below: // This is the actual code public functi...

0 Likes
1 Replies
Solved

How could I use pcntl in laravel

I user pcntl want to start multi process, but when i pass Model to sub-process, It show the error:...

0 Likes
1 Replies
Solved

Cascading/Dependent dropdown list

Hi All, I'm a relative newb to Laravel with not much understanding of javascript. I'm trying to get...

0 Likes
5 Replies

Homestead and NPM on Windows 7 - how do I edit the vagrantfile to enable symlinks?

http://stackoverflow.com/questions/21648068/error-installing-bower-via-npm-on-vagrant-under-windows...

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