Support the ongoing development of Laravel.io →

Editing the documentation for brevity and readability.

Hi everyone, So far I find Laravel awesome. I'm very happy to be using it as my first framework. I j...

0 Likes
2 Replies
posted 9 years ago

Retrieve package name or description

is there a way to retrieve the name of a package? is there any method to get the content of composer...

0 Likes
0 Replies

Please support Postgres data types in 4.3

Would really love to see pg data types supported in migrations and supported in eloquent. Json, json...

0 Likes
0 Replies

error when i send data via mail

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

0 Likes
2 Replies

Paginator->each() returns instance of Collection, not Paginator.

Hi all. I was surprised that the Paginator instance returned by query builder's paginate() had a pr...

0 Likes
0 Replies

Storing multiple checkbox values into mysql database

Hi, I'm making a form where users are able to choose more than one checkbox choices. http://laravel....

0 Likes
2 Replies
Solved

The relationships between 3 tables

EER: http://imgur.com/U7RpNOn Hello, I'm a new on laravel relationship I've question about this. fo...

0 Likes
0 Replies
posted 9 years ago

Strange behaviour

Hey folks, I've an issue since yesterday, mostly the same as: http://forumsarchive.laravel.io/viewto...

0 Likes
0 Replies

Laravel + SOFTWARE FOR DESIGNING WEBSITE

Hello! Does laravel work with generated code(html, css and javascript) from software which is respon...

0 Likes
3 Replies

Database for each user

Hi, In my system I have a main database where is a "users" tabel and for each user I have...

0 Likes
2 Replies
Solved

Testing Relationships

Hi all! How can I mock a call to One-to-Many relationship? For example, I have a call in controller...

0 Likes
3 Replies

Schema Builder - how to create partial keys?

Hi, is there something like $table->timestamp('pid')->nullable()->index()->where('pid',...

0 Likes
0 Replies

Left Join empty result

SELECT b.cat_id, b.cat_parent FROM cat AS b LEFT JOIN cat AS a ON b.cat_parent = a.cat_id WHERE b.ca...

0 Likes
1 Replies

Laravel 4 created_at field cannot be saved when using eloquent creates record

Runtime version: PHP 5.3.10 Laravel 4.0 Create table like this: Schema::create('components', functio...

0 Likes
1 Replies
posted 9 years ago

Passing array to view!

here is my function to select data from database http://laravel.io/bin/Qq2oD and i get this error !...

0 Likes
2 Replies
posted 9 years ago

Problem with laravel.

Hi guys, I have a big problem with laravel eloquent model. When I create my application and i create...

0 Likes
1 Replies
posted 9 years ago

Redirect in controllers

Hello, I am new to laravel i don't know much about it but i want my script to redirect to a specifie...

0 Likes
4 Replies
Solved
posted 9 years ago

Eloquent interdependent relationships

I have a case where I have a Department and Users. A User belongsTo a Department. But a Department a...

0 Likes
1 Replies
Solved

Adding form macros not working as directed.

Hi again, I want to add an HTML 5 date input type. I am using this guide and file: http://blog.small...

0 Likes
1 Replies
Solved

Empty column when inserting data

Hi, When I create a new item, I always have the column 'link' empty in my table. The table's column...

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

© 2024 Laravel.io - All rights reserved.