Support the ongoing development of Laravel.io →

torosegon

Joined 9 Dec 2013

Statistics

Threads 0
Replies 8
Solutions 0
Articles 0

torosegon has not posted any threads yet

replied 9 years ago

Vagrant+Homestead: The host path of the shared folder is missing: ~/Code

Try this: folders: -map ~/Code to C:\\rob\\Vagrant\\Code

0 Likes
replied 9 years ago

Getting parameters of a call just having the string of the url

Route::get('/view/{id}', function ($id) { ... }); Route::get('/post/{post_id}/comment/{comment_i...

0 Likes
replied 9 years ago

DNS configuration and wildcard routing

*.example.com CNAME example.com

0 Likes
replied 9 years ago

File Uploaded was not in directory

... if(Input::file('my_pdf')->move(public_path('uploads'), $fileName)) ... http://laravel.com/do...

0 Likes
replied 9 years ago

login in website

app/models/User.php class User .... { protected $fillable = ['username', 'password', etc...]; }

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.