Hi, I can read here and there that "I like Laravel, because it's a RESTful framework", but...
I have lot of styles, js & ajax in front-end.Can I use laravel in such scenario. Can i start usi...
I'm trying to sort a collection by the column "name". I am logging the ajax result and whe...
Ahoi, want to use static methods and public method (of Instance) from a Model. have a controller : c...
Hi, I've started learning about the Laravel framework and did a fair amount of reading on the subjec...
I I tried to upgrade to Laravel 5.0, but I have a problem with my macros. I have 2 types of macros:...
I've been using laravel for a few weeks now, and I have to say, I'm not getting used to the folder s...
Example $post = Post::with('categories')->first(); one post relationship to many categories How...
Hello guys. I'm wondering how i can do single change in single table without affected on other table...
I'am trying to do dependency injection between two services via IoC, and getting ReflectionException...
Hi, This may be a stupid question however I'm a beginner and have recently started learning Laravel....
Hi, Currently I'm working on the back-end system of my website and I've created a module where admin...
Hi, I'm still wondering what is so great about view composers in Laravel (5). I have a controller wh...
Hi all so I am extending the AuthController and have added a few 'helper' like functions like: priv...
hi i am building an app with Laravel, and I have users which also have a profile. I am unsure about...
L4 had artisan dump-autoload. It wasn't exactly the same thing with composer dump-autoload, it did o...
If I make my auth route '/' /login and /register work fine but /password/email and /password/reset t...
Hello, I have an API called restclient.php. What basically happens is that I'll include the restclie...
I've been redoing my controllers to inject repositories and using those classes isntead as the only...
I want to create a library class called Points. This class will just have a single method to send da...
Solutions given in the past year. Excluding solutions from thread authors.
Select a tag below to filter the results
The Laravel portal for problem solving, knowledge sharing and community building.
The community