Support the ongoing development of Laravel.io →
CaporalDead

CaporalDead

Joined 5 Apr 2014

Statistics

Threads 1
Replies 27
Solutions 4
Articles 0
posted 11 years ago

[Package] YAML in your L4 app

Hi everyone. Just wanted to share 2 laravel packages that I made to add the ability of using YAML co...

0 Likes
1 Replies
replied 11 years ago

Passing data to leaflet.js map

Sorry, didn't have time to answer you but I'm glad that @mirago could help you :).

0 Likes
replied 11 years ago

Passing data to leaflet.js map

You could just do something like // In your controller $sites = Sites::all(); $object = []; foreac...

0 Likes
replied 11 years ago

Testing DB Credentials

Hi, you could just test a simple query like "SELECT 1;" with DB::raw then you just have to...

0 Likes
replied 11 years ago

ORM validation, valid date or null

You can define a custom validation rule, check out this : http://laravel.com/docs/validation#custom-...

0 Likes
replied 11 years ago
0 Likes

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.

© 2026 Laravel.io - All rights reserved.