Hi everybody i'm very new with laravel so before i start developing, i want to know which is the bes...
Hi I'm relatively new to Laravel and trying to create a subscription checker. Please do not suggest...
php artisan migrate [PDOException] SQLSTATE[HY000] [2002] No such file or directory my .env fi...
Hello, I have a query which is extracting some 'ordered items' between two specific dates. For each...
Which will be better performance? stored procedure OR Laravel functions.
I'm interested in some thoughts on how I should structure what will be a rather "data heavy&quo...
I have this four tables Experiments() Users() Participants(id, experiment_id, user_id) - as pivot ta...
I want show related table columns (customers.name) in all select of model (User) laravel. I use acce...
I want to run various string functions over the data returned from a database query before I send it...
So I'm trying to connect a SQL Server 2012 with Laravel and I get an error. PDOException (08001) SQL...
Hello, I'm currently trying the following: I'm having a form, where a user can add additional inform...
Somehow my model cannot be found, I also did try with use; This is in a normal controller public fun...
I'm using Laravel for a little app. In this app I added the auth things of Laravel (verison 5.3), so...
I have one table called doctor (staff_id,specialization) and another table is staff (staff_id,passwo...
Hi, can someone help me with the uploading of file/s. . .
I have a custom method that I'd like to use globally. It is similar to increment and decrement but i...
quyle92 liked this thread
Hi there, Since a few months i'm working with Laravel and i love it, came from codeigniter. I have a...
So far all attempts to modify the routing methods have failed. Been following some documentation on...
I added a collumn in the table users I call slug, no errors or anything, it just doesn't add. Should...
Hi everyone, what am trying to achieve with the code below is to fetch data from mysql database, the...
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