Hello, What is the reason this error? http://prntscr.com/5ogmvq Is indicating the wrong way from my...
I'm new to Laravel. I am now done with Up & Running with Laravel. I need some guidance in implem...
Hello, I'm new to laravel, and I'm trying to learn the framework by following a book. In that book t...
I'm using laravel 4 as PHP framework, I would be able to extract content from external sites trmite...
I am currently working on a project where i have to make a Hotel Booking Application. There will be...
Hello @All, How can i change the Pagination Arrows to an Icon? In the Normal Pagination they use &qu...
Hey, is there a way to extend Illuminate\View\Engines\CompilerEngine? I want to override one of its...
Hi there! I show you the code and you'll quickly see the problem: This is my routes.php code: ....Ro...
hello, how do I create a route to a folder? I need the contents of the folder is shown in the broswe...
I cannot work this out. If I dd($comment->user->email) I can get the email address but in the...
I'm trying to create table that I can store email preferences for each user. So far I've created a e...
Hey Everyone! I created a simple tool to help with the creation of a couple views: create and edit....
I want to be able to display pages/articles with variable length categories http://www.site.com/test...
Hello, I'm trying to create a select box and paginate all users instances based on that variable. Fo...
So I'm converting my existing vanilla php site to laravel, I'm loving it but I'm having an extremely...
#Route.php is as bellow Route::get('/', function() { return View::make('hello'); }); Route::get('/{l...
I'm newbie at laravel and i searched for hours but i can't find how can i set this query with larave...
I am using pachage https://github.com/davejamesmiller/laravel-breadcrumbs My master view contains:...
$query->where('tags', 'LIKE', '%'.$uID.'%'); SELECT 'a word a' REGEXP '[[:<:]]word[[:>:]]';...
Solutions given in the past year. Excluding solutions from thread authors.
Select a tag below to filter the results
The Laravel portal for problem solving, knowledge sharing and community building.
The community