Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in laravel

Laravel - Where to store statuses (flags)? Model, Class or config folder?

`npm run watch` not working in Laravel 5.4

laravel laravel-5.4

How to pass a PHP variable to Vue component instance in Laravel blade?

php laravel vue.js vuejs2

Check mail is sent successfully or not on Laravel 5

Laravel error: Missing required parameters for route

php laravel laravel-routing

How to specify a different .env file for phpunit in Laravel 5?

How to load view from alternative directory in Laravel 4

Is there any way to validate a foreign key using Laravel's Validation syntax?

php validation laravel

How To Cast Eloquent Pivot Parameters?

php laravel laravel-5 eloquent

Has one through Laravel Eloquent

Upload file using Guzzle 6 to API endpoint

php api laravel guzzle guzzle6

What's the difference between Commands and Events in the context of Laravel 5?

php laravel laravel-5

Get primary key of Eloquent model instance

php mysql laravel orm eloquent

cURL request in Laravel

php laravel curl guzzle

Where NOT in pivot table

Sort Eloquent Collection by created_at

Laravel 5 Validation - Return as json / ajax

How should I serve an image with Laravel?

php performance laravel

Laravel 5 Class 'App\Http\Controllers\File' not found

Laravel get a collection of relationship items

php laravel eloquent