I need to pass a second argument to edit and update methods of a controller like: public functi...
I’m trying to run a SOAP service on my Laravel 5.1 app. I got it working, but there’s one little ann...
I want to persist changes to Attendance model table, but I get this error: FatalErrorException in At...
I am simply adding a paypal IPN (using the https://github.com/mike182uk/paypal-ipn-listener) to add...
Hello, i would like to know the differents ways to get payed in Laravel. Such as, credit and debit c...
In Laravel 4 I was able to extend the router class to add API format functionality (.json, .xml, .ph...
I am having issues with try catching a guzzle request. I know the auth will fail but I am trying to...
I think its necessary to be able to access a route if at least one of the middlewares is satisfied....
Migration files user table <?php use Illuminate\Database\Schema\Blueprint; use Illuminate\Databa...
I want to build a web based system to keep track of students attendance. I have these three tables r...
Hi, this is my store function in CategorieController.php public function store(Request $request) { C...
Read Book Devoted in Death Free Online written J.D. Robb http://www.imdb.com/list/ls079308063/ Read...
I've not found a clear solution about menu state management. I post the way I do. Maybe there are be...
I currently have this code: $sidebar = Post::where('published', '=', '1')->orderByRaw("RAND(...
I cannot get an image to upload from a form using laravel 5. I have set 'files' to true but it still...
Hi there, I have the following problem i'm using laravel 5 and laraparse package.Login with parse wo...
I am using JWT https://github.com/tymondesigns/jwt-auth On login i need to also grab and insert the...
Hello, I've been stuck on this for a couple of hours. Oddly enough other routes have not had this pr...
Hello All, I need some help regarding HTML, the problem is that I want to include video lectures on...
this is my update function in usercontroller public function update_user_credentials(UpdateUserReque...
Solutions given in the past year. Excluding solutions from thread authors.
Select a tag below to filter the results
The Laravel portal for problem solving, knowledge sharing and community building.
The community