Support the ongoing development of Laravel.io →
closca

closca

Joined 9 Feb 2014

Statistics

Threads 8
Replies 11
Solutions 1
Articles 0
posted 10 years ago

Using Auth::check() in workbench

I try to use auth class into workbench but nothing happend.

0 Likes
0 Replies
posted 11 years ago

Mail configuration separate from app/conf/mail.php

Hi. I am developing a system with will be SAS and i need to give posibility for each subscribed user...

0 Likes
1 Replies
posted 11 years ago

Redirection when routes have filters into Firefox come an warning

Hello. I am facing an issue and i don;t know how to solve. I have a post route where i am storing to...

0 Likes
0 Replies
posted 11 years ago

Add feed to laravel from another website

Hello. Is there any fast solution to add feed from another site to laravel. What i need is to put in...

0 Likes
2 Replies
posted 11 years ago

\Carbon\Carbon::now() problem

Is returnig me with 1 hour ago diference with server if server time is 12.30 \Carbon\Carbon::now()...

0 Likes
2 Replies
Solved
replied 11 years ago

Swiftmailer with dynamic mail configuration

I use this: $mail=DB::table('mail_settings')->first(); $config = array( 'dri...

0 Likes
replied 11 years ago

Mail configuration separate from app/conf/mail.php

Founded $config = array( 'driver' => 'smtp', 'host' =&...

0 Likes
replied 11 years ago

Route and get method

I use controllers Let me show you Route::get('find/{name}', 'SearchController@search'); or can be a...

0 Likes
replied 11 years ago

Dynamic 'where()' for a filter

You got to use function in where() I give you an example ->where(function($query ) use ($id_categ...

0 Likes
Solved
replied 11 years ago

Modify files from php

Thanks. It was what i nedeed.

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.

© 2026 Laravel.io - All rights reserved.