Support the ongoing development of Laravel.io →

xroot

Joined 8 Mar 2014

Statistics

Threads 0
Replies 5
Solutions 1
Articles 0

xroot has not posted any threads yet

replied 9 years ago

Slug - Generator Help

laravel already have this helper included with Str facade . try this : Str::slug('your string');

0 Likes
replied 10 years ago

Convert basic Php project to laravel

well if you have the project build using the pure php I think it won't be too hard to convert it to...

0 Likes
replied 10 years ago

Authentication on a relation?

Well first you have to set your models relationships, in your case , one to one relation , since the...

0 Likes
replied 10 years ago

GET multiple variables from URL and pass them to controller

Use : Input::get('name'); and : Input::get('lastname'); Example : Route::get('/', function(){ e...

0 Likes
Solved
replied 10 years ago

Creating Eloquent model with 2 columns?

You should have two models tableA and TableB, since the tableB key is included with tableA that mean...

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.

© 2024 Laravel.io - All rights reserved.