Support the ongoing development of Laravel.io →

Laravel 5 Auth => API for auth.

I would like to make the built in Auth that comes in Laravel 5 into an API Auth based system. Anyone...

0 Likes
1 Replies

Dear God, I think Laravel 5 was a mistake.

I started to use Laravel in Laravel 3, and built a production app with Laravel 4. I am facing severa...

0 Likes
17 Replies
Solved

Why does Laravel Elixir with gulp remove some of my CSS?

I have the following in my stylesheet (generated by Gradient.app): div.home_block_clients { backgr...

0 Likes
1 Replies
Solved
posted 9 years ago

How to make App:make() pass Request?

in routes.php I have code like this Route::group(['prefix' => 'admin','namespace' => 'Admin'],...

0 Likes
0 Replies

Install Laravel in a sub domain .htaccess settings

Hi I deployed laravel in my subdomain and it won't display. It still shows the application in the pu...

0 Likes
0 Replies

Mime Validation Rule

hi. i am using laravel 4.1 and would like to check what value to pass into the mimes validation so t...

0 Likes
0 Replies

Multiple Connection in Laravel

Hi all, I building the system using multiple db sample structure. But i have problem. I try ORM Rela...

0 Likes
0 Replies

Option to "Add New" in select options?

This is probably a dumb question, but I have a form where the user is to select from different dropd...

0 Likes
0 Replies

Laravel 5 , Confused with MVC

I am new to laravel, i had watched few tutorials for laravel 4.3 but now when i try to work on larav...

0 Likes
7 Replies

Laravel 5 Auth as an API

Been chopping at this piece by piece, but haven't quite got there or seen any good reference/example...

0 Likes
0 Replies
posted 9 years ago

Model "deleting" event being ignored

I have the following model. <?php namespace App; use Illuminate\Database\Eloquent\Model; class...

0 Likes
0 Replies

artisan dump-autoload in L5 ?

L4 had artisan dump-autoload. It wasn't exactly the same thing with composer dump-autoload, it did o...

0 Likes
1 Replies
Solved

Route doesn't work for POST method

Hi, Here is relevant chunk of code from routes.php Route::post('testPost', function(){ echo &quo...

0 Likes
4 Replies

Larvel5 Global $config var - fetched form db?

I have a config table which holds lots of configuration values How can I create a static helper/clas...

0 Likes
0 Replies

Join table multiple connection

how do a query to do join between table-contact db1 with table-client db2. db1 db2...

0 Likes
5 Replies

Protect register url

I've to protect the auth/register url, how can i do it? i've just my ACL mechanism implemented. In m...

0 Likes
1 Replies
Solved
posted 9 years ago

How to use View::addLocation for themes, and where to put this code?

I want to create a directory that contains themes (so alternative views, css, js etc). I'm using the...

0 Likes
0 Replies

getgrav.org flat-file CMS integration with Laravel?

hi guys, I have been building some app-sites with Laravel and find myself repeatedly in the situatio...

0 Likes
4 Replies

Dynamic Validation Errors

I am trying to implement an auth driver for authentification over an API to another pre-existing sys...

0 Likes
0 Replies

php/javaBridge in laravel

Hello everyone, I would like to know how can I create a php/javaBridge in laravel. I have my website...

0 Likes
0 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.

© 2025 Laravel.io - All rights reserved.