Support the ongoing development of Laravel.io →

Cleaning up controller and views

My controller and view code is getting messy. This post is more of a general question as to what oth...

0 Likes
3 Replies

Create helper to display active or inactive for boolean value

Hi, Rather than use an if statement in my view, is there a way I can display the text using a helper...

0 Likes
0 Replies

Creating of regular cookies

Hi, I'm starting to learn Laravel framework. I was reading documentation about laravel and also, I w...

0 Likes
1 Replies

Best setup for project

Hi, I'm starting a new project with Laravel, actually it's more like a system, that (with some luck)...

0 Likes
0 Replies

How to install 3rd party package or library in laravel

I know this sounds dumb but i am a total newbie to laravel. I saw a package on packagist for managin...

0 Likes
1 Replies

Laravel-Homestead postfix/sendmail

I have a laravel-homestead box. I installed mailutils by "apt-get install mailutils" It th...

0 Likes
2 Replies

Remove the public from url in laravel 4 .htaccess

I want to remove public from url using .htaccess withput changing directory structure eg :- http://l...

0 Likes
0 Replies
posted 10 years ago

Cant log in after update the user info(password problem)

I got a create new user form with user logon and password,etc.. i able to create new user and log in...

0 Likes
0 Replies

Call to undefined method TrainingFacade::save()

I'm building a Laravel 4.2 app and I'm using Creolab's Modules package. It's an app for managing com...

0 Likes
0 Replies

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

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.