I have a routes.php /* * Web */ Route::group(['namespace' => '\Smartii\Controllers\Web'], funct...
use composer update --no-scripts its failing because the StorageServiceProvider doesn't exist. The i...
See if it fails on your computer using 3g. If it does have a close look at the requests being sent i...
DB::table('categories') should be Category DB::table will return a Collection of StdClass objects no...
I found Jeffrey Ways Testing decoded to be really helpful. https://leanpub.com/laravel-testing-decod...
That looks fine to me. Could you also post how you are using the save method.
The Laravel portal for problem solving, knowledge sharing and community building.
The community