Support the ongoing development of Laravel.io →

2,389 Threads

Is it possible to pass a second argument to edit and update methods of a controller?

I need to pass a second argument to edit and update methods of a controller like: public functi...

0 Likes
2 Replies
posted 9 years ago

Laravel & SoapServer - response has text/html contet-type instead of text/xml

I’m trying to run a SOAP service on my Laravel 5.1 app. I got it working, but there’s one little ann...

0 Likes
1 Replies
Solved

Call to a member function save() on string

I want to persist changes to Attendance model table, but I get this error: FatalErrorException in At...

0 Likes
8 Replies
Solved

Laravel 4 Paypal IPN Not Working TokenMismatchException

I am simply adding a paypal IPN (using the https://github.com/mike182uk/paypal-ipn-listener) to add...

0 Likes
3 Replies
posted 9 years ago

Different ways to make a payment

Hello, i would like to know the differents ways to get payed in Laravel. Such as, credit and debit c...

0 Likes
2 Replies

[L5] Extending router

In Laravel 4 I was able to extend the router class to add API format functionality (.json, .xml, .ph...

0 Likes
8 Replies
Solved

Try Catch Guzzle

I am having issues with try catching a guzzle request. I know the auth will fail but I am trying to...

0 Likes
1 Replies
Solved
posted 9 years ago

OR logic in middlewares

I think its necessary to be able to access a route if at least one of the middlewares is satisfied....

0 Likes
1 Replies

Unable to fetch data from another table. Please help.

Migration files user table <?php use Illuminate\Database\Schema\Blueprint; use Illuminate\Databa...

0 Likes
9 Replies

How Can I "Request" the data of a collection of rows?

I want to build a web based system to keep track of students attendance. I have these three tables r...

0 Likes
0 Replies

ErrorException in Grammar.php line 39: Array to string conversion

Hi, this is my store function in CategorieController.php public function store(Request $request) { C...

0 Likes
1 Replies
posted 9 years ago

Read Book Devoted in Death Free Online written J.D. Robb

Read Book Devoted in Death Free Online written J.D. Robb http://www.imdb.com/list/ls079308063/ Read...

0 Likes
1 Replies

Menu state management

I've not found a clear solution about menu state management. I post the way I do. Maybe there are be...

0 Likes
0 Replies

How to use OrderByRaw to get posts from database?

I currently have this code: $sidebar = Post::where('published', '=', '1')->orderByRaw("RAND(...

0 Likes
2 Replies
Solved

Image upload won't work Laravel 5

I cannot get an image to upload from a form using laravel 5. I have set 'files' to true but it still...

0 Likes
6 Replies
Solved

Laravel 5 Parse

Hi there, I have the following problem i'm using laravel 5 and laraparse package.Login with parse wo...

0 Likes
1 Replies

JWT auth help

I am using JWT https://github.com/tymondesigns/jwt-auth On login i need to also grab and insert the...

0 Likes
1 Replies

action routing not passing through the object

Hello, I've been stuck on this for a couple of hours. Oddly enough other routes have not had this pr...

0 Likes
2 Replies
Solved

How to add video on web page Using Source Code

Hello All, I need some help regarding HTML, the problem is that I want to include video lectures on...

0 Likes
0 Replies

having trouble updating with validations

this is my update function in usercontroller public function update_user_credentials(UpdateUserReque...

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.