Hi, i'm currently working on a simple project that lets doctors register pacients and their relative...
I try to mock this: \Schema::drop('tableName') in my unit test like this: \Schema::shouldReceive('dr...
I am a Laravel beginner; Please help me to solve this error. I want to print the status as "Vie...
Assuming I have the following models: FeedItem (Polymorphic) Facebook (has many tags) Twitter (has...
please i want to change the name of users table !!
Hello! I'm new in Laravel. I want to make simple time sheet using Bootstrap Date Paginator or someth...
php artisan migrate works fine but when I do reset or rollback the error hits my terminal. I did all...
Hi, I want to save positions in my database, like such: { x: 254, y: 232 } Would I just create two c...
So I am creating a billing area, and wish to create a table in the database for logging specific act...
I try to delete a line with specified ID from database and i get an error: MethodNotAllowedHttpExcep...
QUESTION I would like to be able to start the pagination on a specific page. CONTROLLER public funct...
Hello i need a query to transform to laravel query or laravel raw query better.....its complex and i...
I want to filter my logs in hasMany. I have table User, table Logs, and table LogType User has many...
How can I retrieve the data of specific id without using the id as url? Thank you in advance! I mean...
I'm wondering if there is a built in way to convert all date formats for display. For example, right...
I have paginated a result from a DB in my controller, but I would like to start the view on say the...
<script language="javascript" type="text/javascript"> var pubvar1 =...
Hello there! I'm trying to setup unit tests for my Lumen application. Sadly, that only works well fo...
How can I make that in a certain data the only one who can view is the user of this data and the adm...
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