Support the ongoing development of Laravel.io →

1,538 Threads

Use Enum or Boolean , for 2 values

I have a doubth in am creating my DB , I have a column in my table that is called STATUS , the value...

0 Likes
1 Replies

query save and update with laravel

table pop table detail_pop table store_product diagram $detailpop = DetailPop::where('pop_id',$...

0 Likes
1 Replies

Problem using modal pop ups

Hi all..l have a list of users been feed from a database and view and delete can be performed any of...

0 Likes
0 Replies

Laravel Questions for Interview

Hello Friends, I have written few interview questions on Laravel Frameworks for Freshers. Request yo...

0 Likes
1 Replies

Laravel : Use of undefined constant MCRYPT_RIJNDAEL_128 -

I'm trying to install laravel in a local windows device's, at it is impossible at all: I had been fi...

0 Likes
0 Replies
posted 6 years ago

Set Permission in Controller when using Spatie\Permission

Hi all, I am still new to Laravel and I am trying to set up my first project. I needed a Role/Permis...

0 Likes
0 Replies

Error:Sorry, the page you are looking for could not be found

Hello everyone, I'm sorry if this question has already been answered but I didn't found any answer s...

0 Likes
0 Replies

Save query on db listen event

I have a requirement that I need to save each and every query executed by the laravel program. I hav...

0 Likes
1 Replies
Solved

concatenate strind in loop in laravel

$values = [1, 2, 3]; $string = ''; foreach ($values as $value) { $string .= $value . " AND &quo...

0 Likes
2 Replies

Randomize Laravel table rows to be unique

I have an app that has Categories, Boards, and Pins Models. A category has many boards and has many...

0 Likes
2 Replies
posted 6 years ago

Cron Job Scheduling

Hy All, I have 500+ Scheduling jobs which i managed to run with database.. i don't want to use cront...

0 Likes
1 Replies

Model access in Laravel > 5

First of all, I'm new to Laravel. I come from Codeigniter where you can have something similar to: c...

0 Likes
0 Replies

Laravel, Passport, and Distributed Services Architecture.

ENVIRONMENT Mandate to stay within the laravel/vue/php/mysql stack. Single Page Vue.js/Laravel appl...

0 Likes
1 Replies
Solved

Handling route with multiple optional parameters.

Hello ! I am trying to implement a filtering method for some products. This is the route: Route::get...

0 Likes
0 Replies

Module build failed: ModuleNotFoundError:

I am trying to compile my laravel project but I get this error below how do I resolve it? 'ERROR in...

0 Likes
0 Replies

about Laravel, forge, Envoyer and XAMMP and deployment and r

I am new on Laravel and Hosting/Deployment and I am developing a Laravel project by using Xammp serv...

0 Likes
0 Replies
posted 6 years ago

Don't execute directive

Hello guys, Well it could sounds stupid but.. how to DO NOT execute directive in a blade template ?...

0 Likes
2 Replies
Solved

Having Trouble Installing Popper.js to Laravel 5.6

In my application, the dropdown is not working. I found out I have to have popper.js installed. I tr...

0 Likes
1 Replies
posted 6 years ago

Question about authenticated laravel

Hi guy, I create my project to select users for the table user. The crud is okay. Now I'm trying to...

0 Likes
0 Replies

Database Strict Mode

Hello, I'm little wonder please help me out. My query is :- Invoice::join('orders', 'orders.invoice_...

0 Likes
0 Replies

Thanks to our community

Solutions given in the past year. Excluding solutions from thread authors.

Moderators

We'd like to thank these amazing companies for supporting us

Your logo here?

Laravel.io

The Laravel portal for problem solving, knowledge sharing and community building.

© 2024 Laravel.io - All rights reserved.