I am looking for an easy to use, reliable backup software. I want an option to what comes with Windo...
When I try to save data into a pivot table I get this error. SQLSTATE[23000]: Integrity constraint v...
This will work $posts = Post::paginate(6); This will not work $posts = Post::paginate(6); Cache::ad...
I am building a application for a computer repair company. I have a images table: Schema::create('i...
I am confused with naming conventions for methods in model relationships.. If I use Camel case, the...
Hi all. Laravel 4.1 / PostgreSQL 9.3 / Nginx 1.2.1 / PHP 5.4.4 Recently I had strange problem with l...
Hello i have a many to many relationship between Post and Category class Cat extends Eloquent {...
i am writing my app and i have this issues with the search field from the search controller. the sea...
I am new to Laravel but started from Laravel 5.0. I got 2 tables: Doctors class CreateDoctor...
I am currently on a macbook and been using laravel 4. I am unsure on how to install and access phpmy...
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)...
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...
Hello I need get data from json without index to populate data in dropdownlist $agents = DB::table('...
in a message board several users to confirm the entries. how can I realize the easiest? it will also...
Hi, I'm busy learning laravel's localization and I was wondering is there a way to have the language...
Hello what type array return in view from this varible $agents=DB::table('users_agents') ->sel...
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