Support the ongoing development of Laravel.io →

Class 'Illuminate\Database\Schema\PostgresBuilder' not found

$ php artisan migrate Class 'Illuminate\Database\Schema\PostgresBuilder' not found in API/vendor/bos...

0 Likes
0 Replies
posted 8 years ago

Help! New to Laravel! Accessing the Model Function using Laravel 5.2

Hi Guys! im new to Laravel. Been tinkering around the Code and Documents on how to call the Model F...

0 Likes
3 Replies

Check user level laravel 5.0

I have in the database a table named user that contains the following columns, id, email, name, pass...

0 Likes
0 Replies

Laravel 5.2 Blade template

Hi all, I just started to with larval framework and i am trying to load view page with blade templat...

0 Likes
0 Replies

Uploading in FTP server Laravel 5.2

Trying to upload files but still display error at http://www.hazzir.com/laravel.php HTTP ERROR 500...

0 Likes
0 Replies
posted 8 years ago

A week of Laravel #15 (17-24 July 2016)

A week of Laravel #15 (17-24 July 2016) Updates: "Updates: laravel/framework [master, 5.2, 5.1...

0 Likes
0 Replies

SQLSTATE: Undefined table: 7 ERROR: table "*" does not exist (SQL: drop table "*")

I have question, I created database table using "php artisan migration" then later due to...

0 Likes
0 Replies

PDO Foreach in Foreach problems

<?php $query=$db->query("select * from urunmenu",PDO::FETCH_ASSOC); $data=$query->fe...

0 Likes
0 Replies

New to Laravel/Eloquent, need help with relational inserts.

So I am new to Laravel but not to LAMP development, I have been doing this since 1999 and I feel tha...

0 Likes
1 Replies

Vendor directory for a number of applications

Hi there, Do I have to download and install the laravel framework for each project that I create or...

0 Likes
2 Replies

How to set $fillable attributes for another table with hasOne relationship in a Laravel/Ardent model?

Suppose, I have these ardent models class User extends \LaravelBook\Ardent\Ardent { public $aut...

0 Likes
2 Replies
posted 8 years ago

Issue accessing Eloquent relationship model attributes.

I keep getting an error, "Trying to get property of non-object", when trying to access an...

0 Likes
0 Replies

Problem with Request::ip(); valet

Hello, I'm using Valet for my local development in mac and when i try to do Request::ip(); for get t...

0 Likes
0 Replies
posted 8 years ago

error in table creating using lara project

public function up() { Schema::create('records', function (Blueprint $table) { $table->increments...

0 Likes
0 Replies

PHP - Eloquent search on multiple tables no results

I am trying to build a search on my website (using the laravel 5.2). I need to search multiple table...

0 Likes
0 Replies

function helper url() not working

The url () method of the class helpers, does not work! on the local machine works, but it lives retu...

0 Likes
0 Replies

ServiceProvider $defer=true;

Hello! I created some services to my application and i have problem to load this services... First,...

0 Likes
0 Replies

Call to a member function with() on a non-object error

Hi I tired .i don't know what i do about this error. my function is this: public function viewop($l...

0 Likes
0 Replies

How can i handle VerifyCsrfToken Middleware after leaving form for while

Dear All, Forms are working great with me, but i left the webpage opened for several minutes then i...

0 Likes
1 Replies
Solved
posted 8 years ago

Issue with pagination render

When I did this commit, the menu displayed by the render function on this view disappears. Any idea...

0 Likes
3 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.