Support the ongoing development of Laravel.io →
posted 7 years ago

Stored procedure in laravel

Which will be better performance? stored procedure OR Laravel functions.

0 Likes
1 Replies
posted 7 years ago

How can i transform this MSSQL query to advance query builder?

SELECT bills.Barcode, ISNULL(FirstBegInvMyd.Qty,0) as FirstBegInvMyd FROM ( SELECT mt.Ba...

0 Likes
1 Replies

Bod contains spam?

Hello guys, How do I fix this error, everytime I created a thread and paste my codes in the body. Th...

0 Likes
3 Replies

Class 'Illuminate\Routing\SortedMiddleware' not found

I updated my laravel to 5.3.21 with composer update and copied it to my priduction server. Now i get...

0 Likes
1 Replies
Solved
posted 7 years ago

Interactive Envoy tasks

I'm writing a script to deploy the project to production. The thing is, we use an SSH key to log int...

0 Likes
0 Replies
posted 7 years ago

Auth filter resend POST-Request after Login

Laravel 5.3 I have an input field where everyone can input some data. When the user submits the data...

0 Likes
0 Replies

Image upload storage confusion in laravel 5.3

Hello, I am experiencing some problems uploading images in laravel 5.3. I am trying laravel 5 for th...

0 Likes
1 Replies
Solved

Google ReCaptcha

Basically I'm using this guide to get recaptcha on my website. Ran composer update and all but when...

0 Likes
5 Replies
Solved

Error when I execute php artisan route:list

Hi, I got this error when I execute php artisan route:list [Symfony\Component\HttpKernel\Exception\H...

0 Likes
1 Replies

Laravel 5.3 and jQueryUI 1.12.1 (with Webpack)

Hello How i can use jQueryUI with Laravel 5.3 and Webpack? :) I have already declared jQuery in my &...

0 Likes
1 Replies
posted 9 years ago

Homestead YAML folder mapping

I don't feel like the YAML part of the documentation is very clear: -- Configure Your Shared Folders...

0 Likes
18 Replies

Ajax call hangs server

I have ajax call which is executing after DOM is loaded: $(document).ready(function() { if ($('#...

0 Likes
0 Replies

Mass CRUD REST edit/update controller: how to

Hello I'm new to Laravel and the forum. I am trying to create a RESTful CRUD controller with a littl...

0 Likes
1 Replies

Extending controllers doesn't extend constructors?

I just upgraded to 5.3. I have a dashboard controller. It has a constructor like: public function __...

0 Likes
1 Replies
posted 7 years ago

Class 'session' not found

FatalErrorException in fa17d9d6b5a07c22ff5e6c69223c8360c8d5d8ae.php line 23: Class 'session' not fou...

0 Likes
1 Replies

Custom Validation For Required With & Fields as Parameters

As requested by Mr. Mohammad Said on Github , I am writing my question here.... :) Laravel Version:...

0 Likes
0 Replies

Rewrite http to https after set project to root directory from public directory.

Hi, I have removed the public directory from laravel 5.3 and set my project to root directory. I ren...

0 Likes
0 Replies

Modular structure on Lumen 5.3

Is there a way to build a modular structure on Lumen 5.3. Because I would like to divide my applica...

0 Likes
1 Replies

Nested dropdowns db populated

I would like to create 3 dropdowns in one of my views - Each of them is bind to a different model, b...

0 Likes
3 Replies
posted 7 years ago

DB Structure

I'm interested in some thoughts on how I should structure what will be a rather "data heavy&quo...

0 Likes
1 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.