Support the ongoing development of Laravel.io →

anhskohbo

Joined 3 Feb 2014

Statistics

Threads 0
Replies 8
Solutions 0
Articles 0

anhskohbo has not posted any threads yet

replied 9 years ago

File::exists not working when served

File::exists("settings/config.xml") => Check file in /[root]/settings/config.xml Where...

0 Likes
replied 9 years ago

Does anyone know how can I auto-prefix my custom styles with elixir? L5

By default, elixir use autoprefixer with default arguments. And syntax use it: mix.styles(['style-na...

0 Likes
replied 9 years ago

How do i see if Laravel installation is complted succesfully.

http://localhost/testproject/public/users

0 Likes
replied 9 years ago

Help me working with phpexcel

U can use Laravel excel: https://github.com/Maatwebsite/Laravel-Excel It's so powerful

0 Likes
replied 9 years ago

Get list with created_at of one week ago. Carbon? Eloquent?

try this $todayMinusOneWeekAgo = \Carbon\Carbon::today()->subWeek();

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.