Support the ongoing development of Laravel.io →

renege

Joined 7 Feb 2014

Statistics

Threads 11
Replies 9
Solutions 0
Articles 0
posted 9 years ago

Carbon formatLocalized not working @ Forge

Hi How can I get dutch version of the month-names: <?php setlocale(LC_TIME, 'Dutch'); ?> <p...

0 Likes
0 Replies
posted 9 years ago

Catch ?p=, and forward 301 - with a Route::get(????)

Hi, I'm rebuilding a website. For SEO I need to forward the old URLs to the new URLs. Is there an ea...

0 Likes
2 Replies
posted 9 years ago

change text of "Whoops, looks like something went wrong.", with App::abort's texts

how can i add the text i add here: return App::abort(403, "THIS TEXT"); in the response o...

0 Likes
0 Replies
posted 9 years ago

Class 'Illuminate\Support\ClassLoader' not found

Why am I getting the following error over and over again: [RuntimeException] Error Output: PHP F...

0 Likes
0 Replies

/MySqlGrammar.php - Maximum function nesting level of '500' reached, aborting!

I'm getting an error when I wanna insert a lot of items. How can I prevent this of being thrown? It...

0 Likes
3 Replies
replied 9 years ago

Catch ?p=, and forward 301 - with a Route::get(????)

If you say it like that, then I also can use the Route:;get('/'), and check if Input::has('p')? Nice...

0 Likes
replied 9 years ago

/MySqlGrammar.php - Maximum function nesting level of '500' reached, aborting!

Is the used for the Insert or Select queries, someone who figured that out?

0 Likes
replied 9 years ago

Beanstalk queue not running, kicking does not work

This is how I call it: Queue::push('QueueController@myAction', ['user' => Auth::user()->id]);...

0 Likes
replied 10 years ago

Routes with a dot inside

Thanks it works. Was a Nginx conf issue.

0 Likes
replied 10 years ago

Routes with a dot inside

That's what I mean! But still it returns a 404.

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.

© 2024 Laravel.io - All rights reserved.