Support the ongoing development of Laravel.io →
Sharping

Sharping

Joined 28 Jun 2014

Statistics

Threads 24
Replies 36
Solutions 0
Articles 0

Using $rss = new DOMDocument(); in function of a Controller

Hi, i would like to include a small RSS reader into a function of a controller: class RSSController...

0 Likes
1 Replies
posted 10 years ago

Route::get('/', ['as' => 'home', function () { ... }]);

Hi, i'm using this route: Route::get('/', ['as' => 'home', function () {return view('home');}]);...

0 Likes
2 Replies
posted 11 years ago

Import .sql-file into database

Hi, is there an easy way to import a .sql-file into the database? It just should import the file, no...

0 Likes
7 Replies
posted 11 years ago

Where to file feature requests?

Hi, where can i file feature request for future Laravel versions? Github? Thanks Sharping

0 Likes
1 Replies
posted 11 years ago

Bilingual website (routing)

Hi, i would like to create a bilingual website, let's say english and french: http://www.domain.com/...

0 Likes
2 Replies
replied 11 years ago

get blank page after hitting submit button :: Contact form

majidkhan said: The form submits but show blank page Time to enable debugging! app/config/app.php...

0 Likes
replied 11 years ago

Laravel Source

What "design"? Are you editing .blade.php-files?

0 Likes
replied 11 years ago

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

machuga said: {{ $bla ? "(complete)" || "({$missing} missing)" }} This output...

0 Likes
replied 11 years ago

Laracon UK, London specifically

clarkeash said: One of the things that have put me off going to Amsterdam is the cost (not just the...

0 Likes
replied 11 years ago

view does not find css,img,js from public

Looks like your script is looking for the files in directory 'music'... http://www.domain.com/music/...

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.