Hi there, I have a laravel application using MySQL. I have a table named table and a column called c...
I am sending an email using gmail smtp but it takes too long to send and just exceed on the 60 timeo...
If someone logs in to my website. And I run the following $user = Auth::user(); return dd($user); I...
Basically when I get the datetime column in my table I want to adjust its date and time base on the...
I am trying to understand when Validation Exception is thrown. As when my custom request rules metho...
So I'm having troubles with a PUT request in laravel. postman is returning the MethodNotAllowedHttpE...
Hi all, I have a problem: can I use sqlsrv driver on my linux distro? In my project the database is...
Route::get('admin/dashboard', function () { return 'Welcome to admin page'; })->middleware('...
Hi, I am creating a project using laravel.io git repo as base. I am stuck in creating a new thread g...
I have published one package https://packagist.org/packages/swapnil/api-response-creator but do not...
how to give postgresSql 'earth' datatype on laravel migrations
Hi every body, this is a Laravel Group on Facebook for Vietnamese developers to discuss with Vietnam...
Trying to change the page that the user is redirected to after login or registration and having some...
Hi I am setting up new project in laravel, i want to remove public folder. i am implementing suggest...
Hey! For fun, I'm creating an API in Laravel to learn the framework and general new stuff. I have a...
Hi Im new in laravel and i need help :) I need to create a form which will show a markers on google...
I have status field for users and want to check whether user has active status before authenticate h...
I have Laravel 5.2 on windows, using apache XAMPP for db mysql connection. I use php artisan serve t...
Hello, I would like to use this package with Laravel . https://github.com/dvdoug/BoxPacker I followe...
Hello, I am attempting a file upload with a PATCH HTTP request. In the controller, Input::file('file...
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