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', '...
Hello. I have 3 models and controllers: images -projects -categories And in ProjectControllers I h...
I recently ran a workshop at Laracon EU walking through how to add real-time features to Laravel app...
I'm currently adding a user class to my personal laravel site and am working on the update functiona...
i have layout.blade.php, in there have included jquery plugin <!DOCTYPE html> <html lang="e...
Hi! I really would like som reference case studies/stories. My employee needs som proof that Laravel...
Ok I have a FormRequest class in app\Http\Requests i have namespaced it correctly and am using it in...
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.