Support the ongoing development of Laravel.io →
tlgreg

tlgreg

Joined 27 Dec 2013

Statistics

Threads 0
Replies 14
Solutions 4
Articles 0

tlgreg has not posted any threads yet

replied 11 years ago

how to get direcory names list without full URL path.

Yep, use class_basename() or simply just basename() which is already there for exactly this in php c...

1 Likes
Solved
replied 11 years ago

"Camelize" and "underscorize" strings

Take a look at helpers in the docs. var_dump(Str::snake('mysqlPort')); // string(10) "mysql_por...

0 Likes
Solved
replied 11 years ago

public_path helper returns empty string after changing laravel directory structure

It should be... 'public' => __DIR__.'/../../www', ...isn't it?

0 Likes
replied 11 years ago

Suggestion: link to last unread post

To the technicality of the feature: In other forum engines visited topics usually stored in a cookie...

0 Likes

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.

© 2026 Laravel.io - All rights reserved.