IT Nursery
I’m having trouble to write query in laravel eloquent ORM. my query is SELECT book_name,dt_of_pub,pub_lang,no_page,book_price FROM book_mast WHERE book_price NOT IN (100,200); Now I want to convert this query...
  • June 1, 2022
  • 0 Comments
I would like to retrieve the last file inserted into my table. I know that the method first() exists and provides you with the first file in the table...
  • May 26, 2022
  • 0 Comments
I’m trying to create foreign keys in Laravel however when I migrate my table using artisan i am thrown the following error: [Illuminate\Database\QueryException] SQLSTATE[HY000]: General error: 1215 Cannot add...
  • May 22, 2022
  • 0 Comments