Hi! Currently I have this dropdown {{ Form::select( 'Shipment_Number', $orderChanges, null, ['class...
Hello, I'm trying to get the posts id and update the field on the database by the id on the URL. pos...
Hi Peeps This is like a point of sale, the page will have a field for the customer number, amount an...
Hello, I am realy new to Laravel so appologies if what I am doing is totally crazy and if any of the...
$ php artisan migrate Class 'Illuminate\Database\Schema\PostgresBuilder' not found in API/vendor/bos...
Hi Guys! im new to Laravel. Been tinkering around the Code and Documents on how to call the Model F...
I have in the database a table named user that contains the following columns, id, email, name, pass...
Hi all, I just started to with larval framework and i am trying to load view page with blade templat...
Trying to upload files but still display error at http://www.hazzir.com/laravel.php HTTP ERROR 500...
A week of Laravel #15 (17-24 July 2016) Updates: "Updates: laravel/framework [master, 5.2, 5.1...
I have question, I created database table using "php artisan migration" then later due to...
<?php $query=$db->query("select * from urunmenu",PDO::FETCH_ASSOC); $data=$query->fe...
So I am new to Laravel but not to LAMP development, I have been doing this since 1999 and I feel tha...
Hi there, Do I have to download and install the laravel framework for each project that I create or...
Suppose, I have these ardent models class User extends \LaravelBook\Ardent\Ardent { public $aut...
I keep getting an error, "Trying to get property of non-object", when trying to access an...
Hello, I'm using Valet for my local development in mac and when i try to do Request::ip(); for get t...
public function up() { Schema::create('records', function (Blueprint $table) { $table->increments...
I am trying to build a search on my website (using the laravel 5.2). I need to search multiple table...
The url () method of the class helpers, does not work! on the local machine works, but it lives retu...
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.