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

Retreiving validated data

Hi, I am new to laravel. I am using a simple validator which is working great. My question is, is th...

0 Likes
0 Replies
posted 10 years ago

Undefined variable in Eager Load Constraints

I got ErrorException Undefined variable: skip using the following code. $skip = ($page -1 ) * 10;...

0 Likes
1 Replies
Solved

how to schedule the timeslot for exam.

Hi, Iam developing a app. which students can register and book a slot on the particular day in parti...

0 Likes
0 Replies

Using Route::bind after running filters

I'd like to use Route::bind to validate whether a user has permission to access a particular model b...

0 Likes
0 Replies
posted 10 years ago

Where should I put a check for database exists?

Does anyone know where I could put some logic to check if a database exists? It seems wherever I put...

0 Likes
4 Replies
posted 10 years ago

Image link in {{link_to}}

What I want to accomplish is my image to be the CLICK HERE link. <td>{{link_to('users/' . $geb...

0 Likes
1 Replies

laravel (possibly 5) error/bug.. if someone could verify/report..

I have got an installation of Laravel 5 on my local machine using MAMP. db config uses Socket/port....

0 Likes
0 Replies

Connection refused when trying to database connect through laravel

Hi, I've set up my mysql config like so: 'mysql' => [ 'driver' => 'mysql', 'host'...

0 Likes
2 Replies

Polymorph vs 3 Foreign Key

Hi all, If I have 3 tables (users, organizations, guest) who share the same feature, it's ok to put...

0 Likes
1 Replies
posted 11 years ago

Eager loading with constraints returns all items

Hi, I want to get products with a seri name contains a certain word. However it returns all products...

0 Likes
3 Replies

Why when I run a query laravel return something that I can't understand?

When I run this I get a very long text as result: ....Route::get('/', function() ....{ ....$posts=DB...

0 Likes
2 Replies
Solved

How to find different field by laravel find method?

I know there are a method what called find in laravel, I have a table with this structure (articles...

0 Likes
1 Replies
Solved

Can't find the blade file?

Hi guys, I created a folder inside view /view/account/ And also created the file account.blade.php T...

0 Likes
1 Replies
Solved

Relationship understand problem

Hello, i try to get all datas (relation inlcude) from a user table but i cannot get somme values. cl...

0 Likes
1 Replies

How to ignore a directory in public folder? ignore in the .htaccess file

Hi I have created a folder "temp" in public_html/temp and have fiddled with .htaccess snip...

0 Likes
1 Replies
Solved

Help with Laravel error : Symfony \ Component \ HttpKernel \ Exception \ NotFoundHttpException

Hello, I'm new to laravel, and I'm trying to learn the framework by following a book. In that book t...

0 Likes
3 Replies
Solved
posted 11 years ago

Laravel and Angularjs

Anyone knows of an open source project built with them together, or at least some resources to get m...

0 Likes
4 Replies

Routes to unknown slugs

Hi, I'm starting with laravel and I'm building a simple CMS in order to learn how to use laravel. I...

0 Likes
4 Replies

is Laravel's default login system cookies based ?!

i always prefer to use sessions to login users , this mean when user logged in system , is login unt...

0 Likes
1 Replies
Solved

Upload image but being saved as a folder?

Hi Everyone, I'm attempting to make a new folder within my website and store user images in that spe...

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.

© 2025 Laravel.io - All rights reserved.