Support the ongoing development of Laravel.io →

4,599 Threads

Checking hashes in database

Hey! For fun, I'm creating an API in Laravel to learn the framework and general new stuff. I have a...

0 Likes
2 Replies

Search by Date Form Google Maps

Hi Im new in laravel and i need help :) I need to create a form which will show a markers on google...

0 Likes
0 Replies

Combine two/three tables in a view

Hello! I have tables products, orders and clients. I want to combine them in one table in the view....

0 Likes
3 Replies
Solved

advance eloquent multiple selection transitive table

I have a table containing multiple artist. While creating an event (updating event table) I need to...

0 Likes
0 Replies

Is there a example model somewhere?

Is there a example model somewhere? All I found is this: laravel.com/api/5.2/illuminate/database/elo...

0 Likes
4 Replies
Solved

Memory usage on long running script

I have a script which pulls data from an API to store in a local database. The data will then be pro...

0 Likes
20 Replies
posted 9 years ago

migrate:rollback with --path

some og my migrations are stored in a seperate folder i can create and execute them by issuing these...

0 Likes
2 Replies

Using both the old codebase and Laravel at the same time

It will take us a long while to rebuild our custombuilt pure PHP/mysql site with Laravel, and the qu...

0 Likes
0 Replies

How to implement database caching inlaravel 5.2

I want to implement database caching in laravel 5.2 If any anyone any idea please share with me...

0 Likes
1 Replies

Date and Time difference

I am trying to achieve the fallowing: In the database i have a start_date , expiration_date, updated...

0 Likes
5 Replies
Solved

Eloquent: Narrow search based off of foreign table.

Hey all! My database call looks like this essentially: $questions = \App\ContentLegacy::with('staff'...

0 Likes
2 Replies

installed laravel on aws but didn't get welcome page

I installed laravel successfully in my html folder, change the database credentials in .env file and...

0 Likes
0 Replies

how to add new fields to an existing mysql table using a form inputs

Hi im trying to add new fields to an existing mysql table using a form inputs . is there an easy wa...

0 Likes
4 Replies

Triple foreign key BelongsToMany Relations returns null in Laravel

I am implementing pivot table with multiple foreign keys Laravel 5 Eloquent. Already read these link...

0 Likes
0 Replies

Form with file

Hi, i have a table like this: Schema::create('partners', function (Blueprint $table) { $table->...

0 Likes
0 Replies

Eloquent Belongs To Many Relationship with non-standard fields not returning data

I've been wrestling with this relationship for a few days, and I can't seem to get any traction off...

0 Likes
1 Replies
Solved

Select2 dynamic select add

I was wondering if anyone has had any luck in implementing the Select2 jQuery library with Laravel t...

0 Likes
8 Replies

Migration Problem

This is the problem when I'm trying to migrate my database in linux terminal. Thanks for the help ev...

0 Likes
0 Replies

Eloquent without Multiple Models? Instead a single Dynamic Model.

So i know this has been asked before about using Eloquent without Models. I did not find the answer...

0 Likes
1 Replies
Solved

Different results from the MySQL console and DB::select(DB::raw()).

Here are my results (MySQL result is correct): http://laravel.io/bin/mG0bm I also tried to write thi...

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

© 2024 Laravel.io - All rights reserved.