Support the ongoing development of Laravel.io →
Kyslik

Kyslik

Joined 23 Jul 2014

Statistics

Threads 7
Replies 22
Solutions 3
Articles 0
posted 10 years ago

View rendering order, using View Composers.

I am trying to use ViewComposers and I would like to pass $current_user variable to all dashboard vi...

0 Likes
0 Replies
posted 10 years ago

artisan vendor:publish

Is correct behaviour of command in question ( $ php artisan vendor:publish) to copy migrations over...

0 Likes
5 Replies
Solved

Is example@gmail.com3 a valid email?

I am using Mailchimp service and I am adding emails to list thru API, before any API calls I make su...

0 Likes
2 Replies

Repositories and service providers

Say I have ~20 models, so ~20 repositories, then I want to have interfaces as well so I have about 2...

0 Likes
1 Replies

Is it possible to store "macros" in database?

Lets say I have a table with notifications and in text body I want to have link to login page, can I...

0 Likes
4 Replies
replied 11 years ago

Database connection error on shared hosting

Did you try? http://stackoverflow.com/a/10422525/1564365

0 Likes
replied 11 years ago

Is example@gmail.com3 a valid email?

Yes, I've solved it using try {} try { $this->mc->lists->subscribe($list_id...

0 Likes
replied 11 years ago

View Does Not Show

Hello there again, please do not use ... @yield('layout.header') @yield('layout.footer') ... instead...

0 Likes
Solved
replied 11 years ago

View Does Not Show

try return View::make('home'); instead of 'master'

0 Likes
replied 11 years ago

Create and configure a project with PhpStorm

to answer you the #1 I store _ide_helper.php in root directory of Laravel project

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.