laravel already have this helper included with Str facade . try this : Str::slug('your string');
well if you have the project build using the pure php I think it won't be too hard to convert it to...
Well first you have to set your models relationships, in your case , one to one relation , since the...
Use : Input::get('name'); and : Input::get('lastname'); Example : Route::get('/', function(){ e...
You should have two models tableA and TableB, since the tableB key is included with tableA that mean...
The Laravel portal for problem solving, knowledge sharing and community building.
The community