Support the ongoing development of Laravel.io →

edogaafx

Joined 16 Mar 2015

Statistics

Threads 10
Replies 8
Solutions 3
Articles 0

Advertising on Laravel website

I have frequently searched advertising system/manager for Laravel and found none. I'd like to ask, m...

0 Likes
0 Replies

Broken autoload files after migration 4.2 => 5.1

I have migrated form version 4.2 to 5.1. On localhost everything works fine, but as I tried to uploa...

0 Likes
2 Replies
Solved

Seeding creates empty fields into databse, but does not write anything into them.

Seeding creates empty fields into databse, but does not write anything into them. **CategoriesTableS...

0 Likes
1 Replies
Solved

1. Models problem; 2. Seed problem;

Things are going complicated as I started migrating my project to Laravel 5.x. 1. In my view I'm sho...

0 Likes
3 Replies
Solved

Forgot password fucntion

By using this Password reminders and reset in Laravel 4 tutorial I tried to add "forgot passwor...

0 Likes
1 Replies
Solved
replied 7 years ago

Broken autoload files after migration 4.2 => 5.1

For those, who will possibly look for similar solution: Problem was caused because of PHP version. I...

0 Likes
Solved
replied 8 years ago

Broken autoload files after migration 4.2 => 5.1

bump. I really would like to get any suggestions or any tips, where should I look, to try to solve t...

0 Likes
replied 8 years ago

Seeding creates empty fields into databse, but does not write anything into them.

Found answer on my own. Used example from: Database: Seeding DB::table('users')->insert([...

0 Likes
Solved
replied 8 years ago

1. Models problem; 2. Seed problem;

Okay, solution was as @astroanu said. Every class what User model used, I added like: use Events\Mod...

0 Likes
replied 8 years ago

1. Models problem; 2. Seed problem;

astroanu said: From Larave 5 and up you need "use" every class, including models by their...

0 Likes

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.