i am writing my app and i have this issues with the search field from the search controller. the sea...
Have been trying to work out the proper structure for a new site, and am trying to ensure I'm thinki...
I am new to Laravel but started from Laravel 5.0. I got 2 tables: Doctors class CreateDoctor...
Hey everybody, I've been searching everywhere, and the only thread I found was on the old laravel fo...
Hi, i use this $data['cities'] = DB::select("SELECT ..."); return View::make('test',$citie...
logged in into account , when authentication successful routes to the assigned routes , now when...
Hi! Im developing an application on Laravel 4 and I am trying to follow the PSR-4 Standard in order...
Hello, I'm a relative Laravel newbie and trying to construct an API-centric web app that will consum...
I am currently on a macbook and been using laravel 4. I am unsure on how to install and access phpmy...
I have created a people directory for PHP developers it's an extension of LinkedIn. Register yoursel...
Hello! I there way to use one controller class but for different routes? I mean, one controller clas...
in my routes.php Route::controller('/admin','AdminController'); Route::controller('/admin/customers'...
Hi, Bit of background - I have a PHP project, it works ok at the moment. One problem is that its me...
How to? because migration like this public function up() { Schema::table('posts', function($table)...
Hi, I'm trying to get a a date that is 3 days from the selected date, but excluding weekends and hol...
Hello This is maybe a stupid question, but I'm just learning Laravel and can't find help on internet...
I am creating a website that helps users build config files for different applications. How ever, I...
Hi, I'm using PostgreSQL + PostGIS and I need to call ST_AsText(geom) function when I access a prope...
Hi! I'm facing a problem with a belongsToMany relationsship on a custom pivot model I cannot solve....
Hi, I've been raging for a few hours trying to achieve this. 'created_at' and 'updated_at' both have...
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