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

Insert data into multiple tables from view

I have a view with two elements: <input type="file" name="img"/> <input...

0 Likes
1 Replies

Modified Laravel Vendor files issue

I had modified a vendor file of Laravel placed at /vendor/laravel/framework/src/Illuminate/Auth/Guar...

0 Likes
1 Replies

When i try to access to the view , it transforms into the type " www "

Hello , I will try to explain it . I created my website and i name it notas.ues and in the hosts fil...

0 Likes
0 Replies

[Laravel 5] Where is the models folder?

Hi, I've just installed the Laravel 5 dev-develop version. However, I only see one model, and that s...

0 Likes
10 Replies
Solved

Make a salt and use sha512 instead of bcrypt

I would like to make a more secure version for my application where there is stored a hash too, i ha...

0 Likes
0 Replies

Speeding Up Eloquent Queries

Hi, Say I have some queries like this: public function order($orderby){ \DB::connection()->disa...

0 Likes
0 Replies
posted 9 years ago

Multi view

Hello, User Laravel 5.1, I want to know how to call the same view in all my other views without dupl...

0 Likes
4 Replies

Dual Auth Mechanism: two user types, two authenticators

Hello Lara-people ! First of all, I'm pretty new to Laravel (and PHP in general) so I don't know if...

0 Likes
0 Replies
posted 9 years ago

Laravel 4.2 app binding

Hello, I have a question about application binding, here is example from the documentation. App::bin...

0 Likes
0 Replies

Spaces in $_GET values are being double encoded, resulting in %2520.

As the title says, laravel seems to be double encoding spaces resulting in urls that have %2520. I d...

0 Likes
6 Replies
Solved

website not working with WWW. prefix

Hi all, My website won't work when there is www.blog.mysite.comfront of the domain like www.blog.my...

0 Likes
1 Replies

Is it better caching SQL queries or decreasing number of requests?

Hi, folks! Let me explain step-by-step what I'm trying to achieve: My application is backend-fronten...

0 Likes
0 Replies
posted 9 years ago

How to add custom attribute in model that without in database for temporary value?

I want to store custom value that is not field in database. My point is try to select some rows and...

0 Likes
2 Replies

Modifying routes after creation

Is it possible to modify a route after it's been created. A good example of this is a package route...

0 Likes
1 Replies

Best place to do a system check before starting the app

I'm building a kiosk app which centers around managing footage which is stored on a shared drive. If...

0 Likes
1 Replies
Solved

Big problem with ajax and multi pagination

Hi all, Here is my problem, I have a page with 3 paginators, and they are put on 3 modals. I am usin...

0 Likes
0 Replies

Self reference table

I didn't set the model for this table. But i would like to know how to process it in the view. Do I...

0 Likes
2 Replies

Redirect::back() issues

I'm having weird issues with Redirect:back() or Redirect::action('Controller@Method') It's happening...

0 Likes
18 Replies

Change .env variables with a controller

Hi, I would like to make an php installer script for my laravel application (it is a CMS). But i can...

0 Likes
0 Replies

Using Repository Pattern with Laravel

Is it worth enough to give up the "comforts" provided by Eloquent to make use of the repos...

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.

© 2025 Laravel.io - All rights reserved.