Hello, I am new on Laravel, and I try to build an application, that in some point, I have a form, in...
If you ever created complex global scope constraint, you must have faced a challenge with defining r...
I need some help getting a list of threads with the latest message from my database using eloquent....
I have 'products', 'categories' and 'category_product'. How can I return a list of products, sorted...
Hey everyone, I'm trying to output a png image via Laravel (I'm doing something for every page view...
Hello, I have the following code: abstract class I18NEntity extends \Entity { protected $appends =...
Fairly new to Laravel having been away from PHP, and coding in general, for about 6 years. I've got...
Hi all, I’m currently using “Partials” to create an create/edit form. I want to apply different ri...
Greetings. I am going to update my current website which is hosted using Laravel Forge, and I am unc...
I use Restful to create CRUD in laravel. And i add another route : Route::resource('article', 'A...
I am new to laravel framework. I am using Homestead as my development environment and everything wor...
Hi All, I work on Laravel framework from the short time, After finishing the website, I willing to e...
Hello, im having a logic problem, sorry if this is not the place to put this. Im working on an app f...
Hi, I am a fresh starter in laravel. On my fresh installation of laravel 5 i am getting this....any...
Hello, where can I place code (Laravel 5.1) that has to be executed after the App\Providers\AppServi...
I tried adding an author and editor in my company model, I would like to be able to not only know th...
Hi I have been trying to solve this for two days now, I do not have any hair left. My routes file: &...
Hello! I have a model that look like this: public function GetUserByname($input){ $this-&...
I have installed a package using composer. I need to use it like use aaa\bbb\ccc as xxx; in laravel...
So I changed the users table to members in a laravel 5 application. I also changed the config/Auth f...
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