Support the ongoing development of Laravel.io →
Sharping

Sharping

Joined 28 Jun 2014

Statistics

Threads 24
Replies 36
Solutions 0
Articles 0
posted 11 years ago

@section + @show vs. @section + @stop

Hi, what's the difference between @section('head') <h1>Test</h1> @show and @section('he...

0 Likes
2 Replies

Looking for free webhoster ready for Laravel testing

Hi, i'm looking for a free webhoster to test a Laravel project. I testet 2 services so far but both...

0 Likes
4 Replies

Redirect to the second last page

Hi, i'm not sure how to solve this: I list all customers (with sorting options via URL query ?sort=...

0 Likes
8 Replies
posted 11 years ago

Blade: Using @if @else @endif in only one line = no output

Hi, this outputs nothing @if(!isset($bla)) (complete) @else ({{ $missing }} missing) @endif but if...

0 Likes
3 Replies
Solved
posted 11 years ago

Is it a good way to use Redirect::back(); ?

Hi, i read somewhere that sometimes this function don't work ... esp. when the browser don't send th...

0 Likes
1 Replies
replied 11 years ago

SQL Statements to Eloquent

Leave it this way, converting complex queries to Eloquent make no sense.

0 Likes
replied 11 years ago

Minimalistic starting structure and using just parts of Laravel

I would like to use a "stripped-to-the-bone" Laravel4 too! Our latest project has ~6000 (L...

0 Likes
replied 11 years ago

Import .sql-file into database

And is there a way to import .sql-files inside PHP/Laravel?

0 Likes
replied 11 years ago

Query builder -- map to array object

Maybe try this: app -> config.php Change 'fetch' => PDO::FETCH_CLASS, to 'fetch' => PDO::FE...

0 Likes
replied 11 years ago

Hi Laravel Family | Need Simple Laravel CRUD

This is a good tutorial: http://scotch.io/tutorials/simple-laravel-crud-with-resource-controllers

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.