Support the ongoing development of Laravel.io →

softwaredeveloperca

Joined 15 Feb 2016

Statistics

Threads 0
Replies 20
Solutions 0
Articles 0

softwaredeveloperca has not posted any threads yet

replied 7 years ago

How to persist data between views

Write the content to a hidden div and unhide it onclick

0 Likes
replied 8 years ago

How to make blade template file (foo.blade.php) can not run common php function?

using the standard php tag allows that. If you want to do it through blade syntax add a helper.

0 Likes
replied 8 years ago

Routes inside middleware web not working

Try changing this part. Route::group(['middleware' => 'web'],

0 Likes
replied 8 years ago

Page error 500

put this in your gulp.js file elixir(function(mix) { mix.less('app.less') .sass('main.scss') .styles...

0 Likes
replied 8 years ago

Routes inside middleware web not working

try one character change Route::get('/foo', function () {

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.