I have my query builder that is dynamic, when user checks a subsection, the subsection will be added...
Ok in the process of refactoring my code.. i was thinking wouldnt it be cool if i could fire events...
I have define scope in model like this class Station extends Model { protected $primaryKey = 's...
I am having an issue lately with codeship deploying our laravel application. Once it gets to the 'ph...
hi, i have a question on handling failed job i have the method below inside my job file public funct...
Hi Guys, I am trying to check thousands of URLs from search engine index, If they are existing or no...
Hi guys, I'm using elixir and I can't get to work any JS using JQuery I keep getting this : var jQue...
Hello, I have a MySQL database with a table called Articles to store my articles. One of the table f...
I am new to Laravel and I am working on my database migrations. For one table, I've included the $ta...
I've been trying to make my checkout HTTPS ready, I've installed the SSL certificate and have been a...
I'm a new user of laravel and for study teh framework I create a blog. I want to have an option to o...
when i uploaded laravel 5 project to server at somedomain.com/demo,i got error like this Warning: re...
Here is the baffling sequence of events that just transpired. I have a working Laravel installatio...
Route not working: Route::get('/', 'Client\WelcomeController@index'); But when i edit it like, it w...
In Laravel 4 I could easily install PhpExcel by putting "phpoffice/phpexcel": "dev-ma...
Hi, when retrieving data from a db table, results are not being decoded as utf-8 for example, I have...
I have 3 tables: stores, settingkeys and settings. The 'stores' table stores the store names (and ot...
$search = DB::select('SELECT * FROM (SELECT * FROM product WHERE MATCH...
So I want to add a new condition for registered users to be allowed to login. In the database, there...
I have these routes, Route::group(array('prefix' => '/'), function() { Route::get('hostname', '...
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