Support the ongoing development of Laravel.io →
Sharping

Sharping

Joined 28 Jun 2014

Statistics

Threads 24
Replies 36
Solutions 0
Articles 0
posted 11 years ago

Custom validation messages with data of the rules

Hi, this is a common custom error message: $messages = array( 'min' => 'This field aint long enou...

0 Likes
7 Replies
Solved
posted 11 years ago

Error just because a string is missing?

Hi, this happens in the Controller: $data['brands']=$this->brands; return View::make('form',$data...

0 Likes
2 Replies
posted 11 years ago

Routing: Passing parameters to controller

Hi, this is the common version of routing: Route::get('/test/{squirrel}', function($squirrel){$data[...

0 Likes
7 Replies
Solved
posted 11 years ago

Impossible to install Laravel on shared hosting?

Hi, my webhoster offers PHP 5.4 + MCrypt PHP Extension so the requirements are fine. But it's shared...

0 Likes
3 Replies
replied 11 years ago

SQL Statements to Eloquent

Leave it this way, converting complex queries to Eloquent make no sense.

0 Likes
replied 11 years ago

Minimalistic starting structure and using just parts of Laravel

I would like to use a "stripped-to-the-bone" Laravel4 too! Our latest project has ~6000 (L...

0 Likes
replied 11 years ago

Import .sql-file into database

And is there a way to import .sql-files inside PHP/Laravel?

0 Likes
replied 11 years ago

Query builder -- map to array object

Maybe try this: app -> config.php Change 'fetch' => PDO::FETCH_CLASS, to 'fetch' => PDO::FE...

0 Likes
replied 11 years ago

Hi Laravel Family | Need Simple Laravel CRUD

This is a good tutorial: http://scotch.io/tutorials/simple-laravel-crud-with-resource-controllers

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.