I'm building an app with lots of this kind of data, e.g. jobs. Most have a parent so I've started cr...
Hi, I was using the database driver for the sessions and all had worked perfectly. But after some of...
I'm wondering what is a good gTLD to pick for all my vagrant/homestead boxes I setup? i.e. .app .dev...
I have a simple code to using master layout and pass some data to View to practice Laravel, the foll...
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...
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.