Support the ongoing development of Laravel.io →

my ubuntu php vs homestead php

is there any difference between ubuntu desktop vs homestead? because when i query using where clause...

0 Likes
4 Replies

Laravel and Git: How does it work?

Hey guys, I've started up with Laravel last week and want to deploy my projects with Git. I haven't...

0 Likes
2 Replies
Solved

Issue Hosting Homestead On Windows - noob

Hi , I'm fairly sure this is a noob / 101 issue although I'm having problems running "php artis...

0 Likes
2 Replies

How can I sort data by relations without join?

I have table users and user_language and I create relations for user_language. user_language will ke...

0 Likes
2 Replies

Deploying Laravel

To deploy Laravel to production, what files do I keep? I'm assuming I can get rid of some of the fol...

0 Likes
1 Replies

Laravel, Eloquent and a new graph db driver

My team has been investigating graph databases for our new project, and have landed on using OrientD...

0 Likes
3 Replies
posted 9 years ago

Why isn't id available here?

A simple model with a function class crmUser extends Eloquent { protected $table = 'Person';...

0 Likes
1 Replies

Laravel 5.1 csv to array hashing password

I have a CSV file with a couple of hundred user. Every user has a unique code. When uploading the cs...

0 Likes
0 Replies

Laravel 5 and AJAX

I am trying to use ajax in my application. I want the user to be able to see if their email and user...

0 Likes
1 Replies

how to put some parameters out of view (blade) file?

I have in some blade PHP files put following row with definition of parameter: <?php $WebBasicLo...

0 Likes
0 Replies

fetch all articles with user selected cartegory

Hi. I am new to Laravel. I am using Laravel 5.1 for my current project. I have 4 table. users, categ...

0 Likes
0 Replies

belongsToMany relationship won't return data

I have a user, user_relationship, and term table. I have a belongsToMany function in my User relatio...

0 Likes
2 Replies
Solved

User gets logged out when Angular performs a http request

Hi! I have a problem with my Laravel application. I use AngularJS and when it is trying to make a ht...

0 Likes
5 Replies
Solved

Cascade on delete not working

I have added cascade on delete to foreign keys on my migrations. They are working on mySql in local...

0 Likes
0 Replies
posted 9 years ago

Driver Not Supported Error

Hello, I've recently encountered an issue with access to my backend MariaDB database. I am running m...

0 Likes
0 Replies

Problem routing

After loading the view with the columns, there are three opciones: add data, edit or remove current...

0 Likes
2 Replies

Filtering multiple relationships

Hi, I have the following models and relations: Ads has many-to-many with Cities Ads has many-to-many...

0 Likes
1 Replies

Cookie expiration

Hello my dear laravel buddies, i have my e-shop, i have laravel cookie to make for product quantity...

0 Likes
1 Replies

How to pass extra parameters to controller from routes?

Guys, I would like my routes to handle basic validation of the request. What I want to do is the fol...

0 Likes
1 Replies
posted 9 years ago

Job success callback?

any parallel function to Job::failing() that is invoked when the job succeeds? I want to use it to l...

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.

© 2025 Laravel.io - All rights reserved.