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

redirect to home page

In LoginController: public function redirectPath() { return route('dashboard'); }

0 Likes
replied 6 years ago
0 Likes
replied 6 years ago

how to create my own button with crudbooster in Laravel?

I've tried code in my own project. route file: Route::match(['get', 'post'], '/spt_dashboard', 'Dash...

0 Likes
Solved
replied 6 years ago

Doing something different when an error is detected

if(!function_exists('freeRedirect')){ function freeRedirect($to = '/'){ throw new \...

0 Likes
replied 6 years ago

how to create my own button with crudbooster in Laravel?

Route::match(['get', 'post'], '/spt_dashboard', '\App\Http\Controllers\AdminSptController@cbInit')-&...

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.