I can register perfectly and it redirects with the cookie and tells me I'm logged in, but when I sig...
Im pretty new with laravel, can you guys help me to solve my problem, please. I have 5 tables: skill...
here is the scenario, I need a table called product and another table called product_image and they...
jessicaervin liked this thread
Hi, I've changed my .env database configurations (host, etc). After that, config:cache and config:cl...
I have some tables for enums that I want to store in the database. Is there a good way to handle thi...
please help me!!! i cant find a guide on laravel 5.4 in this error please if you guys have ideas on...
ErrorException in 33fb9f40de9c86527792aabe2edea085c0b7a479.php line 3: Undefined variable: rfq (View...
let's say the first record for adm_no: 1 , subject_id :1 and had a score of 35 and a second score fo...
Model <?php namespace App\Entities; use Laravel\Cashier\Billable; use Prettus\Repository\Contr...
I am fairly new to laravel and I'm trying to build an 'add to basket' script. It consists of 3 table...
im using php artisan make:auth any ideas on how to insert the user id of the current login-ed user?...
got a problem here. dunno how to fix in user.php #SQLSTATE[23000]: Integrity constraint violation: 1...
hi guys i am new in laravel so please bear with me. im using laravel 5.4 what im trying to do is upo...
here is my code $products = DB::table('post_data') ->select('*') ->selectRaw('( 6371 * acos(...
Hi guys, I have a query like the following may be a bit complex, I am a bit of trouble to convert in...
Greetings Everyone, I've been following a tutorial on youtube for a dependant dropdown. when i follo...
When creating a migration on a new laravel 5 install. I got this error message as the artisan comman...
i have models "Book" and "BookCategory" how to select the cheapest book in every...
Hello guys, I'm using Laravel for a while and I love it :) It's my first post here, so I'd like to s...
Hello guys! I got a problem that I'm not managing to solve. I have a model called "Jogo" t...
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