Route::pattern('name', '[a-zA-Z0-9\+\-]+'); Route::pattern('id', '[0-9]+'); Route::get('goods-{name}...
Hi. I'm using Session driver to push values into an array and Laravel allows it like this: Session::...
I'm trying to install my laravel project on mediatemple but composer is complaining: Your requiremen...
<form action="" id="pb-signup-form"> <div class="col-m...
It's been about a year since I created my Laravel site, and my mind has clearly forgotten something....
If I create schema like this: Schema::create('clinic', function(Blueprint $table){ $table->increm...
Hey, i have this code @extends('layout.main') @section('content') <head><title>[PCP] {{...
Hi all - I've got this in my app: $download_path = URL::to( '/attachments/' ) . '/' . $item->atta...
Anytime I run gulp in a homestead VM is crashes with error 72 and a heap of cryptostream errors. See...
I have an object wich can contain the value $object->blue or $object->green. I want all the gr...
I wonder how can I validate forms to be html tags free.
I am working on an application for which a friend of mine is doing the frontend. I maintain git repo...
Hello, I'm using a table pivot. Then I use a loop like this: foreach($ans as $a){ echo $a['name'...
I've got the following route: Route::controller('packages', 'PackagesController'); Of course I've d...
Hi. I'm currently using Ruby on Rails stack and thinking to move to Laravel 4.2 because of extreme p...
I'm trying to delete an object model Studio which hasMany model Member and hasMany model Game and se...
Hey, i want to make a ban system, and i do not know how to redirect every route [except the one with...
How we can Search data in JSON format from database with typeahead.js??
PHP version 5.4.30 MongoDB driver: 1.5.4 MongoDB Server: 2.0.4 I am using Jenssegers package for mon...
Hello friends this is the situation: I am working with Eloquent and relationships and need to get a...
Solutions given in the past year. Excluding solutions from thread authors.
Select a tag below to filter the results
The Laravel portal for problem solving, knowledge sharing and community building.
The community