Support the ongoing development of Laravel.io →

2,390 Threads

posted 7 years ago

Unique Requests

Good Evening Community, I am looking for a solution to separate data by requests. Every requests wil...

0 Likes
2 Replies

Decrement Each Value for get url acces

When i acces main?company_id in url of my site, i must do decrement -1 for row user , i try this : $...

0 Likes
0 Replies

Laravel Undefined variable when passing variable

Beginner question : I'm passing the $wordsRow variable from the WordsController to the results2 blad...

0 Likes
1 Replies

cannot get JSON data

I have form that should post data in JSON format, but it doesn't work yet. here is my blade {!! Form...

0 Likes
0 Replies

how to get jquery variable in controller using ajax

Hello friends I want to make online calculator Below is simple draft of this. I cannot get it work p...

0 Likes
5 Replies

Laravel Eloquent Model Does not return anything or show any error

Hi, My Eloquent Model is here- <?php namespace App; use Illuminate\Database\Eloquent\Model; cl...

0 Likes
0 Replies

Routing problem on quickstart tutorial

Hi all, Looking to move back from .NET MVC to an enlightened and lovely PHP framework. I like what...

0 Likes
6 Replies
Solved

Scheduling Update in Database

Hi, i have a script who take data from a Json, put in Database and Display. I wanna update data if a...

0 Likes
0 Replies

Display Json Format

Hi : i have this format : [M] => stdClass Object ( [CUsed] => 0 [CLeft] => 0 ) [D] => st...

0 Likes
1 Replies

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

REST API how to initiate clients to pull

I am designing a channeling app for SMS that uses REST API to accept HTTP requests to be sent via SM...

0 Likes
0 Replies
posted 7 years ago

Bizarre issue with Route::group()

I am running into a very strange issue routing a subdomain via Route::group()... My code: Route::gro...

0 Likes
0 Replies

Undefined Variable 'posts' - Laravel 5

In my ShowController, I returned a view with variable posts, like <?php namespace App\Http\Contr...

0 Likes
1 Replies

Route middleware not working correctly

/* Social Register */ Route::get('social/register', [ 'middleware' => 'auth', 'as' => 'social:...

0 Likes
0 Replies

help with Request

Hello Im making an autocomplete search however when I type a letter instead of outputing only the da...

0 Likes
1 Replies

Laravel 5, route all, request syntax

Hello, i recently started to use laravel and can't figure out how to solve this route Route::g...

0 Likes
1 Replies

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

3 level cascading dropdown list in Laravel 5.2

I am trying to do a 3 levels dynamic or dependent dropdown list. i managed to fix the first two and...

0 Likes
0 Replies

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
posted 7 years ago

syntax to check a value in a if statement

Is the below if statement correct, where newQ and newP are values, and post_type is a variable :...

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