Support the ongoing development of Laravel.io →

Barebones Laravel template?

Hi! I was wondering if there's a minimal template for a Laravel site? The default Laravel installati...

0 Likes
4 Replies

What's the best way to access distant relations through a method in my Address Model?

I have an Address, Zip, City and State model and I would like to create an easy way to access the St...

0 Likes
0 Replies

Update multiple user details when new user is registered in laravel php

Here is register new user code in php laravel-5.4 mysql ####################code here starts######...

0 Likes
2 Replies
Solved

FatalThrowableError Call to undefined method

i got this error after deploying my project to server. this is not happen locally (localhost) any so...

0 Likes
0 Replies
posted 6 years ago

Eager loading, problem with data delivering...

Working example: $data = Member::vip()->get(); foreach($data as $member) { echo $member->n...

0 Likes
0 Replies

Trying to use a user messanger app

I am trying to implement a chat feature into one of my companies websites, but I am unsure of how to...

0 Likes
1 Replies

Update data using array

Hey, i wanna update my data using array, but its error 'cause im using "like" query while...

0 Likes
1 Replies

Call to a member function getDateFormat() on null

I've just installed laravel 5.3.16 And I've added composer require jenssegers/mongodb package to my...

0 Likes
1 Replies
posted 6 years ago

how to auto deploy migration ?

Hi i have this script in laravel forge. cd /home/forge/mapp git pull origin develop composer install...

0 Likes
1 Replies

Laravel Query Builder Issue with get()

I'm following the Laravel from Scratch series from laracasts and am trying to build my own website....

0 Likes
1 Replies
Solved

My AJAX post contains the correct token header but I still get a TokenMismatchException

I have an Angular.js and Laravel web application. All my ajax posts and get requests to the laravel...

0 Likes
0 Replies

Check if @yield('something') is set

Hi, I'm trying to use @yield for my page titles, that way I could simply @section A Cool Title @stop...

0 Likes
11 Replies
Solved

How to send email to Mailtrap server?

I am currently trying to send an email to the mailtrap server to test whether the email confirmation...

0 Likes
1 Replies

Separating frontend and backend controllers when using resource controllers

Hi, I recently adopted the resourceful controllers way and Adam Wathan's talk on Laracon US just mad...

0 Likes
0 Replies
0 Likes
0 Replies
posted 10 years ago

supervisord not killing processes that time out

I've had a weird problem for a few months and it's only gotten worse. Right now we run all of our qu...

0 Likes
1 Replies

Trailing 0s are lost by blade laravel

Hi all! First time here, relatively new to Laravel 5.2 I'm finding that trailing 0's which are corre...

0 Likes
1 Replies
posted 6 years ago

laravel join query where AND OR both cluse

how to write Laravel 5.4 Eloquent for the query like this, where ( (table1.fname like %xxxxx% ) OR (...

0 Likes
9 Replies
Solved

Fetch names of Polymorphic Realtionships

I have a model, say Model A. This model have polymorphic relationships with some other models. On de...

0 Likes
0 Replies

Creating Custom package, error

Im getting the follow up error "Class 'Martins\ArtisanGUI\ArtisanGUIServiceProvider' not found&...

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