Support the ongoing development of Laravel.io →

2,053 Threads

posted 7 years ago

Undefined Variable in View

To clearify I did try this also WITHOUT database results. web.php <?php /* |--------------------...

0 Likes
3 Replies
Solved
posted 10 years ago

How to link_to_route when route is defined in a controller?

Sorry, I'm just learning Laravel and I'm stumped on what I'm sure is a very simple issue: How to lin...

0 Likes
5 Replies
Solved

Failed to load resource: the server responded with a status of 500 (Internal Server Error)

Hey laravel users. I have problem with index php. Screens: https://gyazo.com/7c470e89e2c884f25911503...

0 Likes
0 Replies

Make ajax call to different controllers/actions depending on JavaScript variable using Blade

Hi, I have a page with near 10 buttons, some of them make ajax calls to same controller action with...

0 Likes
0 Replies

possible to use multiple @extends('') using if commands in blade?

Ok so here is my code @if(some logic) ....@extends('template.master') ....@section('title') ....ti...

0 Likes
2 Replies

Pagination with ajax not working

I´m using Laravel5.3. The problem is that the current Pagenum is not set. I mean I get the correct d...

0 Likes
1 Replies
Solved

How to send http/api request to a local server behind DMZ.

Here is the senario, example.com is hosted laravel project on internet and a user/office is accessin...

0 Likes
0 Replies

Array to string conversion

Hi guys, im trying to include the contents from a txt file and import as an array within a controlle...

0 Likes
4 Replies

Change view resolution dynamically based on request parameter - Google AMP support

Hi all, I am trying to implement google amp for my site, in which case if the request contains a que...

0 Likes
1 Replies
Solved

Include data array from PHP file

Hi guys, im trying to include a set of data points from a remote file (on a local machine). In my ma...

0 Likes
18 Replies

Using Login Form and Registration form in same page

I've the Laravel auth's login and registration from in same page like the below image. If i try to l...

0 Likes
4 Replies
Solved

Pass ID to create action of RESTful controller

Hi people, i have a problem. I have a RESTful controller called SCHEDE. I want to insert new row in...

0 Likes
2 Replies

Laravel 5.3 Add Validation rule to login and password reset

I am stumped on how to add a custom validation rule to the login controller and forgot password cont...

0 Likes
0 Replies

how to use @each('view.name', $jobs, 'job') to make clear loops??

Hi guys. for making a list of categories and subcategories in 3 levels I used foreach and if loops a...

0 Likes
0 Replies

Top 7 Features of Laravel

Which framework is the easiest to learn?

0 Likes
1 Replies

How to display result in datatable?

I bought an application script from themeforest. I want to do some modification on it. Application J...

0 Likes
2 Replies
posted 9 years ago

Get array from checkbox options

Hi there, I'm trying to get array of options from selected checkboxes with Blade, but it doesn't see...

0 Likes
3 Replies
Solved

Form generated fully by javascript - how to generate the csrf_token

Hi! I am generating an edit form of an object, that is returned by Ajax. Everything's fine, but I ha...

0 Likes
2 Replies
Solved

Route::has issue

Having a difficult time getting Route::has working correct. routes.php Route::get('login', function...

0 Likes
2 Replies

Blade Issues Throwing HTTP 500 Error

Hey There, I am having real issues with blade templating. Basically when I use blade the webpages ju...

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