Support the ongoing development of Laravel.io →

scosec

Joined 23 Sep 2015

Statistics

Threads 2
Replies 19
Solutions 5
Articles 0
posted 8 years ago

Unit testing

He Guys, I have a question with unit testing. I'm a bit stuck here. // SomeController public functio...

0 Likes
0 Replies
posted 8 years ago

How to handle many ajax requests

Hi, Currently i'm working on a project that handles many AJAX requests from the Front-end. It sends...

0 Likes
0 Replies
replied 8 years ago

Use config file in App\Libraries

You should place it in the config folder. Otherwise create a serviceprovider that publishes your con...

0 Likes
replied 8 years ago

Laravel 4 NotFoundHttpException Need help.

Check your routes.php it seems the problem is there,

0 Likes
replied 8 years ago

controller saving parameter from route

This wil fix it. Didn't notice it earlier: Remove the $ from route Route::get('customer/{idc}', [ 'a...

0 Likes
Solved
replied 8 years ago

controller saving parameter from route

$shoppings = Shoppings::select('date', 'product') ->where('customer_id', '=', $id)->get(); $cu...

0 Likes
replied 8 years ago

Website URL in Blade

{{ url('/') }}

0 Likes
Solved

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.