Support the ongoing development of Laravel.io →

542 Threads

Laracasts/flash not showing in laravel 5.4

I have recently upgraded my project from Laravel 5.1 to 5.4. Everything is working fine except for f...

0 Likes
1 Replies
Solved

How to override app routes from package?

Greeting guys, I'm just about to start developing my very first Laravel Package using v4.2 & enc...

0 Likes
3 Replies
Solved

Handle multi-level restful URL

Hi. I already done making this url but I want to know what is the best practice to handle multi leve...

0 Likes
5 Replies
Solved

Validation alphabet and numeric value

what is regex for validation if value have both alphabet or numeric value ? thanks

0 Likes
4 Replies
Solved

Javascript event not working after load a new table with jquery load and laravel

I have a table(displayTable) that display data from my db of am using laravel on the i have a link...

0 Likes
1 Replies
Solved

Geting comma separated values as ID for another table

Hi guys, so i have this input from invoice_table, "order_numbers", with values something l...

0 Likes
1 Replies
Solved

New session is created on each request

Recently I started working on a new project. There was a problem with logging in. I and my teammate,...

0 Likes
9 Replies
Solved

How to get URL with current project language like http://example.com/en

I need project URL with current project language like http://example.com/en URL("/") this...

0 Likes
3 Replies
Solved

Route model with relationship

hi all I'm making a blog and i have a question : for the view post page, i use this route : Route::g...

0 Likes
4 Replies
Solved
posted 7 years ago

Back redirect with anchor

Hello! I want that after the failure of mold filling was redirected back to the anchor, but found th...

0 Likes
1 Replies
Solved

Creating "Achievements" in Laravel

I have been looking at the possibilities of gamification on my webapp, which has been fun to think a...

0 Likes
7 Replies
Solved
posted 9 years ago

Laravel 5 can't post

Top of my controller I have: <?php namespace App\Http\Controllers; use Illuminate\Http\Request;...

0 Likes
17 Replies
Solved

TokenMismatchException Issue Only on Dreamhost

I just uploaded my site to DreamHost (http://thepixelshades.com) and I'm now getting a TokenMismatch...

0 Likes
1 Replies
Solved

Validator errors not in session?

I am validating a form with the following $validator = \Validator::make($request->all(), [ 'p...

0 Likes
11 Replies
Solved

Call to undefined method Illuminate\Database\Query\Builder::lists()

I've just started to study Laravel using this course Laravel 5 Fundamentals but in lesson 22 I've a...

0 Likes
4 Replies
Solved
posted 8 years ago

How to handle nested JSON object request in Laravel 5?

We had this webservice running in Laravel 5 and AngularJs/Ionic for handling the web. When we do htt...

0 Likes
8 Replies
Solved
posted 7 years ago

notification for specific users in laravel

Good time of day. Tell me how optional, some users to make a notification through a broadcast channe...

0 Likes
1 Replies
Solved

How to implement laravel request validation

Hello All, Now i am trying to implement laravel validation on my API controller, and here is my cont...

0 Likes
5 Replies
Solved

Validation Rule - Ignore on Update

Hi all - I'm stumped with rule validation on update. All the examples use a user class but if I crea...

0 Likes
3 Replies
Solved

How to add and update config varaibles in laravel

I have a config variable file which I'm using it in my controllers instead of mysql for faster perfo...

0 Likes
1 Replies
Solved

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.