Support the ongoing development of Laravel.io →

Bad redirect to two different administrations after login

Hello everyone. For the beginning, in my project there are 2 types of user interfaces, for users and...

0 Likes
0 Replies

what is the best Laravel REST API package

Hi there, Which REST API package do you consider the best? Currently I've tried: https://github.co...

0 Likes
9 Replies
posted 6 years ago

Sohbet

Türkiyenin Ücretsiz Sohbet, Eğlencesi Bol Chat Siteleri olan Sohbetguzel.net e hoşgeldiniz . Bugün s...

0 Likes
0 Replies
posted 6 years ago

save() does not update all fields

I have a table that behaves fine with read/insert. However on update it only updates a few fields an...

0 Likes
2 Replies

TokenMismatchException error with PHPUnit after upgrade

I just upgrade from Laravel 5.3 to 5.4 then I move to 5.5. After that, I wrote this test: /** @t...

0 Likes
0 Replies
posted 6 years ago

Method year does not exist. Laravel 5.5 Migration

Hello when I try to migrate my migration I get this error Method year does not exist. on this line $...

0 Likes
2 Replies
posted 6 years ago

Sending email with attachments

I must be able to send an email to a couple of users and attach some files. I have in the view...

0 Likes
0 Replies

preventing one role from accessing the property of the other

I have an inventory app that has three different roles, namely operator, admin, and super admin. the...

0 Likes
0 Replies
posted 6 years ago

Positioning an @include reference

Hey guys, hope you're well. So a quicky for you guys and im so confused about it! In my home.blade.p...

0 Likes
0 Replies
posted 6 years ago

Upgraded server to Ubuntu 17.10 Laravel project on 5.4.3

AFter upgrading the server, my project using Laravel 5.4.36 only displays the actual text of the ind...

0 Likes
0 Replies
posted 6 years ago

php artisan package:discover

When i have run composer dump-autoload i got this error Method Illuminate\Foundation\ComposerScripts...

0 Likes
0 Replies
posted 10 years ago

One-to-one relation through pivot table

I have component A, users, which connect to component B, addresses. One user has one address, always...

0 Likes
12 Replies
Solved

How to check if a Foreign Key exists

In my migration code I have: if (Schema::hasTable('activity_log')) { Schema::table('activity...

0 Likes
8 Replies
Solved
posted 6 years ago

asset() dosnt work at amazone ec-2

hi i install my laravel app at amazone serer ec-2 after i upload all my file the asset() dosnt work...

0 Likes
1 Replies

Add pin password to built in authentication

I'm writing my first application with Laravel (v 5.5) and it's days I'm trying to figure out how I c...

0 Likes
0 Replies

Laravel Relations One to One and One to Many

Let's say we have three models Class, Students and Studentinfo. Class and students are in One to Man...

0 Likes
0 Replies

Cannot override model factories default

I can't workout why I cannot override the values specified in my ModelFactory.php file, from within...

0 Likes
6 Replies

Extending webpack exlixi

I have this codes in my gulp.js elixir(mix => { // for auth mix.sass('auth/auth.scss');...

0 Likes
1 Replies

Session flash message

Hi there! I have a code that works fine. It displays flash messages. This is what you find in my vie...

0 Likes
5 Replies

Just a small Laravel admin panel builder

Hi, here's a small Laravel admin panel builder I've been working on: http://www.appnoder.com/ If you...

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.