I have a table with a boolean column based on the boolean value. The boolean value true or false to...
hi i have problem with migration when i use php artisan migrate show below error : windows command l...
In Laravel 5.4 doesn't work $this->route('table') that I use when I want to editing data in table...
Hi, I'm having problem to view data using db::select. Here is my full sql statement [Tested and retu...
Hey guys, In Laravel 5.4 i am using TCPDF to generate a PDF with Data from Database. Very simple: It...
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...
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