Support the ongoing development of Laravel.io →
ilinovster

ilinovster

Joined 26 Apr 2017

Statistics

Threads 0
Replies 16
Solutions 2
Articles 0

ilinovster has not posted any threads yet

replied 6 years ago

how to create my own button with crudbooster in Laravel?

If 'member_dashbiard' is your route name: <li><a href="{{ route('member_dashboard') }}">...

0 Likes
replied 8 years ago

weird problem in web.php

No, it isn't updated in 5.4. Route 'aticles/create' is synonymous with route 'articles/{id}'. Imagin...

0 Likes
Solved
replied 8 years ago

weird problem in web.php

Route::get('articles/create', 'ArticlesController@create'); Route::get('articles/{id}/show', 'Articl...

0 Likes
replied 8 years ago

How do I call private in my model

class Test extends Model { private static $_prefix = '_prefix'; public function __construct(...

0 Likes
replied 8 years ago

redirect conditionally after save

Try: $request->route()->getPrefix()

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.