So I'm stuck been trying to debug for 3 some days now... Here's my issue maybe someone see's somethi...
User.php class User extends EloquentUser implements AuthenticatableContract, AuthorizableContract, C...
Hello, i'm trying to migrate an existing SQLite to MySQL but it throws the following error: [Doctrin...
Can Anyone help me with this issue? I'm new to laravel and would like to know how to resolve this. F...
hi guys ! I have problem with many to many relationship , and i hope you help me :D this is my table...
I have users table and a profiles table structure is: users table has following fields id, name, em...
Hi! Has anyone here been able to do a leftJoin with pagination? If so what is the correct method? I...
Original post: https://stackoverflow.com/questions/38710723/connect-laravel-5-to-aws-rds-with-ssl I...
I hope someone can teach me how to create a temporary table . I'm using laravel 4. CREATE TEMPORARY...
I run this code in my controller Top of my controller use Waavi\Translation\Repositories\LanguageRep...
AdminController.php public function checkLogin(Request $request){ $validator = Validator::make( a...
Hi, is there an easy way to import a .sql-file into the database? It just should import the file, no...
I am learning Laravel by doing a self-exercise. Basically what I want to achieve is the parameter ‘i...
Ho to update user activity? Check if current user is online It is a solution, but update on each pag...
Hi All, I have around 500,000+ records on my database and fetching it using the laravel query builde...
Tables are here. Table | Columns Article | id, [others] Article_Tag | id, article_id, tag_id...
Quick question, I am doing a form post to my database. After I got it working but after i split up m...
I really hope someone can help, I'm setting up entrust and trying to manage roles via an edit users...
I have this tables: admins places grants Each Admin has 0-N Place. Each Place has 0-N Grant. So we h...
I want to switch between DB connections. Because I have the authentication DB which laravel set to a...
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.