Hi All, I have around 500,000+ records on my database and fetching it using the laravel query builde...
Tables are here. Table | Columns Article | id, [others] Article_Tag | id, article_id, tag_id...
Quick question, I am doing a form post to my database. After I got it working but after i split up m...
I really hope someone can help, I'm setting up entrust and trying to manage roles via an edit users...
I have this tables: admins places grants Each Admin has 0-N Place. Each Place has 0-N Grant. So we h...
I want to switch between DB connections. Because I have the authentication DB which laravel set to a...
How do I use date_format? I can't figure out how to format a date from YYYY-MM-DD that's stored in m...
I have 2 models: "user", "comment". comment have relation to user public functio...
Hello! I have actors collumn in movies table and all actors are saved in following way: actor1, acto...
Hello every one, I am creating Rest Api using Laravel and i have some problem regrading Request inpu...
I have brand new database and i want to make a normal foreign key relationship now i get the error:...
Hi i am trying to submit data from a modal,and i want it to,simply close the modal after submission...
I have a problem with seeding a belongsTo-relationship. My code is the following: // the Model Compo...
Hi everyone, Recently I just created a variable with a leftjoin it looks a little bit like this: $it...
Hi Peeps This is like a point of sale, the page will have a field for the customer number, amount an...
$ php artisan migrate Class 'Illuminate\Database\Schema\PostgresBuilder' not found in API/vendor/bos...
<?php $query=$db->query("select * from urunmenu",PDO::FETCH_ASSOC); $data=$query->fe...
So I am new to Laravel but not to LAMP development, I have been doing this since 1999 and I feel tha...
public function up() { Schema::create('records', function (Blueprint $table) { $table->increments...
Hello, I'm new here and quite new to Laravel. I've been trying to add a form that submits author, ti...
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