Support the ongoing development of Laravel.io →

meigwilym

Joined 5 Feb 2014

Statistics

Threads 5
Replies 34
Solutions 5
Articles 0
posted 8 years ago

Blog Post on Laravel Relations

If this is not allowed then please delete and accept my apolgies I decided to take a good hard look...

0 Likes
0 Replies

What's returned by Auth::user() ?

I'm trying to make changes to the user record. I expect a User Eloquent model when I call Auth::user...

0 Likes
3 Replies
posted 9 years ago

Auto caching HTML

All methods in my app use $this->layout->content = \View::make('my.view', compact('vars')); t...

0 Likes
0 Replies
posted 10 years ago

White screen and "Error in exception handler" on nginx digital ocean server

That's about it really. This is the first time I've set up LEMP. I've got app/storage set to 777 -R,...

0 Likes
2 Replies

Hierarchial data in a single table

I'm building an app with lots of this kind of data, e.g. jobs. Most have a parent so I've started cr...

0 Likes
3 Replies
replied 8 years ago

update data from database using <select onchange()><option> using laravel 5

Try and answer the questions, I'll be in a better position to help you.

0 Likes
replied 8 years ago

Most proper way to change laravel config values through web form

There's a package that might be what you're looking for https://github.com/TerbiumLibs/dbConfig

0 Likes
Solved
replied 8 years ago

Laravel 5: Before redirct set validtion error to view page

Read the error message. You have an if statement in the class, and not in a method. Read up on PHP s...

0 Likes
replied 8 years ago

update data from database using <select onchange()><option> using laravel 5

Is the form rendering as you expect? Using your browser developer console, is the ajax call firing c...

0 Likes
replied 9 years ago

What's returned by Auth::user() ?

It seems that I was mistaken. It is possible to do the above my error was a few lines down. Sorry! M...

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.