I am doing a simple SQL statement $userExists = DB::table('users')->where('email','=', $email)-&g...
Hi, in my laravel homestead server i have 2 laravel installation in 2 different folders and a Databs...
Hi guys i search in forum but not find a solution for this. I need calculate age of a person from da...
I'm having trouble using forge and environment variables. When I use getenv('DB_NAME') and so furthe...
I have tables: Users, Pages, Posts [ One user may have many pages and posts ] User table structure '...
Hey, I'm new to Laravel but I've done quite a bit of searching and could not find any clear solution...
I'm using cviebrock/eloquent-sluggable to make some nice urls. Now I want to update them to new ones...
This question is mainly to wrap my head around things. I'd just like to know how others go about dev...
I built a tool that creates usernames and a custom-encrypted password and inserts them into a MSSQL...
Hey, I am developing an application and would now like to move it to my staging server. For the data...
Hi All, Im working on a streaming project and i'm just starting to learn laravel. I do have a proble...
Hi there, I've a question regarding the retrieval of a minimum and a maximum value of a field in a r...
Hello. I have One To Many relation ( One user with many pages ) i'm inserting user pages like this:...
Hi, I currently creating this somewhat complicated abstraction layer. is it possible to cancel or ro...
Hi, I would like to customize the JSON which is returned by the index and show functions of the cont...
So, I had a pretty common need to generate a query against a table based on multiple column values....
I try run this code: $rows = DB::table(CustomerNumber::TABLE) ->join(NumberGroup::TABLE, functio...
Is there a clever way of composing an eloquent search where it only applies values sent thought and...
I have the query like this $article = new Article(); $query = $article->with('user')...
Hello, I created a search functionality within my Laravel project - the user can search for teamname...
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