Dear Friends, I am using Laravel 5.3. I created two similar paginations in my Home page using Contro...
Hi all, Im relatively new to laravel, but have been doing PHP for the last year with MySql, Im curre...
I'm re-building an old site of mine and learning Laravel as I go but I have a problem which might ju...
Hi, I'm building a website for a music association, and only want users to be able to login when the...
So i've upgraded a project i'm working on to 5.4 version and wants to take advantage of webpack. so...
I want to add on my site feature, to add ADvertisement block in custom place of my templates. Exampl...
I have a service provider that I use to share variables in views. Now I need to be able to use a var...
I have two tables users and user_details and i have created a relationship between the two of them...
NotFoundHttpException in Router.php line 960: in Router.php line 960 at Router->Illuminate\Routin...
I am using laravel 5, I just deployed the code in public_html on the server. When I call the URL it...
Hello, Few days ago I started to learn new Laravel 5.4 and I have first problems. Here's code of my...
Hello. I cannot see glyphicons with laravel 5. I tried putting /fonts direcory into /public laravel...
Hello, My app.scss file imports 6 other sass files. Typically, Laravel Mix compiles the whole thing...
i have two tables books and 'books_photos' table . Which has one to one relationship. <?php...
Hello, a few months ago, I successfully implemented Infinite Scroll in Laravel 5 using this tutorial...
So I am attempting to create a basic CMS in Laravel as a sort of pet project. I am coming from a wor...
i use conford googlemapper and i follow every step but my map no show this my MapController my MapCo...
controller public function index() { $meetingData = Newsnotice::news(); $meetingData=json_decode(jso...
I want to add extra variables onto my return function. How can I do this? <?php namespace Ap...
I have been using the helper app()->setLocale(session('lang')); However, I can get to change the...
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