Support the ongoing development of Laravel.io →

mtilokani

Joined 19 Dec 2016

Statistics

Threads 1
Replies 5
Solutions 0
Articles 0

mysqli support in laravel

How can use I mysqli database driver in laravel? I gone through the documentation and found that lar...

0 Likes
2 Replies
replied 7 years ago

mysqli support in laravel

Thanks for letting me know about https://github.com/jenssegers/laravel-mongodb package But as you sa...

0 Likes
replied 7 years ago

Send an array as parameter value to route

Hi, Instead of passing array in GET request, try to pass an array as JSON string using json_encode s...

gzun liked this reply

1 Likes
replied 7 years ago

Laravel show array json

Hi, can you please explain this in more detail. I got the thing about 70-80%. As you have written th...

0 Likes
replied 7 years ago

How to create relationship between Employee Department and Emp_dept table

Try this: $departments = Department::with('Department')->get();

0 Likes
replied 7 years ago

How to solve MethodNotAllowedHttpException in RouteCollection.php line 218:?

Hi, By default, through this below line, Laravel provide all facilities for insert, update and delet...

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.