I need to set dynamically the table name (extract from other database) and get the last record. This...
I think this is a basic problem or question, but i can't find any solution that solves this problem,...
One of the first things I do for every Laravel project is to add this: config/database.php 'prefix'...
I've upgraded from 5.2 to 5.3, and have followed all of the upgrading steps. I am getting this error...
Hello Everyone, Every morning I try to open my client system I get the below error. To solve it, I k...
Greeting guys, I'm just about to start developing my very first Laravel Package using v4.2 & enc...
Hello, I want to format links inside a post. For example if I put https://laravel.io to make it a li...
Is there a way to logout user when his IP is changed? Where can I check if his IP is changed for all...
public function getLogin($provider = null) { try { $social_user = Socialize::with($provi...
We're currently looking to see how much interest there is for such a meetup and how big it'd be. Is...
i face a problem when i register a user through web service API project, and it was working but sudd...
I'm having problem return false on this multiple file input. It is working for textboxes. Anyone can...
On this page: https://laravel.com/docs/5.4/mocking It states: You should not mock the Request facade...
I am looking at a way to strip those things from user input comments or posts in my project. I am us...
I am having trouble putting my first app together. The app is a web form it executes a controller an...
Windows 10, OpenServer, Laravel 4.2, Elasticsearch 1.0 Controller: public function searchUser()...
Wrapper namespace App\Services; use Elasticsearch\Client; class Elastic { protected $client;...
table struct is apply_forms id form_number name apply_form_devices id apply_for...
I have, $a = App\SomeModel::where('id', 1)->get()->last(); My model's table has 72 entries. $a...
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