Hello, Here is my Row Query to get the data from database. $user = DB::table('users')->get(); I w...
Is the below if statement correct, where newQ and newP are values, and post_type is a variable :...
Hi, When i make a migration with a string as foreign key, it don't work, but with an int its working...
Hi Gaes I encountered a problem where I want to show data by year If the variable $ year I return th...
I have a method that returns all the current user's blogs. User hasMany Blogs and Blog belongsTo Use...
I took the painful steps to alter the [php artisan make:auth] authentication/registration scaffoldin...
I have a very newbie question in Laravel. In the controller I want to create something like : if ($Q...
Hi folks, I assume that Laravel LTS (5.1) will include in LTS all minor updates, i.e. 5.1.4, 5.1.11....
Hello, could somebody kick me into right direction how to build this kind of query in eloquent: SET...
Hi. Recently i changed the folder project from "laravel" to "testsite", now i ca...
I used Laravel 5.2 as backend API, and AngularJS 2 as front-end framework. Therefore, angular2 woul...
I am new to laravel and i want to create a one to one chat application like facebook chat. what is t...
I have 2 blade view to send an email, they are : layout.blade.php and welcome.blade.php where welcom...
Hey am new to Laravel and I have just a small question . How and where are uploaded files stored
I'm getting the following error with Laravel. I did a fresh install and added homestead with compose...
I'm creating a sort of SQL web client and would like to know if it's possible to connect to a user-s...
Laravel documentation gives the following as an example: Mail::send('emails.welcome', $data, functio...
I wanted to be able to do something like this: Mail::using($c)->send('emails/default', ['content'...
Hi, im building this SaaS application where the users are billed every month on their join dates. bu...
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