Support the ongoing development of Laravel.io →

2,053 Threads

Undefined Variable Laravel 4

Hi all, Im relatively new to laravel, but have been doing PHP for the last year with MySql, Im curre...

0 Likes
17 Replies
Solved
posted 7 years ago

How to persist data between views

I'm re-building an old site of mine and learning Laravel as I go but I have a problem which might ju...

0 Likes
6 Replies

Enhanced Register Form

Hi, I'm building a website for a music association, and only want users to be able to login when the...

0 Likes
0 Replies

Laravel 5.4 call js class from blade

So i've upgraded a project i'm working on to 5.4 version and wants to take advantage of webpack. so...

0 Likes
0 Replies

Edit view from admin panel?

I want to add on my site feature, to add ADvertisement block in custom place of my templates. Exampl...

0 Likes
0 Replies

Singleton unexpected behavior ?

I have a service provider that I use to share variables in views. Now I need to be able to use a var...

0 Likes
0 Replies

How to display the users thumbnail picture in my dashboard route

I have two tables users and user_details and i have created a relationship between the two of them...

0 Likes
5 Replies
posted 7 years ago

Error in Laravel 5 Project, while click on edit & show buttons

NotFoundHttpException in Router.php line 960: in Router.php line 960 at Router->Illuminate\Routin...

0 Likes
0 Replies

Laravel 5 : deployed on server in public_html give HTTP ERROR 500

I am using laravel 5, I just deployed the code in public_html on the server. When I call the URL it...

0 Likes
0 Replies

Error while versioning css style

Hello, Few days ago I started to learn new Laravel 5.4 and I have first problems. Here's code of my...

0 Likes
0 Replies

Boostrap glyphicons not working with out of the box laravel 5.

Hello. I cannot see glyphicons with laravel 5. I tried putting /fonts direcory into /public laravel...

0 Likes
3 Replies

Laravel Mix is very slow when compiling sass files containing urls

Hello, My app.scss file imports 6 other sass files. Typically, Laravel Mix compiles the whole thing...

0 Likes
0 Replies

Trying to get property of non-object One to one relationship eloquent (URGENT)

i have two tables books and 'books_photos' table . Which has one to one relationship. <?php...

0 Likes
6 Replies

Infinite scroll on a table [L5]

Hello, a few months ago, I successfully implemented Infinite Scroll in Laravel 5 using this tutorial...

0 Likes
3 Replies
Solved

I think there is a better way to do what I am doing. Programmatically populating a dashboard nav with Models

So I am attempting to create a basic CMS in Laravel as a sort of pet project. I am coming from a wor...

0 Likes
0 Replies
posted 7 years ago

my google map not show

i use conford googlemapper and i follow every step but my map no show this my MapController my MapCo...

0 Likes
1 Replies

error laravel 5 undefined variable

controller public function index() { $meetingData = Newsnotice::news(); $meetingData=json_decode(jso...

0 Likes
2 Replies

Return View with, dynamically with added data

I want to add extra variables onto my return function. How can I do this? <?php namespace Ap...

0 Likes
1 Replies

How can I change the language of errors in laravel 5.1 dynamically?

I have been using the helper app()->setLocale(session('lang')); However, I can get to change the...

0 Likes
0 Replies
posted 10 years ago

Ajax for onChange of select box with Laravel (change with multiple source object like textbox1, textbox2, ....)?

Any example for ajax of onChnage of select box that change multiple source object like textbox1, tex...

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