Support the ongoing development of Laravel.io →

RegEx in a request

Hello¨ Can anybody tell me how to create a request in Laravel using regular expressions? I have to s...

0 Likes
0 Replies
posted 9 years ago

Route vs Request

Hello, I am new in a framework world. Reading Laravel documentation at the moment chapter after chap...

0 Likes
4 Replies
posted 9 years ago

Query with Query Builder. What's wrong?

Hi I want to run the following query with the query builder ... this is what i have Query SELECT...

0 Likes
2 Replies
Solved

Sub domain wild card gets 404 error

I have a dns server wind a wild card and i do have mod_rewrite. What am I doing wrong? Please help....

0 Likes
5 Replies
Solved
posted 9 years ago

Table Seeder limited amount of seeds

Does anyone know if there is a limit to the amount of seeds that can loaded into a mysql db via the...

0 Likes
6 Replies
Solved
posted 9 years ago

INSERT/UPDATE session is taking 2 - 15 seconds

Looks like using the database for session data is slowing down the website I've built, and I can con...

0 Likes
5 Replies

Order by date of a nested model

I'm having difficulty to let the laravel query order by a date field of a nested query. This is what...

0 Likes
2 Replies

Using where and joins in a query returns wrong deleted_at

OK, I have the following piece of code: $projectTwitterStatuses = ProjectTwitterStatus::join('twitte...

0 Likes
0 Replies

File and directory structure

Coming from a strong Java background, and migrating a CodeIgniter website, I really like the IoC and...

0 Likes
3 Replies

openssl_random_pseudo_bytes() on Windows slows down my application

Hi there, Some days ago, I was facing some problems with my application which was slown down by some...

0 Likes
0 Replies
posted 9 years ago

From a table with two relations to the same table

Hello I have a table like $table->integer ('participant_left_id')->unsigned ()->nullable ()...

0 Likes
0 Replies

Do some formatting after getting an object from DB

Hi there! I've got a problem. I have some fields that have to be formatted after fetching them from...

0 Likes
8 Replies

Convert sql into Eloquent or Query Builder (group_concat ,subquery)

Hi Can anyone help me to fix this issue. SELECT *, (SELECT group_concat(CASE WHEN d.disciplineNam...

0 Likes
0 Replies
posted 9 years ago

Using session as a simple array?

I have problems understanding how sessions work in laravel and I'm getting issues trying to do what...

0 Likes
1 Replies
Solved
posted 10 years ago

Welcome to the new Laravel.IO

Hi everyone, We're happy to have you in our new app. There are a few things to know. One, we're unlo...

0 Likes
31 Replies
posted 9 years ago

Public properties in Eloquent class

I have the following class: class Property extends Eloquent { public $id; public $date; publ...

0 Likes
6 Replies
Solved
posted 9 years ago

Laravel4 and Pubnub package

Hi ya'all, Firstly - brand new to Laravel, well at least 10 hours of laracasts under my belt so pret...

0 Likes
2 Replies
posted 9 years ago

Query Builder DATETIME Issue

Hello, I'm a little new to laravel and I'm having an issue returning only the fields where the mysql...

0 Likes
1 Replies
Solved

where docs on File helper like `File::exists($myfile)`

I can't find any docs on File helper like File::exists($myfile). Pl help me.

0 Likes
4 Replies
Solved

$errors->all() in view won't display errors

Ok so I have this in my Controller: [code]/** * Execute creating of topic * @param id Category...

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.

© 2024 Laravel.io - All rights reserved.