$search = DB::select('SELECT * FROM (SELECT * FROM product WHERE MATCH...
Hello. I have 3 models and controllers: images -projects -categories And in ProjectControllers I h...
Hello in official help here http://laravel.com/docs/5.0/pagination stated that it is possible to...
Hey guys! Firstly i want to say sorry about my english it's not my native language. I have a little...
I am new to laravel. I try to create login/register from an existing datas. in my datas users: usern...
I have to optimize a Haversine query that's got an odd syntax and can't be addressed by the usual _m...
Hi, I'm just new in using laravel 5 and I'm having trouble solving my CSV File Upload codes. I need...
I want to connect to a different database, while the process is going on. According to the design, I...
I run a non-commercial file sharing site powered by Laravel. Currently, users IP addresses are recor...
I have set up this in database.php 'testdb' => [ 'driver' => 'sqlsrv', 'host' => env(...
Hey, I'm trying to remove a record by unquie id using eloquent this is my first ever project in lara...
Hi, I am in efforts to get unique value to show in View Blade , I need to print Country Name single...
I am attempting to create a query scope since it gets called various times in the app so my first at...
Hi, I need some help with eloquent relationships. I have a 'User' table having two columns: 'latitud...
So I have a database full of hardware components. I am willing to implement a function in which if t...
I am currently receiving the following error when I run my migrations: SQLSTATE[HY000]: General erro...
I have added 2 categories i.e is "high school" and "lower category school". i ha...
Hi to all, i'm new in laravel :). I need to delete one row and its related records. In my case, i ha...
I'm looking for a little help. I have two tables. One is a standard table where I can search for 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