Support the ongoing development of Laravel.io →

carbontwelve

Joined 6 Feb 2014

Statistics

Threads 5
Replies 46
Solutions 7
Articles 0

Queued events and logged in users with Sentry

In my application when a user creates a new task record there is a bubble process that can take a fe...

0 Likes
0 Replies
posted 8 years ago

laravel.io events

It would be quite nice to know when someone has responded to a thread that you have commented in, pr...

0 Likes
1 Replies

Auto-loading issue

I have an issue with autoloading appearing to work fine on my local machine but not on our server. I...

0 Likes
1 Replies
Solved
posted 10 years ago

Is this the best method for identifying if a route exists?

https://gist.github.com/carbontwelve/9089485 The above is how I have been identifying if a route exi...

0 Likes
1 Replies
Solved
posted 10 years ago

I'd like to see "staring" posts functionality

Hey, I have seen a few posts on the forum that are bookmark worthy - however it would be nice to hav...

0 Likes
2 Replies
replied 7 years ago

Log out a user during a test

You could just ensure that you log out the user before each test case - possibly with $this->flus...

0 Likes
replied 7 years ago

How to access controller method from inside another controller

alzambo said: Hi, I'm still learning Laravel and I don't know exactly what a reporitory class is......

0 Likes
replied 8 years ago

Newbie: Trying to create a search function on laravel 5

I would be interested in seeing a var_dump of $results because from what I can see it should be work...

0 Likes
replied 8 years ago

Column not found: 1054 Unknown column '_token' in 'field list' (SQL: update `tutorials` set `_token` =

Hi Chris, you need to add _token to the input exclusion, when using the form helper it adds a hidden...

0 Likes
Solved
replied 8 years ago

Column not found: 1054 Unknown column '_token' in 'field list' (SQL: update `tutorials` set `_token` =

In your TutorialController I am assuming that $input is an array that does not contain _method becau...

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.