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

Query Builder Right Join Where Between condition

I am doing the below SQL, perfectly work in sql query client select `member_status`.`name`, COUNT(me...

0 Likes
0 Replies

How do I implement delete messages function in a laravel chat app?

I have a laravel chat app, is working fine and these are the relationships declared in the model. U...

0 Likes
0 Replies
posted 11 years ago

Convert Query SQL to Laravel

please, how I can do this query with laravel? http://laravel.io/bin/3BmXm select cf.city, sum( cf.to...

0 Likes
2 Replies

Access denied for user 'forge'@'localhost'

Hi, The other day I had an issue and changed the environment to production based on another thread's...

0 Likes
2 Replies
Solved
posted 11 years ago

Event fire/listen doesn't pass data as expected

Hello, I'm having trouble passing my data array to my Event listener... Consider the following, basi...

0 Likes
5 Replies
Solved
posted 11 years ago

How scalable is Laravel

I am building a simple social application in Laravel that will be RWD for mobile devices and later w...

0 Likes
1 Replies
Solved
posted 11 years ago

Model Form Date Formating

is any method to format the timestamp in laravel model form in this code project_start is retrived f...

0 Likes
1 Replies
Solved

Trouble installing Laravel OSX 10.9.1

Hi, I want to test Laravel for a bit, but installation seems impossible. I have no idea what's going...

0 Likes
6 Replies

About system architecture

Hi, I have been moving moving away from procedural style to more OOP. I have learned quite few thing...

0 Likes
1 Replies

problem with mail method sending

hello laravelers; i tring to send newsletter via mail (it work with simple text : hello world). but...

0 Likes
1 Replies

Default Mail not working

I have a simple application set up on my local machine using Laravel Homestead. I am trying to get t...

0 Likes
4 Replies

Class 'Barryvdh\Cors\CorsServiceProvider' not found

After installing CORS I get Class 'Barryvdh\Cors\CorsServiceProvider' not found. I followed the inst...

0 Likes
5 Replies

after "installing" workbench package, dump-autoload fails...

I'm trying to separate some of my concerns into separate packages for laravel (and I created a packa...

0 Likes
3 Replies

Foreach in query builder?

Hi! How can i build a query eg: $products = Product::whereHas('tags', function($query) use($arrays)...

0 Likes
0 Replies
posted 11 years ago

How to log a "route not found"?

Hi, In laravel.log, i get this error : production.ERROR: exception 'Symfony\Component\HttpKernel\Exc...

0 Likes
2 Replies
Solved
posted 11 years ago

Artisan and database

Hi, Just noticed accidentally that, if I run any of my custom artisan commands, they (well, Laravel)...

0 Likes
0 Replies

Undefined variable in blade when create new item

Hi, I have a basic CRUD with a template like this: # master.blade.php @section('content') {{ $item...

0 Likes
0 Replies
posted 11 years ago

Messages for Users messaging

Hi all, i'm serarching for a package that make lggged users read messages from the guests.

0 Likes
0 Replies

How not to rely on Input facade

Hi; I want to be able to use this without relying on Input Facade. For example I want to be able to...

0 Likes
3 Replies

Concat results from a query

I'm trying to concat the results of a database query and return them as a variable that I can insert...

0 Likes
2 Replies
Solved

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.