Support the ongoing development of Laravel.io →

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 8 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 9 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 9 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 9 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 9 years ago

SQL Statements to Eloquent

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

0 Likes
replied 9 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 9 years ago

Import .sql-file into database

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

0 Likes
replied 9 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 9 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.

© 2024 Laravel.io - All rights reserved.