Support the ongoing development of Laravel.io →

[Manjaro][composer] Artisan not present when installed using composer.

I am on Manjaro. Installed composer from the repository, which is up to date. So I followed the offi...

0 Likes
1 Replies
posted 7 years ago

Laravel multiple requests

Hi. I have problem. I make request to url .../admin/system. I catch that request in brakepoint in my...

0 Likes
0 Replies

Local to Online : $request->all(); and Input::all(); error

Why Laravel 5.3 output differents result? It's bugged on online request. Thank you Controller: funct...

0 Likes
2 Replies

"with" or "load" causes all objects loaded

Hello All, This is my first post on this forum, so I'd like to send warm hello and thank You in adva...

0 Likes
5 Replies
Solved

belongsToMany three table

Hello. I have problem with relationship three table. We have the tables users - id - username compa...

0 Likes
2 Replies
posted 7 years ago

Form macros in Laravel 5.3

I am trying to setup Form Macros in 5.3, I have a service provider working: /App/Providers/MacroServ...

0 Likes
1 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
posted 7 years ago

Mandrill mail conection problem

Hi I'm getting very occasional connection problems with the mandrill api [2016-09-16 07:59:38] produ...

0 Likes
1 Replies

Old PHP site to new one with Laravel 5.3, how to begin with?

Hello, i am new here and with Laravel tech but I know the php dev. I developed several years ago a P...

0 Likes
1 Replies

invalid parameter in posting offer to facebook api

Hi, I have problem with posting offer to page (which I am admin) via facebook api. It'is work, when...

0 Likes
1 Replies

when i import the excel sheet using maatwebsite, showing the error message “Call to undefined function: simplexml_load_string()”

i have use the import excel sheet using maatwebsite in local. its working fine. but live server its...

0 Likes
1 Replies

FPX payment gateway integration with Laravel 5.2

Can anybody let me know how to integrate FPX payment gateway integration with Laravel 5.2?

0 Likes
0 Replies

Trouble getting value from object. Or how to get distinct date from dateTime column in a table.

So I have a query that looks like $atten = Attendance::select( DB::raw('DATE(tStamp)') )->group...

0 Likes
0 Replies
posted 10 years ago

What are the most common projects that are built with Laravel?

Laravel can be used for any project. It's all about your skills and imagination. I hope we all agree...

0 Likes
6 Replies

Eager loading of several relationships

I've got a Restaurant, Review and User model Restaurants have reviews, which have a user I would to...

0 Likes
3 Replies

Two Many-To-Many relationships help

I have the following scenario. I have 3 main tables: Countries Job possition Income *** Income tab...

0 Likes
2 Replies
posted 7 years ago

Auto logout and redirect

Hello, im new in Laravel. Have problem with automatic logout after session expire and redirect on ho...

0 Likes
2 Replies
Solved
posted 8 years ago

logging request unique id

After a while of running your app on production,when you open the log files you get lost you cannot...

0 Likes
1 Replies

How to populate failed_jobs table?

Hi! I am using php-resque and redis for my queues. Succesfully listen to queues from terminal (Debia...

0 Likes
2 Replies

Read .env file

Hi evryone, I would like to know if it is possible to read the content of the .env file like a text...

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