Support the ongoing development of Laravel.io →

Stuck on Laravel 5 Beauty css is crashing

I am following a tutorial for Laravel 5 beauty and in the last tutorial titled "Cleaning up the...

0 Likes
7 Replies

Easy Localization and Translation

As I was getting tired of creating translation files and maintaining big arrays of translations, I l...

0 Likes
5 Replies
posted 9 years ago

Checking the value submitted exists in a table using the validation rule "exists"

The docs for L4.2 show examples of how to use exists with values for a 'where' clause when checking...

0 Likes
1 Replies

Events not firing on inherited model. How can I fix this?

I have a model, Order, that has an updated event. use Illuminate\Database\Eloquent\Model; class Ord...

0 Likes
3 Replies
Solved

User login without users table

I have a unique use case I am trying to write a laravel application for. I want to authenticate user...

0 Likes
1 Replies
posted 9 years ago

Want to Create dynamic page route for dynamic url

I want to create a website and their cms to create page and their link dynamically I opted the code...

0 Likes
0 Replies

Retrieving all input data using $request->all()

I have one middleware, which merges customerId to each incoming request. if ( ! $request->has('cu...

0 Likes
0 Replies
posted 9 years ago

Laravel 4 relations -> get company with machines and sales by date

Hey Guys, I have a issue with relations. I have a table with: companies, machines and sales. A compa...

0 Likes
0 Replies

Problem with eloquent after composer update

Hi everyone, since a couple of day I have some trouble with the composer update command in that when...

0 Likes
1 Replies
Solved

Form Request Validation saying no fields are present

I'm posting data to a Laravel controller using a XMLHttpRequest() to send FormData(), and trying to...

0 Likes
1 Replies
posted 10 years ago

Easy Laravel 5 book (is it worth getting?)

Has anyone purchased this? Is this recommended for it's content?

0 Likes
9 Replies

created graph multi series in laravel

how do i created graph multi series in laravel? this is my code, please tell me if i have error.. &l...

0 Likes
0 Replies
posted 9 years ago

Laravel 5.0.33 Illuminate\Database\Eloquent\Model not found in line 5

Here is my file Email.php in app, it is very simple but it doesn't work: <?php namespace App;...

0 Likes
0 Replies

Homestead 404 Not Found

I've been trying to get vagrant + homestead working on windows 8.1, I can access the VM with 'homest...

0 Likes
14 Replies
Solved

Stop validating when required_with returns false

Hello, I have 2 fields : amount (text) and currencies (select). Here's an extract of my validation '...

0 Likes
0 Replies

On Busy Server Received SQL Error!

Hello, I have a big problem and if it's true laravel will going to critical and unreliable situation...

0 Likes
0 Replies

Trying to deploy Laravel 5 on Synology Web Server

As per most of the articles available, simply copying the entire directory of the Laravel project an...

0 Likes
1 Replies

Modify the built-in login to check if the user confirmed the registration

I've modified the registration process which now sends an email with a link to confirm the registrat...

0 Likes
3 Replies
Solved

Redirect Search Form to Search Results Page

I have a search form that sits on every page of my Laravel app - when someone enters a search reques...

0 Likes
6 Replies
Solved

Laravel 5, Postgres and JSON fields

Hello, trying to understand that status of development for this use: I want to store JSON data in Po...

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