Hi everyone, Intro I' m building a web application where users can be in zero, one or more teams. Ev...
Hello, I'm kinda new with laravel and I can't solve this problem by myself. I've tried a lot of thin...
I'm having fun with Laravel framework trying to build a little "blog" site that works the...
Hi, Is there any interface for removing expired data from database? For example I have tokens for ve...
I want to develop a website in Laravel 5, its customer relationship management (CRM) based, I don't...
Hello, In database migration we use ....$table->timestamps(); to make created_at and updated_at f...
Hi guys, I need to run something like this in the mode. What I need to do is check if the date on th...
I have this structure in my application. table users: id, username table projects: id, name...
I am searching for pagination example using scroll. i am currently using la-ravel 4 without blade. P...
Hello, how can I join two tables with firstOrCreate method? for example I wanna get a row of a table...
Hello Guys, Here is my design database: Booking: id, status, transaction BookingItemOfferPair: i...
I've recently started using Laravel 5 and the new Eloquent 5.* and I'm experiencing some unwanted re...
Ive been doing some calculations in code converting strings to float because thats the only way I co...
Hi, Laravel 5.2 here. I can't save my checkbox values to db $data = $request->all(); $data["...
Hi All, I have a project with Laravel 5.2 and besides that I have an other program that has the poss...
If someone can help me get this query working properly in Query Builder I would be willing to pay a...
Hey Guys, i want to create a small invoicing software for my company using laravel and, of course, e...
I have a table with categories: string: label integer: order I wish for order to be a continuous lis...
Hello, I get an issue on my DB::insert query. Can anyone please advise what is wrong. The error here...
Hi, when i try to create/insert a new Model instance with $maintenance = Maintenance::create(array(...
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