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

Wildcard in resource controller

Hi Folks, I have this (it works): Route::group(array('prefix' => 'backbone'), function() { Ro...

0 Likes
1 Replies

Incremental save method - looking for feedback

Ok so in many cases you want to update integers in a database incrementally, this helps ensure that...

0 Likes
1 Replies

[EXERCISE] Refactoring Exercise #1 is Complete! Discuss.

After some interest in the Laravel subreddit, I've decided to run a refactoring exercise a few times...

0 Likes
5 Replies

AD for Authentication MySQL DB for user information

I am pretty new to Laravel as well as frameworks in general, as such I am still getting use to the w...

0 Likes
0 Replies

How to paginate Eager Loding in larvel?

I have a serious problem. I have 3 models Role Model: <?php class Role extends Eloquent{ /** *...

0 Likes
0 Replies
posted 10 years ago

Sentry gets promoted to Sentinel

Please read if you are using Sentry. https://medium.com/@Cartalyst/sentinel-by-cartalyst-b304d5e7ed8...

0 Likes
6 Replies
posted 10 years ago

[package] Sentinel (replaces sentry)

#Sentinel Happy to announce Sentinel 1.0.* - http://bit.ly/1otk9ve Sentinel is a framework agnostic...

0 Likes
0 Replies

How to extend class (facade) from package?

Hi everyone. I want to extend a class (in my case the Cart class from Moltin/Cart package). Somethin...

0 Likes
0 Replies

Best way to accomplish notifying across application

Hi guys, My users can submit a listing, but the administrator has to approve the listing for it to b...

0 Likes
2 Replies

Transactional emails using Markdown?

I had this idea a few months ago, but it's only now that I'm in a position where I'd be interested i...

0 Likes
1 Replies
posted 10 years ago

Blade: Using @if @else @endif in only one line = no output

Hi, this outputs nothing @if(!isset($bla)) (complete) @else ({{ $missing }} missing) @endif but if...

0 Likes
3 Replies
Solved

Looking for free webhoster ready for Laravel testing

Hi, i'm looking for a free webhoster to test a Laravel project. I testet 2 services so far but both...

0 Likes
4 Replies
posted 10 years ago

public/packages empty after publishing assets

I have installed a package (ipunkt/laravel-notify) that has assets that need to be published to the...

0 Likes
1 Replies

Quick deploy db select

Hi, I'm new here so please don't bite. My question is I use MAMP for development (I know I need to m...

0 Likes
2 Replies

is dynamic migrations a good idea?

I started one small project and wanted to have fun, so i created dynamic migration, that gets inform...

0 Likes
0 Replies

How to handle route prefix with no parameters ?

Hello!, I looking for how to handle the route prefix with that no parameters like below my route Rou...

0 Likes
5 Replies
Solved

Sentry 2 authenticateAndRemember function not working in laravel 4.2

I using Sentry 2 in my project, in login function with remember password $dataLogin = array( 'userna...

0 Likes
0 Replies

Session or Cookie problem

I am having a problem about sessions, or cookies, i didn't understand the reason. I log on to my sit...

0 Likes
2 Replies

UTF-8 Character Problem

I am trying to echo some date information in one of my views in my own language. I use mb_internal_e...

0 Likes
0 Replies

Can't use Controller Filters

Hi, I'm trying to use controller filters, but just can't get them to work. Obviously I'm missing som...

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