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

Error Changing Laravel Validation message for max file from KB to MB

I have a laravel 5.1 app. I'm trying to change the validation message from KB to MB. e.g The :attrib...

0 Likes
0 Replies

Move Laravel project to new server

Hello I have a laravel project and want to make a copy of it on another server and domain. What I ha...

0 Likes
0 Replies
posted 7 years ago

Showing indexes of nodes in tree using Baum package

I have installed the Baum package with Laravel 5.2 to represent some kind of Table of contents, usin...

0 Likes
0 Replies
posted 7 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 7 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 7 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 10 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 7 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 9 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

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.

© 2024 Laravel.io - All rights reserved.