I'm trying to make a group of secret routes on my app. Route::group(['middleware' => 'auth.secret...
Hi everyone, i found a really strange problem using sqlsrv driver for connecting to the database. If...
I have three models that are something like Grid, GridItem, and Item. Grid has pages, rows, and cols...
I am having problems with the auth middleware. All appears to be working ok but then I noticed that...
My code is like this : <?php echo Hash::make('12345'); ?> error : Fatal error: Class 'Hash' no...
My app allows my company to upload banners that their client can then preview.. they can login and n...
Hi In my controller:` $updaterec = Sme::where('rec_id', '=', $request->id)->update(['rec_id'...
I have created a copy of running my running laravel project. But when I try with composer install, a...
I'm using Entrust and I'm having some issues. I would like middleware such as this: Route::get('arti...
Odd thing happening, my M2M Polymorphic relationships are being temperamental. I have the schema set...
I'm using slick.js slider syncing function and I'm having a problem getting it to sync. I'm also usi...
I've to work with two Projects one of which is in Laravel 4 and the other is in Laravel 5. The scena...
Hi. I have a problem with connect to mongodb database with laravel. I do every steps in https://gith...
I'm trying to build a multi-tenant application with Laravel 5. I'm aware of already existing package...
I am currently making a website using Lumen 5.0.10 in Laravel 5. POST and GET requests work without...
Hi, i'm using laravel new blog and inside of it php artisan list and it show's me: Laravel Framework...
Script php artisan clear-compiled handling the post-install-cmd event returned with an error...
Hi, I notificed that the Input facade alias was removed from the config/app.php file. But the file s...
Hello, I developer some API with JWT and everything is working, except the change password function....
I have a system whereby you can go and create different documents. From a select list, I could selec...
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