According to the 5.1 docs, the new recommended way to work with session data is to inject the reques...
I am fairly new to Laravel. Maybe it is possible somehow but I could not find it. This does not work...
I am adding something additionally in Response::json. For example, the Restful route to public funct...
I have a plain PHP class written like this class UploadHandler { protected $error_messages = arr...
Hello, i am new to laravel, i want to convert ci library into laravel package style and access it i...
Let me set the scene, so to speak. I have an "Item" class which has different food items (...
Hello, Today I ran into a problem which I could not solve. I am developing at the moment some differ...
i have created a class as follows class CommonContainer { public $value1; public $value2; private st...
Hello, I am adding a command from a package like so -- $this->app->bind('stats::command.st...
Hello, I'm getting a need for use several classes in my application and If I have a single interface...
This is driving me bonkers because it seems I'm the only person with this problem. I have a UserMess...
Using Laravel 5.0, we develop locally using Homestead and everything works fine. When we deploy the...
One team I'm on right now is in the process of building a massive application on Laravel. As we've a...
How can i use controller method in scheduling rather than command?
demo Table: name | passport_date | visa_date when i using in Eloquent: $latestPassport = Demo::order...
I am Pretty new to the repository thing and don't do a lot of dependency injection.Now am having thi...
I´m working on a small Web-Application which will be having a private messaging system. While a user...
how to work with non laravel package this is the https://packagist.org/packages/kerphi/phpfreechat p...
Hi, I'm looking for solution to make correct injection for View Composer. I want get access to Contr...
Hello, I want to embedd Laravel into another app. So what I am looking for is, that the other App wi...
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