Hi; On my journey to learn OOP I finally managed to make some progress in OOP. Still there is a worl...
I'm attempting to build a RESTful API using stateless authentication. However, I'm having trouble un...
i create a simple registration from that takes the email and password to login in users after regist...
Simple version of database. mortgages | id | case_id(cases@id) | | 1 | 1 | | 2 | 2...
Hi, is possible to return the input value instead of the :attribute in the error messages? Thanks
Hi all! I want to add lightbox to images dynamically created from a form. This is the code for creat...
My teacher today gave us a problem today, it goes like this : ##Scenario You are developing an eComm...
I haven't actually used Laravel yet, but I was curious as to whether its dependency injection contai...
on album model: public function band() { return $this->belongsTo('Band'); } on...
In my app's bootstrap code I need to use $_SERVER['HTTP_HOST'] to do some initialization. Problem is...
Hiya - is there a way to get the time to expiration for a cached object?
Hi; This example does not make any sense, it is wrong and not following SRP either! Author seems to...
Hi all, My question is about pagination. I have some posts and some comments for each post. I unders...
Hi, I thought you might need this as much as I do, so I released it as a composer package: https://p...
Could someone help me how conjure the favicon.ico? Apache document root points to the public folder...
Hello. Is there any fast solution to add feed from another site to laravel. What i need is to put in...
I've been having issues with loading config from within the register() method of a service provider....
Hi all, In my design, I have categories, and posts for each category. Each post has a date, dd/mm/yy...
I have 2 models: Question and Answer with a votes integer field. I already created the ajax request...
Like the question says How I should deploy a laravel project? that is already on github. Do I need t...
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