Support the ongoing development of Laravel.io →

4,606 Threads

posted 10 years ago

Laravel 5 Pagiante

Hi, I am trying to do this query paging My Query Controller http://i59.tinypic.com/2reir7a.jpg My Ba...

0 Likes
1 Replies
posted 10 years ago

do migrations add any value to redis DB implimentation

As I am new to redis and exploring exactly how it works I am assuming that a schema builder is going...

0 Likes
0 Replies

Laravel Socialite Google Register and Login

I'm trying to implement Socialite package into my project. Here is my code which works fine. However...

0 Likes
1 Replies

Add properties to collection objects before sending them as response?

Hey, I am trying to figure out how to add some properties to a Collection of Comment objects. each c...

0 Likes
3 Replies

Image upload issue

Hello gues am back again with some issues but this time it is an image upload issue i want an to ver...

0 Likes
1 Replies

make:migrataion --env

The "--env" option of the artisan command is not working. I have 2 files .env and .env.tes...

0 Likes
0 Replies
posted 10 years ago

Database Model & Select Form List from DB

Greetings, I used php artisan make:model candy to create my Eloquent model for my seeded DB Table &q...

0 Likes
7 Replies
Solved

Using model classes in Laravel 5

In Laravel 4, I could go: Show::all(); But in Laravel 5, I have to go: \Show::all(); or \App\Model...

0 Likes
3 Replies
Solved

Validate Model Data - Not from form

I have a scenario where I need to validate my model data prior to saving. All examples I can find u...

0 Likes
0 Replies

Working with one-many relationships

Hi there, I am currently working on a multi-language website. The current database setup is: product...

0 Likes
1 Replies

Permanent Config Changes Possible through a UI?

Hello, I am developing an application with Laravel 5 and I am hoping to build a UI that allows the i...

0 Likes
4 Replies
posted 10 years ago

Database design for a quiz application

I'm new to Laravel (and programming in general), and I'm wondering what the most efficient way to st...

0 Likes
2 Replies
Solved

Trying to get property of non-object in Laravel when attempting to delete row from datatable

I think I know why the error is happening, I just am not sure how to fix it. I have a datatable that...

0 Likes
1 Replies

how can i have a ajax select menu in my form in laravel 5

hello for example : i have tow <select> Elements (Drop-Down List) one of it for category and a...

0 Likes
10 Replies

Using a function that returns belongsToMany in a query

Hello, This is probably a very simple question. In my database, I have a users table, ideas table,...

0 Likes
0 Replies

Question about Relationship (belongsTo X hasMany)

Hello, people. I have a problem that is confusing me. I'm working with relationships, but part of th...

0 Likes
0 Replies

Eloquent Full Text Search on Multiple Tables

I am using Laravel 4 and the Eloquent model for a project we are working on. The database conforms t...

0 Likes
1 Replies

Another question regarding performance.

I got this query: SELECT (SELECT GenreDescription FROM Genre WHERE GenreId = Reports.ReportGenreId)...

0 Likes
5 Replies

Problem UTF-8 DBLIB

Hi , I have a problem in my environment : DBLIB + PDO + UTF8 + MSSQL . How to convert charset in &qu...

0 Likes
0 Replies

Laravel 5 new environment configuration

Hello everyone, this is my first post. In Laravel 4, on the bootstrap.php file we bound one or many...

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