Support the ongoing development of Laravel.io →

1,848 Threads

Blob not working in Laravel

I have tried to post blob file to Laravel using axios but the file returns null while the payload lo...

0 Likes
0 Replies

ajax post in laravel 5 return error 500 (Internal Server Error)

this is my test ajax in laravel 5 (refer below) $("#try").click(function(){ va...

0 Likes
14 Replies

preventing one role from accessing the property of the other

I have an inventory app that has three different roles, namely operator, admin, and super admin. the...

0 Likes
0 Replies

Add pin password to built in authentication

I'm writing my first application with Laravel (v 5.5) and it's days I'm trying to figure out how I c...

0 Likes
0 Replies

About attaching morphable models

Hi everyone, I don't know if there is a better way to attach a morhpable object to its owner. In my...

0 Likes
1 Replies

validate() redirect not showing all error messages (Chrome)

Laravel 5.4 version The validate() function works until I test more than 3 errors in the form. Upon...

0 Likes
0 Replies

Define model based on role

How to define model based on role I have a table where I save users. Users can either be a student,...

0 Likes
1 Replies
posted 6 years ago

Named Route giving error has no action (5.5)

I have a named route in web.php: Route::get('editFact/{id}'.'FactsController@edit')->name('editFa...

0 Likes
2 Replies

Laravel Modules: Routes not Autoloading on Web (except for one)

I am using the nWidart/laravel-modules (https://github.com/nWidart/laravel-modules) package for Lara...

0 Likes
3 Replies

Change password using API via Passport

Hello, So, I'm using Passport and what I do need is to set a way to change the user password via API...

0 Likes
2 Replies

[5.4] How to prevent the csrf_token expiration and caffeine.

I have a page with a form which users use to plan activities and it might require a long time to be...

0 Likes
2 Replies

How To Create Unique Validation On The Form Request

Hi all I have 2 unique field for label and isbn. For the cleaner code i moved the validation to a Fo...

0 Likes
0 Replies

Subscription and billing system without stripe?

Hello all. Been trying to wrap my head around how to implement user subscriptions in laravel without...

0 Likes
3 Replies
posted 7 years ago

Laravel, with NuSOAP in a controller, does not work

Having a NuSOAP web service defined in an inline route closure function works great, but having it i...

0 Likes
1 Replies

Add Hash Fragment to URL after returning View

Hi, I've been searching the web about this and all I see are appending the # to Redirects. How about...

0 Likes
0 Replies
posted 9 years ago

Is it a good idea to create an clone application (like dropinn for airbnb) using laravel framework?

I want to create a clone application in laravel, but I am little concerned about the user reactions....

0 Likes
13 Replies

Input::hasfile and $request->hasfile return false on .gif

Hi, I'm newbie on laravel. When i try upload jpg or png it works well but gif files return false. It...

0 Likes
1 Replies

Laravel Routing Bug ?

Hi ! Currently i'am creating a CMS using laravel, and some route is not working correctly to test th...

0 Likes
1 Replies

Return back->withInput(); when link is clicked

Hi, first post here. I am struggling to come up with a way to make my Laravel application return to...

0 Likes
2 Replies

Asset URL for CDN

I have all my public files uploaded to Amazon S3 soon cloudfront. How do i manage my URL to use CDN...

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