Support the ongoing development of Laravel.io →

damienadermann

Joined 3 Apr 2014

Statistics

Threads 1
Replies 67
Solutions 10
Articles 0
posted 10 years ago

Valid route throwing 404

I have a routes.php /* * Web */ Route::group(['namespace' => '\Smartii\Controllers\Web'], funct...

0 Likes
2 Replies
Solved
replied 9 years ago

Composer Not Update Properly

use composer update --no-scripts its failing because the StorageServiceProvider doesn't exist. The i...

0 Likes
replied 9 years ago

Ajax Failure Over 3G Connection

See if it fails on your computer using 3g. If it does have a close look at the requests being sent i...

0 Likes
replied 9 years ago

Call to undefined method stdClass

DB::table('categories') should be Category DB::table will return a Collection of StdClass objects no...

0 Likes
Solved
replied 10 years ago

Getting started with testing

I found Jeffrey Ways Testing decoded to be really helpful. https://leanpub.com/laravel-testing-decod...

0 Likes
replied 10 years ago

save() function doesn't work and does not output an error

That looks fine to me. Could you also post how you are using the save method.

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.