Support the ongoing development of Laravel.io →

I need to make a menu with counters but the count will differ from subsection to subsction.

I have my query builder that is dynamic, when user checks a subsection, the subsection will be added...

0 Likes
0 Replies
posted 9 years ago

possibility to fire events outside controllers?

Ok in the process of refactoring my code.. i was thinking wouldnt it be cool if i could fire events...

0 Likes
3 Replies

use queryScope in blade template

I have define scope in model like this class Station extends Model { protected $primaryKey = 's...

0 Likes
1 Replies

artisan clear-compiled timing out

I am having an issue lately with codeship deploying our laravel application. Once it gets to the 'ph...

0 Likes
1 Replies
posted 9 years ago

failed job exception

hi, i have a question on handling failed job i have the method below inside my job file public funct...

0 Likes
1 Replies

How to check a large list of Indexed URL in search engine using a Java Program

Hi Guys, I am trying to check thousands of URLs from search engine index, If they are existing or no...

0 Likes
1 Replies

require('jquery') not defined using elixir

Hi guys, I'm using elixir and I can't get to work any JS using JQuery I keep getting this : var jQue...

0 Likes
0 Replies

Getting records with an expiration date

Hello, I have a MySQL database with a table called Articles to store my articles. One of the table f...

0 Likes
2 Replies
Solved

Auto-generate and auto-update timestamps in Eloquent

I am new to Laravel and I am working on my database migrations. For one table, I've included the $ta...

0 Likes
1 Replies

Laravel 4.2 attempt to make checkout HTTPS leads to NotFoundHttpException

I've been trying to make my checkout HTTPS ready, I've installed the SSL certificate and have been a...

0 Likes
0 Replies

select posts order by most viewed

I'm a new user of laravel and for study teh framework I create a blog. I want to have an option to o...

0 Likes
5 Replies
Solved

Laravel- 5 throws error when uploaded to live server

when i uploaded laravel 5 project to server at somedomain.com/demo,i got error like this Warning: re...

0 Likes
1 Replies

Laravel not recognized after .htaccess changes

Here is the baffling sequence of events that just transpired. I have a working Laravel installatio...

0 Likes
3 Replies

Routing not working for Base URL production

Route not working: Route::get('/', 'Client\WelcomeController@index'); But when i edit it like, it w...

0 Likes
1 Replies
posted 9 years ago

installing PhpExcel in Laravel 5, (namespacing/autoloading issues)

In Laravel 4 I could easily install PhpExcel by putting "phpoffice/phpexcel": "dev-ma...

0 Likes
2 Replies

getting results from db table charset utf-8

Hi, when retrieving data from a db table, results are not being decoded as utf-8 for example, I have...

0 Likes
9 Replies

How to get records from a table using records from other table as keys?

I have 3 tables: stores, settingkeys and settings. The 'stores' table stores the store names (and ot...

0 Likes
1 Replies
Solved

How to paginate this complex database query

$search = DB::select('SELECT * FROM (SELECT * FROM product WHERE MATCH...

0 Likes
1 Replies

Add condition to logging in

So I want to add a new condition for registered users to be allowed to login. In the database, there...

0 Likes
4 Replies
Solved

Unalbe to Get From Value Printed

I have these routes, Route::group(array('prefix' => '/'), function() { Route::get('hostname', '...

0 Likes
13 Replies
Solved

Thanks to our community

Solutions given in the past year. Excluding solutions from thread authors.

Moderators

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.

© 2025 Laravel.io - All rights reserved.