Support the ongoing development of Laravel.io →
posted 7 years ago

AceIDE package for Laravel

Is there a laravel package that will do something similar to https://wordpress.org/plugins/aceide/....

0 Likes
0 Replies
posted 7 years ago

Select max price

How can I get 'id' and 'name' from this query public function show($user_id) { $auctions = Auctions...

0 Likes
2 Replies
posted 7 years ago

SQLSTATE[42S02]: Base table or view not found: 1146 Table

SQLSTATE[42S02]: Base table or view not found: 1146 Table 'cruds.users' doesn't exist (SQL: select *...

0 Likes
2 Replies
posted 7 years ago

Class 'Illuminate\Notifications\NotificationServiceProvider'

I am completely new learning Laravel framwork the is the error: C:\Users\macine\Desktop\prj\siteWeb&...

0 Likes
2 Replies
posted 8 years ago

Laravel, with NuSOAP in a controller, does not work

Having a NuSOAP web service defined in an inline route closure function works great, but having it i...

0 Likes
1 Replies
posted 7 years ago

Put currency in session when user click on to change it

I'm not sure that this is the correct way of doing this but I want to make select dropdown where the...

0 Likes
1 Replies
posted 7 years ago

Get first name and last name from Facebook

Hello, I have not field for name but for first_name and last_name. How can i get first name and last...

0 Likes
1 Replies

How to develop a completely secure e-commerce website in Laravel?

I am fairly new to laravel. I have developed two small web app which doesn't require that much of at...

0 Likes
12 Replies
posted 10 years ago

Code Climate vs. Scrutinizer vs. SensioLabsInsight

Code Climate Just set up Code Climate for the laravel.io website: https://codeclimate.com/github/Lar...

0 Likes
10 Replies

Use Eloquent to Query only master table

I use PostgreSQL with partitioning by one table. Here's my quesrtion. Is there any way to query ONLY...

0 Likes
0 Replies
posted 10 years ago

Integrating Bootstrap framework with Laravel

Last week I have posted a very detailed tutorial on how to Integrate Bootstrap 3 framework with web...

0 Likes
7 Replies

Questions about Queues in Laravel 5.1

Some questions guys! working with queues now with 5.1 (a bit old, but was the last LTS!!) The faile...

0 Likes
0 Replies

MAX/GROUP BY Query

How would I do the following query using query builder? Preferably without using any raw sql :-) SEL...

janise liked this thread

1 Likes
5 Replies

Change layout when user is logged in.

@if ( $currentUser) @extends('layouts.in') @section('content') @else @extends('layouts.login') @...

0 Likes
2 Replies
posted 7 years ago

About "ssh_exchange_identification: Connection closed by rem

When I try "vagrant ssh" under my homestead directory, I get "ssh_exchange_identifica...

0 Likes
0 Replies

Laravel passport gives 401 Unauthenticated error - Tenant DB

I'm using laravel passport for API authentication, it works perfectly when I use it with one db, but...

doaaiti liked this thread

1 Likes
0 Replies
posted 7 years ago

laravel 5.5 Unauthenticated.

i use laravel 5.5. i got some problem. login first time is ok. and then logout, change account login...

0 Likes
0 Replies
posted 7 years ago

Routing

Just wanna ask why my additional function on my controller doesn't return data when i declare the my...

0 Likes
2 Replies

Using @section and @yield

Hi I'm working with Laravel for a couple of month, in the beginning days I couldn't understand the u...

0 Likes
5 Replies
posted 10 years ago

OrderBy DESC and after OrderBy ASC query

Helo!!, i need, help me please i'm confused with this query, sorry for my english :( I have this qu...

0 Likes
2 Replies

Thanks to our community

Solutions given in the past year. Excluding solutions from thread authors.

Moderators

We'd like to thank these amazing companies for supporting us

Your logo here?

Laravel.io

The Laravel portal for problem solving, knowledge sharing and community building.

© 2024 Laravel.io - All rights reserved.