Support the ongoing development of Laravel.io →

save log data into mysql instead of laravel.log

i created middleware for logging api request and response ,but i want to log it into mysql table.how...

0 Likes
0 Replies

eloquent palying with some null and other stuff related to date & time

Hello, In my work I regularly played with date & time with some date start & end (or valid f...

0 Likes
0 Replies
posted 6 years ago

FatalThrowableError Call to undefined function openssl_encrypt()

I'm new to Laravel so I'm not really sure what the cause of this is. I installed Composer and follow...

0 Likes
4 Replies

How is Laravel different than CakePHP and CodeIgniter?

Hi, I am Pratik Joshi. You can see me here on Stackoverflow with 5711 reputation points (stackoverfl...

0 Likes
12 Replies

3rd party API caching in PHP

We are building an application using Laravel. It is a very high traffic web application and we are u...

0 Likes
1 Replies
posted 6 years ago

Laravel code within <script> within a blade file

Hi folks Could someone please help me out, in a blade file I have:- @include('includes.js.autopil...

0 Likes
1 Replies
posted 6 years ago

Authorization header not working wilth my API

Hi Guys When i add an Authorization header <Bearer xcxcxcxc> to my api call which used JWT tok...

0 Likes
1 Replies
posted 6 years ago

Serialization of 'class@anonymous' is not allowed

Hello, Before my caching works fine, then I used the latest feature of Laravel 5.5, API Resource, I...

0 Likes
1 Replies
posted 10 years ago

Variables inside {{ asset }}

Simple one here. I have image paths in my table. The images are in /public. I would call those paths...

0 Likes
3 Replies
Solved

Laravel 8 based CMS.

Hi! Let me show you my project that I'm working on a while. It's a content management system created...

ttimot24 liked this thread

1 Likes
0 Replies

Automatically embed images to email

I am writing a newsletter system for my client. They write the email body with CKEditor and I want t...

0 Likes
3 Replies
posted 6 years ago

Unable to upgrading from 5.4 to 5.5

i am trying to upgrade from laravel 5.4 to 5.5 but I get the below error .Kindly assist please $ com...

0 Likes
0 Replies
posted 6 years ago

Unable to load a page due to this error

I've been trying to fix this for the past 3 hours and currently, I'm not getting anywhere... Anyone...

0 Likes
1 Replies

Routing in own composer package

Hi everyone! I am creating a new package and save it on packagist at https://packagist.org/packages/...

0 Likes
1 Replies

Help with my package

Hi, I'm building a package called under-construction. When this package is activated in a config fil...

0 Likes
0 Replies

php artisan - unknown table no matter which command I run

For some reason whenever I run any php artisan command I get an error saying one of my tables doesn'...

0 Likes
4 Replies
posted 6 years ago

Deleting a folder or file does not work

<?php namespace App\Http\Controllers; use Illuminate\Support\Facades\Storage; use Illuminate\Ht...

0 Likes
0 Replies

Artisan Tinker Opens & Closes Immediately

Here's a GIF of the issue: I feel like it's probably not related, but I noticed this issue after sw...

0 Likes
0 Replies
posted 6 years ago

Nicer way to append relationship count to model

So i've got two objects, a Client and Project, there is a hasMany relationship from the client to th...

0 Likes
1 Replies
posted 6 years ago

Laravel Matching to Wrong Routes Because of a Single Route With Three Parameters

Here are the relevant routes: Auth::routes(); Route::group(['prefix' => 'admin'], function () {...

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