Support the ongoing development of Laravel.io →

Four Tables - Filter Last Table on Latest Record

I have the following Table Structure A User hasMany Yards A Yard hasMany Hives A Hive hasMany HiveDa...

0 Likes
0 Replies

Laravel IF - ROUTE readonly the field

Hello all, I'm using blade and I was wondering how Can I insert a propriety "READONLY" in...

0 Likes
0 Replies

Minimum PHP Version for latest Laravel 4?

Hi, I teach Web Development to Diploma students and I have introduced Laravel 4 as the PHP Framework...

0 Likes
4 Replies

Laravel Host for Multiple Sites

I have created multiple sites using Laravel over the past few months - thankfully they have been pro...

0 Likes
8 Replies

Laravel Hosting Providers

Hi guys, What are your suggestions for reliable and compatible hosts for larger Laravel 4 applicatio...

0 Likes
14 Replies

Laravel Hosting

Looking for Laravel hosting with lots of disk space. Any suggestions?

0 Likes
5 Replies

Laravel LTS

With v 5 out soon there isn't a easy upgrade, it involves a lot of work to update from 4 to 5. Next...

0 Likes
4 Replies
posted 7 years ago

Error on pushing Laravel 5.4 upgrade to Forge

Hi all, I really don't know why this happens, but when I'm pushing my L5.4 application towards Forge...

0 Likes
6 Replies

DB select get only first row

I have a row query \DB::select("SELECT * FROM table_name WHERE id=$id"); the result shoul...

0 Likes
5 Replies
Solved

Is that possible to use json_decode() in Laravel Request Validation ?

Hello guys , Is that possible to use json_decode() in Laravel Request Validation ? I have a form in...

0 Likes
2 Replies

Baum nested set routes

Hi guys! Last 2 days I try to build routes tree with Baum nested set. I found topic that I need here...

0 Likes
0 Replies

Artisan Migrate Not Working

I'm having problems with my migration code, This is the error I'm recieving: PHP Parse error: synta...

0 Likes
4 Replies
Solved

Trying to get property of non-object from eloquent Relationship

I have used a relationship that returns data but when i use it it throws error "Trying to get p...

0 Likes
1 Replies
Solved

The Eloquent subquery is not executed correctly

Hi, frinds Can U help me in my case with eloquent subquery? ) I have the code in my model: return Ne...

0 Likes
1 Replies
posted 7 years ago

Laravel .env file not working with 127.0.0.1 but works with localhost

I have a laravel app that works fine with DB_HOST=localhost but does not work with DB_HOST=127.0.0.1...

0 Likes
1 Replies

get data from Pagination

i have $users = User::paginate(10); how do i get the data when i pass it to my blade template. e.g:...

0 Likes
7 Replies

add /public/ to routes

I've moved my application and need to add /public/ before everything for it to work correctly. How c...

0 Likes
0 Replies
posted 7 years ago

Import Excel

hi, I want to import a excel file. So in controller i do : $reader=Excel::load('storage/app/uploads/...

0 Likes
1 Replies
Solved

SQLSTATE[23000] - Column 'user_id' cannot be null

Hey guys, I followed this great tutorial to implement FB login into my application: http://maxoffsky...

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