Support the ongoing development of Laravel.io →

Trouble converting homestead to 7

I'm having trouble with my PHP7 homestead box conversion from PHP5. (I'm in a Windows10 environment)...

0 Likes
1 Replies
Solved
posted 9 years ago

Return/throw something from route callback to indicate "actually not a match, try other routes"?

As the subject says - is it possible to indicate a non-match for a route from within the route callb...

0 Likes
0 Replies

Localization: load files from subdirectories at `resources/lang/{locale}/`

In L5, files in subdirectories at resources/lang/{locale}/, e.g. resources/lang/en/foo/bar.php, are...

0 Likes
5 Replies

Socialite visits by Google Adbot

In my exception log I see repeated exception errors being generated by what appears to be Google Ads...

0 Likes
0 Replies

Laravel and AntiXSS: How to make AntiXSS as default behaviour of Blade?

Hi I am using Laravel 5.1 and vtalbot/markdown. I have a works table and inside there is description...

0 Likes
0 Replies

ResponseFactory not found

I have got the following: Route::post('hello', function() { return response()->json(['ok' =>...

0 Likes
0 Replies

JWT Auth giving error invalid_token in each api call

Hi All, I have used tymondesigns/jwt-auth package to implemet token based auth in laravel. i receive...

0 Likes
0 Replies

Authenticating Client using Client SSL Certificates

I would like to authenticate my clients based on the Client SSL Certificate. Does Laravel supports...

0 Likes
1 Replies

insert multiple rows

i want to insert multiple rows in the database on one click if row is checked using multiple checkbo...

0 Likes
0 Replies
posted 9 years ago

Checking whether a IOC container is defined or not

Hi, In my code I am defining an IOC container like App::instance('myapp.value', $value); In other...

0 Likes
1 Replies
Solved

404 not found incorrect url ajax

Hi guys the console log error 404 page not found http://localhost/directories/public/product/subcate...

0 Likes
1 Replies
posted 9 years ago

TokenMissMatchException coming only in Safari in Mac systems

Hi, I'm using Laravel 5.0 and getting TokenMissMatchException whenever im trying to load the site in...

0 Likes
1 Replies

Error in setting up Laravel in Heroku

I am setting up Laravel in Heruko using my github repo and when finished building and view my code t...

0 Likes
0 Replies
posted 9 years ago

One To Many & One To One in Same Relationship Lookup

Hey all. So, I am three tables that are interconnected. Character Has primary key profileId Characte...

0 Likes
0 Replies

Want to get boolean instead of 0/1 after ORM query

I used the toArray() method to transform my query results into an array, but I want some of the fiel...

0 Likes
4 Replies
Solved

How to setup Laravel on VPS subdomain in combination with Git.

Hi Guys, I'm having some confusion with Laravel on my VPS. I got it working. but not in a proper wa...

0 Likes
0 Replies

How to Handle Routes of Two Laravel Projects on One Domain or Server?

I'm working on a project divided into two separate parts. Part one, the bigger part, is in Laravel 4...

0 Likes
0 Replies

Best practice when creating a form

Im new to Laravel, and thought i would start out by creating a simple form. By searching around the...

0 Likes
2 Replies

User(admin) hasOne Group & User(normal) belongsTo Group solution

Dear reader, I am building a simple group chat application. The architecture is like this: User(Admi...

0 Likes
0 Replies

Mandrill not working

here is my composer.json "require": { "php": ">=5.5.9", "larav...

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.