Support the ongoing development of Laravel.io →

542 Threads

Unable to run multiple tests on controller

I'm attempting to clean up an existing application by writing unit tests for some legacy code (and u...

0 Likes
4 Replies
Solved

Laravel 5 unit testing controllers with auth middleware

I'm trying to write some unit tests for my controllers in Laravel 5 The route is protected by the au...

0 Likes
6 Replies
Solved

How to pass data to json from Database?

Hello, Here is my Row Query to get the data from database. $user = DB::table('users')->get(); I w...

0 Likes
7 Replies
Solved

Link each product to its product_details page

In native PHP it takes about 2 minutes to link each product on the page to its product_details page...

0 Likes
4 Replies
Solved

How do I use chunk to insert large amounts of data into database?

I would like to insert a large number of rows into my database using chunks, but I am not sure I am...

0 Likes
2 Replies
Solved

Why does the update to AWS SDK break Laravel 5.1?

So we have a Laravel 5.1 API running on our systems, and use the AWS SDK for php for pushing jobs to...

0 Likes
1 Replies
Solved

Schedule jobs + Cli command or Controller->Route script + Cron Job?

Hello, I'm having an issue what is best approach to schedule job in laravel. Setup is like this: The...

0 Likes
1 Replies
Solved
posted 7 years ago

Route POST error 500

Hi,I I'm a beginner,I have a problem about Route. I write a post route,when I click submit on brows...

0 Likes
5 Replies
Solved

Unit testing get error value about form request. Session missing key: errors

I'm try to write a unit testing for test form request in Laravel 5, but I can't not get data from &q...

0 Likes
2 Replies
Solved

Custom Validators not working

Hey everyone, I am having issues in my Lumen (v5.2.*) application with custom validators. I have a...

0 Likes
3 Replies
Solved

Removing index.php from URL Laravel 5.1.16

Just updated to 5.1.16 on my local install and everything seems to work fine with my pretty URL's ie...

0 Likes
4 Replies
Solved

Paginating Results with Dynamic Query Builder Filters

I found this tutorial on creating dynamic filters for query builder, allowing me to quickly run thro...

0 Likes
3 Replies
Solved

REST GET request results into a different database connection

Hello, I have two applications on my local server: [A] http://site.local and [B] http://api.local. T...

0 Likes
3 Replies
Solved

Laravel permissions

How can I manage permissions with Laravel? I have some pages that are only displayed to user with pe...

0 Likes
2 Replies
Solved

homestead.app not coming up from the browser

Hello Guy, Am new to laravel homestead. I followed the dochttps://laravel.com/docs/5.2/homestead on...

0 Likes
2 Replies
Solved

How should I store this values into my pivot table?

Hello, I'm kinda new with laravel and I can't solve this problem by myself. I've tried a lot of thin...

0 Likes
1 Replies
Solved

My redirect doesn't work

After I create a new row, an array with the information added is shown. I've tried: return view('/bl...

0 Likes
3 Replies
Solved

How to show one page for all routes in Laravel 5 ?

Hi! In my work I need to show on page for all routes instead of /api route, for example Route::g...

0 Likes
2 Replies
Solved

Jquery cloned fieldset not posting

I have an fieldset in my form that looks like below. <fieldset class="Bo...

0 Likes
1 Replies
Solved

Guzzle gives me different data

Hi I need to retrieve a total of credits. When I put this in the browser it works and gives only a t...

0 Likes
3 Replies
Solved

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.