Support the ongoing development of Laravel.io →
posted 9 years ago

How to delete a row that is older than 30 days using MySQL.

Hi there, I have a laravel application using MySQL. I have a table named table and a column called c...

0 Likes
1 Replies

Sending email using gmail is taking too long

I am sending an email using gmail smtp but it takes too long to send and just exceed on the 60 timeo...

0 Likes
11 Replies

Auth::user returns model? But does not return accessors (getFooAttribute)?

If someone logs in to my website. And I run the following $user = Auth::user(); return dd($user); I...

0 Likes
0 Replies

Use the timezone set by the user

Basically when I get the datetime column in my table I want to adjust its date and time base on the...

0 Likes
6 Replies

When Validation Exception is thrown?

I am trying to understand when Validation Exception is thrown. As when my custom request rules metho...

0 Likes
0 Replies
posted 9 years ago

Laravel 5.2 PUT request gives MethodNotAllowedHttpException

So I'm having troubles with a PUT request in laravel. postman is returning the MethodNotAllowedHttpE...

0 Likes
0 Replies

How can I use sqlsrv driver on Linux platform?

Hi all, I have a problem: can I use sqlsrv driver on my linux distro? In my project the database is...

0 Likes
0 Replies

How can i create route with 2 middleware inside thanks !

Route::get('admin/dashboard', function () { return 'Welcome to admin page'; })->middleware('...

0 Likes
1 Replies

Making a forum using laravel.io core, adding private thread with invite only users feature

Hi, I am creating a project using laravel.io git repo as base. I am stuck in creating a new thread g...

0 Likes
0 Replies
posted 9 years ago

Package Developement and support

I have published one package https://packagist.org/packages/swapnil/api-response-creator but do not...

0 Likes
2 Replies

earth datatype on migration

how to give postgresSql 'earth' datatype on laravel migrations

0 Likes
0 Replies
posted 10 years ago

Vietnam Laravel Discussion Group

Hi every body, this is a Laravel Group on Facebook for Vietnamese developers to discuss with Vietnam...

0 Likes
1 Replies
posted 9 years ago

Logging in and returning to previous page

Trying to change the page that the user is redirected to after login or registration and having some...

0 Likes
4 Replies

Remove public folder

Hi I am setting up new project in laravel, i want to remove public folder. i am implementing suggest...

0 Likes
1 Replies
Solved

Checking hashes in database

Hey! For fun, I'm creating an API in Laravel to learn the framework and general new stuff. I have a...

0 Likes
2 Replies

Search by Date Form Google Maps

Hi Im new in laravel and i need help :) I need to create a form which will show a markers on google...

0 Likes
0 Replies
posted 9 years ago

Status check on authentication

I have status field for users and want to check whether user has active status before authenticate h...

0 Likes
3 Replies
Solved

Remove trailing "#_=_" when successfully logged in

I have Laravel 5.2 on windows, using apache XAMPP for db mysql connection. I use php artisan serve t...

0 Likes
0 Replies

laravel 5.2 - non laravel package - dvdoug/BoxPacker - PSR-4

Hello, I would like to use this package with Laravel . https://github.com/dvdoug/BoxPacker I followe...

0 Likes
3 Replies

File upload with HTTP Patch request

Hello, I am attempting a file upload with a PATCH HTTP request. In the controller, Input::file('file...

0 Likes
3 Replies

Thanks to our community

Solutions given in the past year. Excluding solutions from thread authors.

Moderators

We'd like to thank these amazing companies for supporting us

Your logo here?

Laravel.io

The Laravel portal for problem solving, knowledge sharing and community building.

© 2025 Laravel.io - All rights reserved.