Support the ongoing development of Laravel.io →

gizzmo

Joined 28 May 2015

Statistics

Threads 0
Replies 5
Solutions 0
Articles 0

gizzmo has not posted any threads yet

replied 8 years ago

Use root route for both logged and non logged user

Do it in a Controller maybe? <?php namespace App\Http\Controllers; use Illuminate\Http\Request;...

0 Likes
replied 8 years ago

Trying to get property of non-object

on that line you use $to->email but your passing a value from env(). So $to isn't an object.

0 Likes
replied 8 years ago

How to get the data-* value of the selected option

IIRC data-* attributes are used mainly for CSS and Javascript. You'll want to use the value attribut...

0 Likes
replied 8 years ago

Laravel old versions?

I was bored so i thought id look. There aren't any tagged releases for v1 or v2 but I found these co...

0 Likes
replied 8 years ago

What are the benefits of Route::get/post etc?

Take a look at Implicit Controllers.

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.