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

Possible Bug - Problem with Alias when object is passed.

I have the following code: // Departments $physics = factory(App\Base\Academy\Department::class, 1)-...

0 Likes
0 Replies
posted 8 years ago

Connect laravel 5 to AWS RDS with SSL

Original post: https://stackoverflow.com/questions/38710723/connect-laravel-5-to-aws-rds-with-ssl I...

0 Likes
0 Replies
posted 8 years ago

Help needed with vue-multiselect

In the below example, I'm using multi-select component from https://github.com/monterail/vue-multise...

0 Likes
1 Replies

Env for laravel/elixir with browserify

What is the solution for using environment variables in laravel/javascript projects with elixir+brow...

0 Likes
1 Replies

Unresolvable dependency resolving [Parameter #3 [ <required> $emailView ]]

Hi All When I click on the forgotten my password link i get the error below Unresolvable dependency...

0 Likes
0 Replies
posted 11 years ago

How to create temporary table?

I hope someone can teach me how to create a temporary table . I'm using laravel 4. CREATE TEMPORARY...

0 Likes
2 Replies
posted 8 years ago

Request User null with api guard

I've been successful at setting up the api_token guard, user successfully gets authenticated, but th...

0 Likes
1 Replies

Policy not working, God knows why...

I am trying to move the controls I make in the Controller for a User to be able to leave a Comment o...

0 Likes
0 Replies
0 Likes
0 Replies

Windows File permissions won't let me open file

I'm using L5.1 on Windows 10/Apache as my server, and I want to upload a file to /public/img/userIma...

0 Likes
1 Replies
Solved

Auth::attempt() always fail (using Database) in laravel 5.2

AdminController.php public function checkLogin(Request $request){ $validator = Validator::make( a...

0 Likes
0 Replies

Reuse translations in Laravel 5.2

I'm wondering if it's possible to reuse Localization translations in Laravel 5.2. So something like...

0 Likes
0 Replies

How to handle 404 errors for sub domain/different domain route group in laravel 5.2?

I have two different domain groups in my Laravel application. One is example.com and other one is su...

0 Likes
2 Replies
posted 10 years ago

Import .sql-file into database

Hi, is there an easy way to import a .sql-file into the database? It just should import the file, no...

0 Likes
7 Replies

NotFoundHttpException in RouteCollection.php line 161

I am learning Laravel by doing a self-exercise. Basically what I want to achieve is the parameter ‘i...

0 Likes
0 Replies

S3 Best Practice For Media

Hi All, I am making an app that uses S3 to store a lot of user media which I then display to the use...

0 Likes
0 Replies

HTTP_UPGRADE_INSECURE_REQUESTS for CloudFront

AWS Cloudfront now supports free SSL certs from the AWS Certificate Manager. But the SSL cert is on...

0 Likes
0 Replies

default password reset of authentication not working (Expected response code 220 but code "", with message "")

i am using laravel 5.2 and php 5.6 .env MAIL_DRIVER=smtp MAIL_HOST=smtp.gmail.com MAIL_PORT=465 MAIL...

0 Likes
0 Replies
posted 8 years ago

Serialization of Jobs for queue

My questions concern serialization of jobs for queue. Is the model that is passed as an argument to...

0 Likes
0 Replies
posted 8 years ago

A week of Laravel #16 (25 July-01 August 2016) #Laravel #Changelog ✨

Updates: "Updates: laravel/framework [master, 5.2, 5.1], laravel/laravel [master, develop], la...

0 Likes
0 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.