Support the ongoing development of Laravel.io →

moinescumihai

Joined 23 Nov 2014

Statistics

Threads 2
Replies 67
Solutions 8
Articles 0

route caching in laravel 5

Hello, I have a slight problem with route caching when using closures in the routes file. My routes....

0 Likes
1 Replies

using package only on local environment in Laravel 5

Hi, In Laravel 4.2, I was able to load a package only for my local development in config/local/app.p...

0 Likes
6 Replies
replied 7 years ago

Help! New to Laravel! Accessing the Model Function using Laravel 5.2

There are a few methods in doing this: Static method in your model <?php namespace App; use Ill...

0 Likes
replied 8 years ago

Data from one view is shared with all views.

When you pass a variable to a view from a route or a controller, you can use that variable in all th...

0 Likes
replied 8 years ago

Return redirect from within another method in controller

public function getIndex() { $auth_return = $this->authorise('members.view'); if(!$auth_r...

0 Likes
replied 8 years ago

routes.php new route is not picked up by Laravel or Nginx?

try php artisan route:clear php artisan cache:clear

0 Likes
replied 8 years ago

Managing multiple models with a single set of index/create/edit views

you could have a partial view with the common input for create and edit http://laravel.com/docs/5.1/...

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.