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

Removing 'the', 'an' and converting numbers to text

I'm trying to use a sort field in my database but everything needs to be entered twice. So I'm looki...

0 Likes
0 Replies

Boostrap glyphicons not working with out of the box laravel 5.

Hello. I cannot see glyphicons with laravel 5. I tried putting /fonts direcory into /public laravel...

0 Likes
3 Replies
posted 8 years ago

PhpUnit testing, how to check a checkbox if there are multiple checkboxes with same name in a form.

I am testing a form. In the form, there are some checkboxes which are with the same name as there ar...

0 Likes
1 Replies

Save User data? session? cache? db?

Hello, i have web app using laravel, for each user there is permissions sets array and subscription...

0 Likes
0 Replies

Token Mismatch issue with Iframes on Safari Browser Only

Laravel Version: 5.3.28 PHP Version: 5.6.25 Database Driver & Version: Description: Hi, i have...

0 Likes
0 Replies

Laravel 5.3 - Login is not case-sensitive

Hi, I am using laravel authentication to authenticate my users. (Laravel 5.3) By default, Laravel us...

mfasza liked this thread

1 Likes
0 Replies

Fetching JSON data from API

I'm trying to fetch JSON data from an API and it's returning null. Here is my code: $movie_url = '...

0 Likes
0 Replies
posted 7 years ago

Target [Aws\Common\Credentials\CredentialsInterface] is not instantiable while building [Aws\S3\S3Client].

Hi, I have my provider "S3ServiceProvider": <?php namespace App\Providers; use Illumin...

0 Likes
1 Replies

Integration HTTP_Request2 in laravel 5.3

I am facing issue for integrating external server call through "HTTP_Request2". Kindly hel...

0 Likes
0 Replies

Combining results of queries

I am trying to combine results of two queries: For my first query, dd($sales) array:3 [▼ 0...

0 Likes
0 Replies

Laravel Mix is very slow when compiling sass files containing urls

Hello, My app.scss file imports 6 other sass files. Typically, Laravel Mix compiles the whole thing...

0 Likes
0 Replies

Is Laravel too complicated for beginners?

Some things i really don't like on Laravel: The installation process is a pain and doesn't work fo...

0 Likes
39 Replies
posted 7 years ago

Client package for Laravel Application.

I have created an education learning platform using Laravel framework. On this platform 3 type of us...

0 Likes
0 Replies
posted 7 years ago

Laravel 5.4 undefined variable

Hi fellas, after updating to Laravel 5.4 I have received some weird errors that I don't know how to...

0 Likes
1 Replies

Call to a member function groupBy on a non-object

I am trying to merge two queries $sales = DB::table('sales') ->join('drugs', 'drugs.id', '=',...

0 Likes
2 Replies

How to session:destroy in laravel?

Everytime, I proceed to another page then when i go back to the previous page. THe page still displ...

0 Likes
0 Replies

Help me please translate simple raw update query eloquently

Hey guys, Been trying to come with solution to translate this query as eloquent as possible, but kee...

0 Likes
1 Replies
posted 7 years ago

Relationships are correct but returns null

Been on this for many days now but I can't seem to figure it out <?php namespace App; use Illum...

0 Likes
0 Replies

laravel user section on subdomain

Hello Guys I have a mulisite like project in which I want to run user account on subdomain for examp...

0 Likes
0 Replies

How do Single Sign on in Laravel 5.3?

How do Single Sign on in Laravel 5.3? Can we use passport?

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