Support the ongoing development of Laravel.io →

@extends @yield doesn't work :(

// try.blade.php inside layouts file this is try.blade.php @extends('index') @section('content') <...

0 Likes
2 Replies

laravel 5.0 Function mcrypt_get_iv_size() is deprecated error

Hello. Im having trouble with Homestead because it is using php7 when i want it to use php5.6 The pr...

0 Likes
0 Replies

Problem Login with Laravel 5.4+Sentinel

Hi.. i am new in Laravel environment and i just met problem in my first application. I made a page f...

0 Likes
0 Replies
posted 9 years ago

Query string parameters are not detected any more

Hi, I've been working with third party API integration where I receive a callback on a specified url...

0 Likes
4 Replies
Solved

Select using pluck with 2 values

Hello all, how Can I insert more than one value into the select tag using pluck? Form::select('peopl...

0 Likes
0 Replies

Laravel auth not persistent

Auth isn't persistent accross pages in my laravel 5.4 installation. I've read many other posts all o...

0 Likes
0 Replies

Eloquent not persisting to DB on update?

TL;DR: Eloquent models are updating, if I dump the object the attributes show correctly, but when I...

0 Likes
1 Replies

laravel 5.4 migration problem

new laravel 5.4 jubayed@localhost> php artisan migrate ~/Desktop/laravel...

0 Likes
4 Replies

Add primary authentication with google2FA, in Auth laravel 5.3

How am I trying to get my main login done with the google authenticator with the package PragmaRX\Go...

0 Likes
0 Replies

laravel what is the best way check row is deleted

Hi Using soft delete, deleted_at column if is null its mean row not deleted else deleted, i check th...

0 Likes
1 Replies

Boilerplate 5.2: assign single permission to multi group

Hi everyone, Need your help. I'm using laravel boilerplat 'Lagency_5.2', Great job done by these guy...

0 Likes
0 Replies
posted 10 years ago

Auth::logout()

I am new to Laravel and have been having trouble with the following piece of code. The system is wor...

0 Likes
10 Replies

database migration error

Hi, I follow this https://www.youtube.com/watch?v=hJIc9lVTJj4&index=3&list=PL55RiY5tL51oloSG...

0 Likes
1 Replies
posted 7 years ago

Undefined index

I am getting the following error from migration when i press php artisan migrate:refresh .I have de...

0 Likes
2 Replies

DB laravel - How to create a query that brings all the values from a column and that has another column equal to the a value (the auth user)

How to create a query that brings all the values from a column and that has another column equal to...

0 Likes
1 Replies
posted 7 years ago

Create dymaic Form Field Builder

Hello i want to know hows we can implement https://formbuilder.online/ in backend of laravel

0 Likes
0 Replies

ng-repeat with blade foreach

I'm stuck with my foreach here. I have a page where a user can create a candidate and add work exper...

0 Likes
0 Replies

[Package] DbMapper

I want to share with you one of my first packages I've ever made. It's called DbMapper and it provid...

0 Likes
0 Replies
posted 7 years ago

Cors error message undefined method Symfony\Component\HttpFoundation\BinaryFileResponse::header()

Im getting an error message that started when I implemented cors. I have no idea what it means or wh...

0 Likes
4 Replies

Is It Possible to change Database connection on the way through env in Controller ?

Let's say, i've defined DB_DATABASE=one but, there is a time i want to change database name connect...

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